From 2c78ca377c71cfaa9a03f84e4026d24f4c86ea82 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:38:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b75ba8..3dcd48a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3036.jpg", imageAlt: "Professional car detailing service" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "Car interior cleaning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=1", imageAlt: "Car exterior polish and shine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-towels-hands_23-2148223771.jpg?_wi=1", imageAlt: "Hotel laundry and linen service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-stacked-towels_23-2148251801.jpg?_wi=1", imageAlt: "Professional uniform cleaning" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg", imageAlt: "Car exterior polish and shine" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-towels-hands_23-2148223771.jpg", imageAlt: "Hotel laundry and linen service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-stacked-towels_23-2148251801.jpg", imageAlt: "Professional uniform cleaning" } ]} /> @@ -77,7 +77,7 @@ export default function LandingPage() { title="Car Detailing Excellence" description="Transform your vehicle with our comprehensive detailing services designed to protect and enhance your investment." tag="Automotive Services" - imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg" imageAlt="Professional car detailing service" mediaAnimation="slide-up" accordionItems={[ @@ -96,8 +96,8 @@ export default function LandingPage() { description="Comprehensive laundry and textile care services designed specifically for hotels and hospitality businesses. We deliver pristine, perfectly maintained linens and uniforms." tag="Hotel Services" products={[ - { id: "1", name: "Bedsheet & Linen Care", price: "Premium Quality", variant: "Hospital-grade washing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-towels-hands_23-2148223771.jpg?_wi=2", imageAlt: "Hotel bedsheet laundry service" }, - { id: "2", name: "Uniform Cleaning & Pressing", price: "Professional Maintenance", variant: "Staff uniform service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-stacked-towels_23-2148251801.jpg?_wi=2", imageAlt: "Professional uniform cleaning service" }, + { id: "1", name: "Bedsheet & Linen Care", price: "Premium Quality", variant: "Hospital-grade washing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-towels-hands_23-2148223771.jpg", imageAlt: "Hotel bedsheet laundry service" }, + { id: "2", name: "Uniform Cleaning & Pressing", price: "Professional Maintenance", variant: "Staff uniform service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-stacked-towels_23-2148251801.jpg", imageAlt: "Professional uniform cleaning service" }, { id: "3", name: "Tablecloth & Dining Linens", price: "Restaurant Quality", variant: "Fine dining preparation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-maid-holding-folded-towels_171337-12686.jpg", imageAlt: "Hotel tablecloth cleaning service" } ]} gridVariant="three-columns-all-equal-width" @@ -114,9 +114,9 @@ export default function LandingPage() { tag="Our Partners" textboxLayout="default" useInvertedBackground={false} - logos=[ + logos={[ "http://img.b2bpic.net/free-vector/golden-label-star_1017-7338.jpg", "http://img.b2bpic.net/free-vector/blurred-summer-background_23-2147511429.jpg", "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-modern-style_23-2147911506.jpg", "http://img.b2bpic.net/free-vector/ornamental-hotel-logos_23-2147532920.jpg", "http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149416122.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-oasis-logo-design_23-2149424120.jpg", "http://img.b2bpic.net/free-psd/coffee-shop-template-design_23-2151882034.jpg" - ] + ]} names={[ "Luxury Hotels Group", "Premier Resorts", "Boutique Hospitality", "Fine Dining Alliance", "Executive Accommodations", "Resort Collections", "Premium Hospitality Network" ]} -- 2.49.1