diff --git a/src/app/page.tsx b/src/app/page.tsx index f6bb197..580c0ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Shield, Star, Briefcase, Mail } from "lucide-react"; +import { Award, Shield, Star, Briefcase } from "lucide-react"; export default function LandingPage() { return ( @@ -46,8 +46,8 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Timeless Leather, Crafted for Excellence." description="Zellwears delivers uncompromising luxury, blending traditional craftsmanship with modern design for the discerning individual." - leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/fashionable-man-woman-sitting-stair_158595-5482.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-shoemaker-cutting-leather-textile_171337-12260.jpg?_wi=1" }]} - rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-creased-leather-textured-background_53876-129753.jpg" }]} + leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/fashionable-man-woman-sitting-stair_158595-5482.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-shoemaker-cutting-leather-textile_171337-12260.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/fashionable-man-woman-sitting-stair_158595-5482.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-shoemaker-cutting-leather-textile_171337-12260.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/fashionable-man-woman-sitting-stair_158595-5482.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-shoemaker-cutting-leather-textile_171337-12260.jpg?_wi=1" }]} + rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-creased-leather-textured-background_53876-129753.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-creased-leather-textured-background_53876-129753.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-creased-leather-textured-background_53876-129753.jpg" }]} buttons={[{ text: "Shop Collection", href: "#products" }]} /> @@ -70,6 +70,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "p1", name: "The Executive Jacket", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/black-white-nude-woman-side-view_23-2149428731.jpg?_wi=1" }, { id: "p2", name: "The Signature Handbag", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/retro-brown-man-leather-bag-bright-colorful-summer-park-hanging-leafes_158538-12266.jpg?_wi=1" }, @@ -86,6 +87,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} + title="Our Impact" + description="Delivering excellence through dedication." metrics={[ { id: "m1", value: "15+", title: "Years Experience", description: "Defining luxury standards.", icon: Award }, { id: "m2", value: "100%", title: "Genuine Leather", description: "Sourced ethically.", icon: Shield }, @@ -99,6 +102,8 @@ export default function LandingPage() { testimonials={[]} title="Distinguished Perspectives" description="Our clients share their experience with Zellwears." + textboxLayout="default" + useInvertedBackground={false} /> @@ -112,6 +117,7 @@ export default function LandingPage() { sideTitle="Need Clarity?" sideDescription="Explore our frequently asked questions for immediate assistance." faqsAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -119,6 +125,9 @@ export default function LandingPage() { @@ -131,6 +140,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address" } ]} imageSrc="http://img.b2bpic.net/free-photo/tailor-sketching-leather-tissue-high-quality-photo_114579-12211.jpg" + useInvertedBackground={false} />