Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:43:35 +00:00

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Maco", name: "24/7 Availability", price: "Open Round the Clock", rating: 5,
reviewCount: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "24/7 Laundry Service"
reviewCount: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=1", imageAlt: "24/7 Laundry Service"
},
{
id: "2", brand: "Maco", name: "Fast Turnaround", price: "Quick Service", rating: 5,
@@ -107,7 +107,7 @@ export default function LandingPage() {
},
{
id: "3", brand: "Maco", name: "Professional Team", price: "Expert Care", rating: 5,
reviewCount: "Trained Staff", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional Dry Cleaning"
reviewCount: "Trained Staff", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2", imageAlt: "Professional Dry Cleaning"
}
]}
gridVariant="three-columns-all-equal-width"