Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -42,13 +42,13 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="AutoPro"
|
||||
description="Discover the perfect vehicle for your journey. Premium cars designed for performance, comfort, and reliability."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Vehicles", href: "#vehicles" },
|
||||
{ text: "Schedule Test Drive", href: "#contact" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-white-car_181624-22534.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-white-car_181624-22534.jpg"
|
||||
imageAlt="Premium luxury vehicle showcase"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
id: "suv-elite", name: "SUV Elite", price: "$52,000", imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207306.jpg", imageAlt: "SUV Elite premium utility vehicle"
|
||||
},
|
||||
{
|
||||
id: "sports-gt", name: "Sports GT", price: "$68,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-white-car_181624-22534.jpg?_wi=2", imageAlt: "Sports GT high-performance vehicle"
|
||||
id: "sports-gt", name: "Sports GT", price: "$68,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-white-car_181624-22534.jpg", imageAlt: "Sports GT high-performance vehicle"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "View All Models", href: "#" }]}
|
||||
|
||||
Reference in New Issue
Block a user