Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-19 13:50:15 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ export default function BlogPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Shop Now", href: "/shop" }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -41,7 +41,7 @@ export default function BlogPage() {
) : (
<div id="blog" data-section="blog">
<BlogCardOne
posts={posts}
blogs={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"

View File

@@ -27,7 +27,7 @@ export default function SitePage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" }]}
brandName="Zapah"
button={{ text: "Shop Now", href: "/shop" }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -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: 'sparkles-gradient' }}
background={{ variant: 'noiseDiagonalGradient' }}
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: 'sparkles-gradient' }}
background={{ variant: 'noiseDiagonalGradient' }}
useInvertedBackground={false}
contentClassName="text-center"
textClassName="text-3xl md:text-4xl lg:text-5xl font-semibold leading-tight"

View File

@@ -87,7 +87,7 @@ export default function ProductPage({ params }: ProductPageProps) {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -128,7 +128,7 @@ export default function ProductPage({ params }: ProductPageProps) {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -176,7 +176,7 @@ export default function ProductPage({ params }: ProductPageProps) {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 md:px-10 lg:px-14"

View File

@@ -37,7 +37,7 @@ export default function ShopPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => {} }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -77,7 +77,7 @@ export default function ShopPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => {} }}
className="py-4 px-6 md:px-10 lg:px-14"