Products
Collections
diff --git a/components/testimonials/testimonials.tsx b/components/testimonials/testimonials.tsx
index bd153b9..77138ee 100644
--- a/components/testimonials/testimonials.tsx
+++ b/components/testimonials/testimonials.tsx
@@ -29,50 +29,69 @@ export function Testimonials({ tagline, heading, items }: TestimonialsProps) {
{heading ?
{heading} : null}
{item ? (
-
-
- {item.quote}
-
-
- {item.avatar ? (
-
- ) : null}
-
-
{item.author}
- {item.role ? (
-
{item.role}
- ) : null}
-
-
-
- ) : null}
+
+ {total > 1 ? (
+
+ ) : null}
- {total > 1 ? (
-
-
-
- {i + 1} / {total}
-
-
+
+
+ {item.quote}
+
+
+ {item.avatar ? (
+
+ ) : null}
+
+
{item.author}
+ {item.role ? (
+
{item.role}
+ ) : null}
+
+
+
+
+ {total > 1 ? (
+
+ ) : null}
+
+ {total > 1 ? (
+
+
+
+
+ ) : null}
) : null}
diff --git a/src/globals.css b/src/globals.css
index 0c1c589..149de15 100644
--- a/src/globals.css
+++ b/src/globals.css
@@ -102,9 +102,16 @@
--sidebar-ring: oklch(0.708 0 0);
}
+*,
+::after,
+::before,
+::backdrop,
+::file-selector-button {
+ border-color: var(--border);
+}
+
@layer base {
- * { border-color: var(--border);
- @apply border-border outline-ring/50; }
+ * { @apply outline-ring/50; }
html, body { background-color: var(--background); color: var(--foreground); }
body {
font-family: var(--font-body), "Apple Color Emoji", "Segoe UI Emoji";