Update src/app/page.tsx
This commit is contained in:
@@ -107,11 +107,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "full-wash", title: "Full Car Wash", author: "Complete Package", description: "Comprehensive exterior and interior cleaning. Everything your vehicle needs for a complete refresh.", tags: ["Premium", "35 min"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=1", imageAlt: "Complete professional car wash service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", imageAlt: "Complete professional car wash service"
|
||||
},
|
||||
{
|
||||
id: "quick-wash", title: "Quick Wash", author: "Fast & Efficient", description: "Express exterior wash for busy drivers. Quality cleaning in record time.", tags: ["Express", "10 min"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg?_wi=1", imageAlt: "Fast express car wash service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg", imageAlt: "Fast express car wash service"
|
||||
},
|
||||
{
|
||||
id: "vacuum-service", title: "Vacuum Cleaning", author: "Pristine Cabin", description: "Professional vacuuming of seats, carpets, and floor mats. Removes dust and debris thoroughly.", tags: ["Interior", "15 min"],
|
||||
@@ -123,11 +123,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "deep-clean", title: "Deep Cleaning", author: "Showroom Ready", description: "Intensive cleaning inside and out. Professional detailing that makes your car look brand new.", tags: ["Premium", "45 min"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=2", imageAlt: "Deep professional cleaning service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", imageAlt: "Deep professional cleaning service"
|
||||
},
|
||||
{
|
||||
id: "express-care", title: "Express Car Care", author: "Quick & Quality", description: "Fast exterior wash plus interior vacuum. The perfect solution for busy schedules.", tags: ["Combo", "25 min"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg?_wi=2", imageAlt: "Express combined car care service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg", imageAlt: "Express combined car care service"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-gray-900"
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drops-multicolored-foam_23-2147797957.jpg"
|
||||
imageAlt="Prestige Car Wash facility at night"
|
||||
mediaAnimation="fade-in"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
|
||||
Reference in New Issue
Block a user