diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a0ddac..8c24f13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { { text: "Explore Categories", href: "#categories"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-baby-clothing-wooden-background_23-2148281358.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-adorable-newborn-baby_23-2151055037.jpg" imageAlt="Happy baby playing with colorful toys and Zoflo baby products" mediaAnimation="slide-up" fixedMediaHeight={true} @@ -85,12 +85,12 @@ export default function LandingPage() { { type: "text", text: "Safe & Certified Products"}, { - type: "text-icon", text: "Fast Nationwide Delivery", icon: Truck + type: "text-icon", text: "Fast Nationwide Delivery", icon: Truck, }, { type: "text", text: "Eco-Friendly Choices"}, { - type: "text-icon", text: "24/7 Dedicated Support", icon: LifeBuoy + type: "text-icon", text: "24/7 Dedicated Support", icon: LifeBuoy, }, { type: "text", text: "Trusted by Thousands of Parents"}, @@ -152,17 +152,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Organic Cotton Baby Onesie", price: "BDT 950", imageSrc: "http://img.b2bpic.net/free-photo/cotton-white-baby-sleepsuit-newborn-clothing-isolated_185193-47124.jpg", imageAlt: "Organic cotton baby onesie"}, + id: "1", name: "Organic Cotton Baby Onesie", price: "BDT 950", imageSrc: "http://img.b2bpic.net/free-vector/front-tank-top-sleeveless-with-leopard-pattern_1308-61105.jpg", imageAlt: "Organic cotton baby onesie"}, { - id: "2", name: "Wooden Educational Toy Set", price: "BDT 2,200", imageSrc: "http://img.b2bpic.net/free-photo/baby-toys-crib_23-2149591469.jpg", imageAlt: "Wooden educational toy set for babies"}, + id: "2", name: "Wooden Educational Toy Set", price: "BDT 2,200", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-white-shelf_23-2149357208.jpg", imageAlt: "Wooden educational toy set for babies"}, { - id: "3", name: "Premium Soft Diaper Pack", price: "BDT 1,500", imageSrc: "http://img.b2bpic.net/free-photo/baby-care-products-table_23-2149453716.jpg", imageAlt: "Premium soft diaper pack"}, + id: "3", name: "Premium Soft Diaper Pack", price: "BDT 1,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bath-accessories-baby_23-2148251507.jpg", imageAlt: "Premium soft diaper pack"}, { - id: "4", name: "Convertible Baby Crib", price: "BDT 18,500", imageSrc: "http://img.b2bpic.net/free-photo/cozy-baby-room-with-crib_23-2150824905.jpg", imageAlt: "Convertible baby crib"}, + id: "4", name: "Convertible Baby Crib", price: "BDT 18,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-new-baby-room-design_23-2149125001.jpg", imageAlt: "Convertible baby crib"}, { - id: "5", name: "Ergonomic Baby Stroller", price: "BDT 25,000", imageSrc: "http://img.b2bpic.net/free-photo/young-mom-stroller_23-2149021434.jpg", imageAlt: "Ergonomic baby stroller"}, + id: "5", name: "Ergonomic Baby Stroller", price: "BDT 25,000", imageSrc: "http://img.b2bpic.net/free-photo/young-mother-walking-with-baby-carriage-park_1303-14357.jpg", imageAlt: "Ergonomic baby stroller"}, { - id: "6", name: "Smart Baby Monitor", price: "BDT 7,800", imageSrc: "http://img.b2bpic.net/free-photo/baby-monitor-child-bedroom-night-light_23-2149174697.jpg", imageAlt: "Smart baby monitor"}, + id: "6", name: "Smart Baby Monitor", price: "BDT 7,800", imageSrc: "http://img.b2bpic.net/free-photo/father-video-calling-mom-with-child-quarantine_23-2148732563.jpg", imageAlt: "Smart baby monitor"}, ]} title="Our Featured & New Arrival Products" description="Discover our most popular items and the latest additions to the Zoflo family. Quality and comfort guaranteed for your precious little one." @@ -270,4 +270,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}