diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e21a16e..c8ce08f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { { text: "Email Us", href: "mailto:hello@glowbeauty.com" }, { text: "Back to Shop", href: "/shop" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 342d8ea..5af5ef8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { { text: "Shop Now", href: "/shop" }, { text: "Learn More", href: "#about" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> @@ -183,7 +183,7 @@ export default function HomePage() { { text: "Contact Us", href: "/contact" }, { text: "Email Now", href: "mailto:hello@glowbeauty.com" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3db8f67..f6204e4 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,7 +80,7 @@ export default function ShopPage() { } ]} background={{ - variant: "glowing-orb" + variant: "aurora" }} useInvertedBackground={false} />