Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 23:37:22 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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", 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" }
{ 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" }
]}
/>
</div>
@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=2"
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", 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: "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: "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"