Merge version_1 into main #3
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function ShopPage() {
|
||||
}
|
||||
]}
|
||||
background={{
|
||||
variant: "glowing-orb"
|
||||
variant: "aurora"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user