From 3849e232b1955a449438915f7b963f0c00572ab3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:02:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1620883..3ffef10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,13 +70,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Premium Cotton T-Shirt", price: "$89", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg", imageAlt: "Premium cotton t-shirt", isFavorited: false + id: "1", name: "Premium Cotton T-Shirt", price: "$89", variant: "Multiple Colors Available", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg?_wi=1", imageAlt: "Premium cotton t-shirt", isFavorited: false }, { - id: "2", name: "Luxury Wool Jacket", price: "$249", variant: "Navy Blue, Charcoal, Black", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-street-outfit_1303-19654.jpg", imageAlt: "Luxury wool jacket", isFavorited: false + id: "2", name: "Luxury Wool Jacket", price: "$249", variant: "Navy Blue, Charcoal, Black", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-street-outfit_1303-19654.jpg?_wi=1", imageAlt: "Luxury wool jacket", isFavorited: false }, { - id: "3", name: "Elegant Evening Dress", price: "$199", variant: "Black, Burgundy, Gold", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg", imageAlt: "Elegant evening dress", isFavorited: false + id: "3", name: "Elegant Evening Dress", price: "$199", variant: "Black, Burgundy, Gold", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg?_wi=1", imageAlt: "Elegant evening dress", isFavorited: false } ]} buttons={[{ text: "View All Products", href: "https://shop.example.com" }]} @@ -106,19 +106,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Materials", description: "We source the finest fabrics from sustainable suppliers worldwide, ensuring comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg" + title: "Premium Materials", description: "We source the finest fabrics from sustainable suppliers worldwide, ensuring comfort and durability.", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg?_wi=2" }, { id: 2, - title: "Ethical Manufacturing", description: "All our products are manufactured in facilities that prioritize fair wages and safe working conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-street-outfit_1303-19654.jpg" + title: "Ethical Manufacturing", description: "All our products are manufactured in facilities that prioritize fair wages and safe working conditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-street-outfit_1303-19654.jpg?_wi=2" }, { id: 3, - title: "Timeless Design", description: "Our designs transcend trends, creating pieces that remain stylish season after season.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg" + title: "Timeless Design", description: "Our designs transcend trends, creating pieces that remain stylish season after season.", imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13889.jpg?_wi=2" }, { id: 4, - title: "Customer Care", description: "Exceptional service and hassle-free returns because your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg" + title: "Customer Care", description: "Exceptional service and hassle-free returns because your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/awesome-beautiful-tall-ararbian-beard-macho-man-photographer-glasses-black-tshirt-with-professional-camera-hands_627829-13411.jpg?_wi=3" } ]} /> @@ -139,7 +139,7 @@ export default function LandingPage() { }, { id: "2", name: "James Rodriguez", role: "Entrepreneur", company: "Tech Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1" }, { id: "3", name: "Emily Chen", role: "Fashion Designer", company: "Independent Brand", rating: 5, @@ -147,7 +147,7 @@ export default function LandingPage() { }, { id: "4", name: "Michael Grant", role: "Style Consultant", company: "Personal Branding Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1