diff --git a/src/components/layout/HeaderClient.tsx b/src/components/layout/HeaderClient.tsx
index 907a959..e823a16 100644
--- a/src/components/layout/HeaderClient.tsx
+++ b/src/components/layout/HeaderClient.tsx
@@ -39,23 +39,10 @@ export function HeaderClient({ navLinks, ctaLabel, ctaHref, logo }: HeaderClient
- {/* Highlight sheen (top edge) — gives the glass-y look from Figma */}
-
-
{/* Logo */}
@@ -152,11 +139,7 @@ export function HeaderClient({ navLinks, ctaLabel, ctaHref, logo }: HeaderClient
{menuOpen && (
{navLinks.map((link) => (
diff --git a/src/components/sections/DinoGallery.tsx b/src/components/sections/DinoGallery.tsx
index dd9db9f..7736c95 100644
--- a/src/components/sections/DinoGallery.tsx
+++ b/src/components/sections/DinoGallery.tsx
@@ -26,7 +26,7 @@ export function DinoGallery({ images }: DinoGalleryProps) {
}
return (
-
+
{/* Quote banner */}
@@ -69,7 +69,7 @@ export function DyvoLisGallery({
{/* 3D Coverflow */}
-
+
{/* 3D Coverflow */}
-
+
{images.map((img, i) => {
const d = getOffset(i)