Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Interdimensional Delivery"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "products" },
|
||||
{ text: "Start Shift" },
|
||||
@@ -73,10 +73,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Porsche 911 Turbo S", price: "$199,000", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7162.jpg?_wi=1", imageAlt: "Porsche 911 Turbo S", initialQuantity: 1,
|
||||
id: "1", name: "Porsche 911 Turbo S", price: "$199,000", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7162.jpg", imageAlt: "Porsche 911 Turbo S", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Porsche Panamera Turbo", price: "$139,000", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg?_wi=1", imageAlt: "Porsche Panamera Turbo", initialQuantity: 1,
|
||||
id: "2", name: "Porsche Panamera Turbo", price: "$139,000", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Porsche Panamera Turbo", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Porsche Cayenne Turbo", price: "$125,000", imageSrc: "http://img.b2bpic.net/free-photo/black-car-garage_417767-26.jpg", imageAlt: "Porsche Cayenne Turbo", initialQuantity: 1,
|
||||
@@ -120,9 +120,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "47M+", title: "Horsepower Delivered", description: "Combined performance across fleet", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7162.jpg?_wi=2", imageAlt: "Porsche performance vehicle"},
|
||||
id: "1", value: "47M+", title: "Horsepower Delivered", description: "Combined performance across fleet", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7162.jpg", imageAlt: "Porsche performance vehicle"},
|
||||
{
|
||||
id: "2", value: "28 Dimensions", title: "Active Delivery Routes", description: "Spanning the multiverse network", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg?_wi=2", imageAlt: "Porsche luxury sedan"},
|
||||
id: "2", value: "28 Dimensions", title: "Active Delivery Routes", description: "Spanning the multiverse network", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Porsche luxury sedan"},
|
||||
]}
|
||||
ariaLabel="Performance metrics section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user