3 Commits

Author SHA1 Message Date
f832cfa7d8 Update src/app/page.tsx 2026-03-19 13:02:36 +00:00
1d8752b650 Update src/app/page.tsx 2026-03-19 13:02:11 +00:00
06c8d3804c Merge version_1 into main
Merge version_1 into main
2026-03-19 12:00:09 +00:00

View File

@@ -108,16 +108,16 @@ export default function LandingPage() {
description="From quick exterior shine to complete showroom detail. Choose the package that loves your ride the way you do." description="From quick exterior shine to complete showroom detail. Choose the package that loves your ride the way you do."
products={[ products={[
{ {
id: "basic", name: "Basic Wash", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-abstract-transparent-bubbles-pattern-bright-background_23-2148070971.jpg?_wi=2", imageAlt: "Basic wash package" id: "basic", name: "Basic Wash", price: "$19.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773925283431-487lkltr.jpg?_wi=1", imageAlt: "Basic wash package"
}, },
{ {
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: "full-service", name: "Full Service", price: "$39.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773925283431-ne2515m9.jpg?_wi=1", 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-1773925283431-487lkltr.jpg?_wi=2", 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-1773925283431-ne2515m9.jpg?_wi=2", imageAlt: "Complete detail package"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"