Merge version_1 into main #1
@@ -95,11 +95,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Fashion Hub", name: "Casual White Shirt", price: "$49.99", rating: 4,
|
||||
reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1trczb", imageAlt: "Casual white shirt"
|
||||
reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1trczb&_wi=1", imageAlt: "Casual white shirt"
|
||||
},
|
||||
{
|
||||
id: "p2", brand: "Fashion Hub", name: "Black Formal Pants", price: "$69.99", rating: 5,
|
||||
reviewCount: "124", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8c9h9", imageAlt: "Black formal pants"
|
||||
reviewCount: "124", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8c9h9&_wi=1", imageAlt: "Black formal pants"
|
||||
},
|
||||
{
|
||||
id: "p3", brand: "Fashion Hub", name: "Colorful Sneakers", price: "$99.99", rating: 5,
|
||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Easy Product Management", author: "Smart Admin System", description: "Add, remove, and update products effortlessly with our intuitive dashboard. Full control over inventory and pricing with just a few clicks.", tags: ["Admin", "Easy"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1trczb", imageAlt: "Easy management interface"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1trczb&_wi=2", imageAlt: "Easy management interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "User-Friendly Experience", author: "Customer First", description: "Seamless shopping experience with intuitive navigation, quick checkout, and secure payment options for peace of mind.", tags: ["UX", "Secure"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8c9h9", imageAlt: "User friendly shopping interface"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8c9h9&_wi=2", imageAlt: "User friendly shopping interface"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user