Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 08:02:12 +00:00

View File

@@ -70,13 +70,13 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
products={[ 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" }]} buttons={[{ text: "View All Products", href: "https://shop.example.com" }]}
@@ -106,19 +106,19 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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, 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, 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, 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, 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, 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, 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={[ kpiItems={[