Merge version_1 into main #4
@@ -42,7 +42,7 @@ export default function SitePage() {
|
||||
logoText="Zapah"
|
||||
description="Discover the art of fragrance with Zapah, where every scent tells a unique story. Handcrafted perfumes designed to evoke emotion and elevate your presence."
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }, { text: "Our Story", href: "#about" }]}
|
||||
background={{ variant: 'noiseDiagonalGradient' }}
|
||||
background={{ variant: 'sparkles-gradient' }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg"
|
||||
imageAlt="Elegant perfume bottles in soft, golden light"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -154,7 +154,7 @@ export default function SitePage() {
|
||||
text="Ready to discover your signature scent? Contact us for personalized recommendations or any inquiries."
|
||||
animationType="reveal-blur"
|
||||
buttons={[{ text: "Get in Touch", href: "#contact" }]}
|
||||
background={{ variant: 'noiseDiagonalGradient' }}
|
||||
background={{ variant: 'sparkles-gradient' }}
|
||||
useInvertedBackground={false}
|
||||
contentClassName="text-center"
|
||||
textClassName="text-3xl md:text-4xl lg:text-5xl font-semibold leading-tight"
|
||||
@@ -166,8 +166,8 @@ export default function SitePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "All Fragrances", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Best Sellers", href: "/shop" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Our Story", href: "/#about" }, { label: "Contact", href: "/#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Shipping", href: "#" }, { label: "Returns", href: "#" }] }
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Story", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Shipping", href: "#" }, { label: "Returns", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Zapah. All rights reserved."
|
||||
ariaLabel="Footer Navigation"
|
||||
|
||||
Reference in New Issue
Block a user