diff --git a/src/app/page.tsx b/src/app/page.tsx index 00111f9..6f0c318 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Star, Zap } from "lucide-react"; +import { Award, Star, Zap, Shield, Headphones } from "lucide-react"; export default function LandingPage() { return ( @@ -32,56 +32,27 @@ export default function LandingPage() {
@@ -120,41 +82,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Timeless Design", - description: "Styles that remain relevant forever.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418543.jpg", - imageAlt: "Top view on boards of mdf material", - }, - { - title: "Sustainable Craft", - description: "Ethically sourced and produced items.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg?_wi=2", - imageAlt: "Top view on boards of mdf material", - }, - { - title: "Global Shipping", - description: "Delivered to your doorstep anywhere.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg?_wi=2", - imageAlt: "Top view on boards of mdf material", - }, - { - title: "Exclusive Access", - description: "Join our membership for early looks.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg?_wi=2", - imageAlt: "Top view on boards of mdf material", - }, - { - title: "Expert Support", - description: "Dedicated team for your questions.", - buttonIcon: "Headphones", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=1", - imageAlt: "Top view on boards of mdf material", - }, + { title: "Timeless Design", description: "Styles that remain relevant forever.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418543.jpg", imageAlt: "Top view on boards of mdf material" }, + { title: "Sustainable Craft", description: "Ethically sourced and produced items.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", imageAlt: "Top view on boards of mdf material" }, + { title: "Global Shipping", description: "Delivered to your doorstep anywhere.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg", imageAlt: "Top view on boards of mdf material" }, + { title: "Exclusive Access", description: "Join our membership for early looks.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", imageAlt: "Top view on boards of mdf material" }, + { title: "Expert Support", description: "Dedicated team for your questions.", buttonIcon: Headphones, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", imageAlt: "Top view on boards of mdf material" }, ]} title="Why Choose Le Wariss?" description="Excellence in every detail, crafted for your lifestyle." @@ -168,48 +100,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Essence Vase", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=2", - imageAlt: "high end lifestyle product", - }, - { - id: "p2", - name: "Aura Lamp", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961331.jpg", - imageAlt: "refined product photography", - }, - { - id: "p3", - name: "Velvet Cushion", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/frames-with-arabic-themed-wall-white-background_187299-38227.jpg", - imageAlt: "high quality product item", - }, - { - id: "p4", - name: "Ceramic Tray", - price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263177.jpg", - imageAlt: "modern lifestyle object", - }, - { - id: "p5", - name: "Marble Clock", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037611.jpg", - imageAlt: "refined design object", - }, - { - id: "p6", - name: "Silk Throw", - price: "$210", - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg", - imageAlt: "professional product branding", - }, + { id: "p1", name: "Essence Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", imageAlt: "high end lifestyle product" }, + { id: "p2", name: "Aura Lamp", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961331.jpg", imageAlt: "refined product photography" }, + { id: "p3", name: "Velvet Cushion", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/frames-with-arabic-themed-wall-white-background_187299-38227.jpg", imageAlt: "high quality product item" }, ]} title="Signature Collection" description="Hand-picked pieces to elevate your daily life." @@ -222,24 +115,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Star, - title: "Happy Clients", - value: "1.2k+", - }, - { - id: "m2", - icon: Award, - title: "Design Awards", - value: "24", - }, - { - id: "m3", - icon: Zap, - title: "Global Reach", - value: "45+", - }, + { id: "m1", icon: Star, title: "Happy Clients", value: "1.2k+" }, + { id: "m2", icon: Award, title: "Design Awards", value: "24" }, + { id: "m3", icon: Zap, title: "Global Reach", value: "45+" }, ]} title="Our Impact" description="Delivering elegance across the globe." @@ -250,36 +128,8 @@ export default function LandingPage() {