Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 692c24c497 | |||
| 8b3e6d64ec |
@@ -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-1773925283431-ne2515m9.jpg", imageAlt: "Perfectly clean showroom vehicle"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -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."
|
||||
products={[
|
||||
{
|
||||
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: "basic", name: "Basic Wash", price: "$19.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773924761196-78dtbmdj.jpg", imageAlt: "Basic 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: "full-service", name: "Full Service", price: "$39.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773924836581-yhch7521.jpg", imageAlt: "Full service wash 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: "premium", name: "Premium Detail", price: "$59.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773925283431-487lkltr.jpg", imageAlt: "Premium 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"
|
||||
id: "works", name: "The Works", price: "$89.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BA7fYmC8DCwX7HmqtNJcPebViP/uploaded-1773925283431-487lkltr.jpg", imageAlt: "Complete detail package"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user