diff --git a/src/app/page.tsx b/src/app/page.tsx index ad04645..e2aa092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Zap, Shield, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,22 +30,10 @@ export default function LandingPage() { @@ -130,21 +69,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - description: "Happy Customers", - }, - { - id: "m2", - value: "25+", - description: "Countries Served", - }, - { - id: "m3", - value: "100%", - description: "Sustainable Cotton", - }, + { id: "m1", value: "10k+", description: "Happy Customers" }, + { id: "m2", value: "25+", description: "Countries Served" }, + { id: "m3", value: "100%", description: "Sustainable Cotton" }, ]} title="Our Impact in Numbers" description="Evidence of commitment to excellence." @@ -158,42 +85,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Jacket", - price: "$295", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg?_wi=2", - }, - { - id: "p2", - name: "Classic Linen Shirt", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg?_wi=2", - }, - { - id: "p3", - name: "Evening Slip Dress", - price: "$340", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg?_wi=2", - }, - { - id: "p4", - name: "Essential Hoodie", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg?_wi=2", - }, - { - id: "p5", - name: "Tailored Trousers", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/woman-big-pants-weight-loss-concept_1328-3284.jpg", - }, - { - id: "p6", - name: "Cashmere Knit", - price: "$220", - imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17463.jpg", - }, + { id: "p1", name: "Signature Jacket", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg" }, + { id: "p2", name: "Classic Linen Shirt", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg" }, + { id: "p3", name: "Evening Slip Dress", price: "$340", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg" }, + { id: "p4", name: "Essential Hoodie", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg" }, + { id: "p5", name: "Tailored Trousers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-big-pants-weight-loss-concept_1328-3284.jpg" }, + { id: "p6", name: "Cashmere Knit", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17463.jpg" }, ]} title="Curated Collections" description="Explore our latest season arrivals." @@ -206,18 +103,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Artisanal Sourcing", - description: "Only the finest raw materials selected globally.", - }, - { - title: "Ethical Production", - description: "Fair wages and safe environments in every studio.", - }, - { - title: "Enduring Design", - description: "Timeless silhouettes designed to last generations.", - }, + { title: "Artisanal Sourcing", description: "Only the finest raw materials selected globally.", icon: Zap }, + { title: "Ethical Production", description: "Fair wages and safe environments in every studio.", icon: Shield }, + { title: "Enduring Design", description: "Timeless silhouettes designed to last generations.", icon: Sparkles }, ]} title="Crafted with Purpose" description="We believe clothing should be an investment in yourself." @@ -230,46 +118,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Elena M.", - handle: "@elena", - testimonial: "The fabrics are so soft and durable. Redemption is a lifestyle.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg", - }, - { - id: "t2", - name: "Marcus B.", - handle: "@marcusb", - testimonial: "Finally, a brand that gets fit right every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148773538.jpg", - }, - { - id: "t3", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "I love the minimalist aesthetic. Perfect for my capsule wardrobe.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg", - }, - { - id: "t4", - name: "David K.", - handle: "@davidk", - testimonial: "Exceptional quality and fast shipping. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-holding-camera-photo-art-concept_23-2148565465.jpg", - }, - { - id: "t5", - name: "Chloe W.", - handle: "@chloew", - testimonial: "Best hoodies I've ever bought. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg", - }, + { id: "t1", name: "Elena M.", handle: "@elena", testimonial: "The fabrics are so soft and durable. Redemption is a lifestyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg" }, + { id: "t2", name: "Marcus B.", handle: "@marcusb", testimonial: "Finally, a brand that gets fit right every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148773538.jpg" }, + { id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "I love the minimalist aesthetic. Perfect for my capsule wardrobe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg" }, + { id: "t4", name: "David K.", handle: "@davidk", testimonial: "Exceptional quality and fast shipping. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-holding-camera-photo-art-concept_23-2148565465.jpg" }, + { id: "t5", name: "Chloe W.", handle: "@chloew", testimonial: "Best hoodies I've ever bought. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg" }, ]} showRating={true} title="Voice of Redemption" @@ -280,9 +133,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file