Update src/app/page.tsx

This commit is contained in:
2026-03-19 13:08:12 +00:00
parent e223206d12
commit 8b3e6d64ec

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Find Hours & Location", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/full-frame-abstract-transparent-bubbles-pattern-bright-background_23-2148070971.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773922280108-8h8agv21.jpg"
imageAlt="Gleaming wet black car with perfect shine"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -90,7 +90,7 @@ export default function LandingPage() {
},
{
id: 2,
title: "Spotless Results", description: "Hand-inspected finish every time. We check before you drive away.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22328.jpg", imageAlt: "Perfectly clean showroom vehicle"
title: "Spotless Results", description: "Hand-inspected finish every time. We check before you drive away.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773924836581-zmelzu04.jpg", imageAlt: "Perfectly clean showroom vehicle"
}
]}
animationType="slide-up"
@@ -114,10 +114,10 @@ export default function LandingPage() {
id: "full-service", name: "Full Service", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-abstract-transparent-bubbles-pattern-bright-background_23-2148070971.jpg?_wi=3", imageAlt: "Full service wash package"
},
{
id: "premium", name: "Premium Detail", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-abstract-transparent-bubbles-pattern-bright-background_23-2148070971.jpg?_wi=4", imageAlt: "Premium detail package"
id: "premium", name: "Premium Detail", price: "$59.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773922387181-8churz56.jpg", imageAlt: "Premium detail package"
},
{
id: "works", name: "The Works", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-abstract-transparent-bubbles-pattern-bright-background_23-2148070971.jpg?_wi=5", imageAlt: "Complete detail package"
id: "works", name: "The Works", price: "$89.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773922387181-8churz56.jpg", imageAlt: "Complete detail package"
}
]}
gridVariant="three-columns-all-equal-width"