Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-12 13:51:49 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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}
/>
</div>

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>

View File

@@ -80,7 +80,7 @@ export default function ShopPage() {
}
]}
background={{
variant: "glowing-orb"
variant: "aurora"
}}
useInvertedBackground={false}
/>