diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4f30f2b..e815f73 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -37,7 +37,6 @@ export default function BlogPage() { className="py-4 px-6 md:px-10 lg:px-14" navItemClassName="text-lg font-medium" buttonClassName="px-6 py-3 text-lg" - logoOnClick={null} logoHref="#" /> @@ -47,7 +46,7 @@ export default function BlogPage() { ) : ( diff --git a/src/app/page.tsx b/src/app/page.tsx index fa8501a..4ac5350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#fragrances" }, { 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" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5d8eca1..7635b1a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -100,7 +100,6 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[{ "title": "Shop", "items": [{ "label": "All Fragrances", "href": "#fragrances" }, { "label": "New Arrivals", "href": "#products" }, { "label": "Best Sellers", "href": "#products" }] }, { "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" - useInvertedBackground={false} wrapperClassName="mt-10 md:mt-16 lg:mt-24" footerClassName="bg-background py-10" /> @@ -152,7 +151,6 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[{ "title": "Shop", "items": [{ "label": "All Fragrances", "href": "#fragrances" }, { "label": "New Arrivals", "href": "#products" }, { "label": "Best Sellers", "href": "#products" }] }, { "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" - useInvertedBackground={false} wrapperClassName="mt-10 md:mt-16 lg:mt-24" footerClassName="bg-background py-10" /> @@ -228,7 +226,6 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[{ "title": "Shop", "items": [{ "label": "All Fragrances", "href": "#fragrances" }, { "label": "New Arrivals", "href": "#products" }, { "label": "Best Sellers", "href": "#products" }] }, { "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" - useInvertedBackground={false} wrapperClassName="mt-10 md:mt-16 lg:mt-24" footerClassName="bg-background py-10" /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d2d353e..e7e986d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -50,7 +50,6 @@ export default function ShopPage() { columns={[{ "title": "Shop", "items": [{ "label": "All Fragrances", "href": "#fragrances" }, { "label": "New Arrivals", "href": "#products" }, { "label": "Best Sellers", "href": "#products" }] }, { "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" - useInvertedBackground={false} wrapperClassName="mt-10 md:mt-16 lg:mt-24" footerClassName="bg-background py-10" /> @@ -101,7 +100,6 @@ export default function ShopPage() { columns={[{ "title": "Shop", "items": [{ "label": "All Fragrances", "href": "#fragrances" }, { "label": "New Arrivals", "href": "#products" }, { "label": "Best Sellers", "href": "#products" }] }, { "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" - useInvertedBackground={false} wrapperClassName="mt-10 md:mt-16 lg:mt-24" footerClassName="bg-background py-10" />