diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c8ce08f..e21a16e 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: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 5af5ef8..342d8ea 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: "aurora" }} + background={{ variant: "glowing-orb" }} 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: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f6204e4..3db8f67 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,7 +80,7 @@ export default function ShopPage() { } ]} background={{ - variant: "aurora" + variant: "glowing-orb" }} useInvertedBackground={false} />