Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 13:57:32 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Porsche luxury sedan"},
]}
ariaLabel="Performance metrics section"
/>