diff --git a/src/app/page.tsx b/src/app/page.tsx index 3690c0a..4b99614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,16 +82,16 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "sofas", name: "Sofas & Lounges", price: "From $499", imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg", imageAlt: "Modern sofas collection" + id: "sofas", name: "Sofas & Lounges", price: "From $499", imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg?_wi=1", imageAlt: "Modern sofas collection" }, { id: "beds", name: "Beds & Frames", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-cute-style_1150-18010.jpg", imageAlt: "Contemporary bed collection" }, { - id: "dining", name: "Dining Tables", price: "From $399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg", imageAlt: "Dining table sets" + id: "dining", name: "Dining Tables", price: "From $399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg?_wi=1", imageAlt: "Dining table sets" }, { - id: "chairs", name: "Chairs & Seating", price: "From $149", imageSrc: "http://img.b2bpic.net/free-photo/simple-chair-with-metallic-high-legs-room-with-gray-walls_181624-25759.jpg", imageAlt: "Modern chairs collection" + id: "chairs", name: "Chairs & Seating", price: "From $149", imageSrc: "http://img.b2bpic.net/free-photo/simple-chair-with-metallic-high-legs-room-with-gray-walls_181624-25759.jpg?_wi=1", imageAlt: "Modern chairs collection" } ]} buttons={[ @@ -110,22 +110,22 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "pricing", title: "Factory Outlet Pricing", description: "Direct from manufacturer to you. Skip the middleman and enjoy genuine factory outlet prices on premium furniture.", tag: "Best Value", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg", imageAlt: "Modern furniture showroom" + id: "pricing", title: "Factory Outlet Pricing", description: "Direct from manufacturer to you. Skip the middleman and enjoy genuine factory outlet prices on premium furniture.", tag: "Best Value", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg?_wi=1", imageAlt: "Modern furniture showroom" }, { - id: "quality", title: "High-Quality Furniture", description: "We only stock furniture built to last. Each piece is carefully selected to ensure durability, comfort, and style for your home.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg", imageAlt: "Quality sofa display" + id: "quality", title: "High-Quality Furniture", description: "We only stock furniture built to last. Each piece is carefully selected to ensure durability, comfort, and style for your home.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg?_wi=2", imageAlt: "Quality sofa display" }, { - id: "service", title: "Friendly & Helpful Staff", description: "Our team knows furniture inside and out. We're here to answer your questions, offer recommendations, and help you make the perfect choice.", tag: "Expert Help", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg", imageAlt: "Welcoming showroom" + id: "service", title: "Friendly & Helpful Staff", description: "Our team knows furniture inside and out. We're here to answer your questions, offer recommendations, and help you make the perfect choice.", tag: "Expert Help", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg?_wi=2", imageAlt: "Welcoming showroom" }, { - id: "deals", title: "Negotiable Deals", description: "Looking for bulk orders or special arrangements? We love working with customers to create custom deals that fit your budget.", tag: "Flexible Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg", imageAlt: "Dining furniture display" + id: "deals", title: "Negotiable Deals", description: "Looking for bulk orders or special arrangements? We love working with customers to create custom deals that fit your budget.", tag: "Flexible Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg?_wi=2", imageAlt: "Dining furniture display" }, { - id: "trust", title: "Trusted by Locals", description: "4.6-star rating from 50+ happy customers. We've built our reputation on repeat business, word-of-mouth recommendations, and genuine care for our community.", tag: "Community Trust", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg", imageAlt: "Happy customers showroom" + id: "trust", title: "Trusted by Locals", description: "4.6-star rating from 50+ happy customers. We've built our reputation on repeat business, word-of-mouth recommendations, and genuine care for our community.", tag: "Community Trust", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tarot-home_23-2150276061.jpg?_wi=3", imageAlt: "Happy customers showroom" }, { - id: "easy", title: "Easy Parking & Location", description: "Located on Parramatta Rd with easy parking available. We're conveniently situated for locals throughout Auburn and Western Sydney.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/simple-chair-with-metallic-high-legs-room-with-gray-walls_181624-25759.jpg", imageAlt: "Store location access" + id: "easy", title: "Easy Parking & Location", description: "Located on Parramatta Rd with easy parking available. We're conveniently situated for locals throughout Auburn and Western Sydney.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/simple-chair-with-metallic-high-legs-room-with-gray-walls_181624-25759.jpg?_wi=2", imageAlt: "Store location access" } ]} />