Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-03 14:13:15 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -64,16 +64,16 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Premium Leather Wallet", price: "$49.99", variant: "Black • 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-storage-devices-bed_23-2149319354.jpg", imageAlt: "Black leather wallet", isFavorited: false
id: "1", name: "Premium Leather Wallet", price: "$49.99", variant: "⭐ 4.9 from Verified Seller • Black • 3 Variants", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-storage-devices-bed_23-2149319354.jpg", imageAlt: "Black leather wallet", isFavorited: false
},
{
id: "2", name: "Wireless Earbuds Pro", price: "$129.99", variant: "White • 2 Variants", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "Wireless earbuds", isFavorited: false
id: "2", name: "Wireless Earbuds Pro", price: "$129.99", variant: "⭐ 4.8 from Verified Seller • White • 2 Variants", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "Wireless earbuds", isFavorited: false
},
{
id: "3", name: "Smart Watch Series 5", price: "$299.99", variant: "Silver • 4 Variants", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-checking-his-smartwatch_23-2148228521.jpg", imageAlt: "Smart watch device", isFavorited: false
id: "3", name: "Smart Watch Series 5", price: "$299.99", variant: "⭐ 4.7 from Verified Seller • Silver • 4 Variants", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-checking-his-smartwatch_23-2148228521.jpg", imageAlt: "Smart watch device", isFavorited: false
},
{
id: "4", name: "Portable Phone Charger", price: "$34.99", variant: "Blue • 5 Variants", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-blue-cellphone-headphones-laptop-origami-wooden-surface_181624-60489.jpg", imageAlt: "Portable charger", isFavorited: false
id: "4", name: "Portable Phone Charger", price: "$34.99", variant: "⭐ 4.9 from Verified Seller • Blue • 5 Variants", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-blue-cellphone-headphones-laptop-origami-wooden-surface_181624-60489.jpg", imageAlt: "Portable charger", isFavorited: false
}
]}
title="Featured Products"
@@ -206,4 +206,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}