Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f832cfa7d8 | |||
| 1d8752b650 | |||
| 06c8d3804c |
@@ -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: "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"
|
||||
|
||||
Reference in New Issue
Block a user