Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 18:09:22 +00:00

View File

@@ -153,7 +153,7 @@ export default function HomePage() {
products={[
{
id: "1", brand: "EchoTech", name: "Premium Wireless Headphones", price: "$149.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Premium wireless headphones", isFavorited: false,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=1", imageAlt: "Premium wireless headphones", isFavorited: false,
},
{
id: "2", brand: "StyleCraft", name: "Classic Canvas Backpack", price: "$89.99", rating: 5,
@@ -161,11 +161,11 @@ export default function HomePage() {
},
{
id: "3", brand: "LuxeHome", name: "Ergonomic Office Chair", price: "$299.99", rating: 5,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Ergonomic office chair", isFavorited: false,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=1", imageAlt: "Ergonomic office chair", isFavorited: false,
},
{
id: "4", brand: "EchoTech", name: "Portable Phone Charger", price: "$34.99", rating: 5,
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", imageAlt: "Portable phone charger", isFavorited: false,
reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=2", imageAlt: "Portable phone charger", isFavorited: false,
},
]}
gridVariant="four-items-2x2-equal-grid"
@@ -228,7 +228,7 @@ export default function HomePage() {
title: "24/7 Support", description: "Our dedicated customer support team is available around the clock to help you with any questions or concerns.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support team", button: { text: "Contact Us", href: "/contact" },
},
{
title: "Quality Guarantee", description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg", imageAlt: "Quality guarantee seal", button: { text: "Learn More", href: "#" },
title: "Quality Guarantee", description: "Every product undergoes rigorous quality testing. If you're not completely satisfied, we offer a 30-day money-back guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=2", imageAlt: "Quality guarantee seal", button: { text: "Learn More", href: "#" },
},
]}
gridVariant="two-columns-alternating-heights"