Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:25:58 +00:00
parent fed9f5e770
commit 0756d15b4f

View File

@@ -71,19 +71,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Lamborghini", name: "Huracan", price: "$800/day", rating: 5,
reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=1000"},
reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=1000&_wi=1"},
{
id: "2", brand: "Ferrari", name: "488 Spider", price: "$1200/day", rating: 5,
reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae?q=80&w=1000"},
reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae?q=80&w=1000&_wi=1"},
{
id: "3", brand: "McLaren", name: "720S", price: "$1500/day", rating: 5,
reviewCount: "88", imageSrc: "https://images.unsplash.com/photo-1625059346454-f823b5d2e061?q=80&w=1000"},
reviewCount: "88", imageSrc: "https://images.unsplash.com/photo-1625059346454-f823b5d2e061?q=80&w=1000&_wi=1"},
{
id: "4", brand: "Ford", name: "Mustang V8", price: "$300/day", rating: 4.9,
reviewCount: "210", imageSrc: "https://images.unsplash.com/photo-1584345604476-8aa5e50b9764?q=80&w=1000"},
reviewCount: "210", imageSrc: "https://images.unsplash.com/photo-1584345604476-8aa5e50b9764?q=80&w=1000&_wi=1"},
{
id: "5", brand: "Porsche", name: "911 Turbo", price: "$700/day", rating: 5,
reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1614162692292-7ac66d7f96e4?q=80&w=1000"},
reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1614162692292-7ac66d7f96e4?q=80&w=1000&_wi=1"},
{
id: "6", brand: "Chevrolet", name: "Corvette Z06", price: "$600/day", rating: 5,
reviewCount: "115", imageSrc: "https://images.unsplash.com/photo-1626668893637-2911244585c5?q=80&w=1000"},
@@ -119,15 +119,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "James Smith", date: "Jan 2025", title: "Incredible experience", quote: "The Lamborghini Huracan was pristine. House of Machina makes renting so easy.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=1000", imageAlt: "professional man portrait"},
id: "1", name: "James Smith", date: "Jan 2025", title: "Incredible experience", quote: "The Lamborghini Huracan was pristine. House of Machina makes renting so easy.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb?q=80&w=1000&_wi=2", imageAlt: "professional man portrait"},
{
id: "2", name: "Sarah Miller", date: "Dec 2024", title: "Top tier service", quote: "Seamless booking and the car was a beast. Best supercar hire in Melbourne.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae?q=80&w=1000", imageAlt: "professional man portrait"},
id: "2", name: "Sarah Miller", date: "Dec 2024", title: "Top tier service", quote: "Seamless booking and the car was a beast. Best supercar hire in Melbourne.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageSrc: "https://images.unsplash.com/photo-1592198084033-aade902d1aae?q=80&w=1000&_wi=2", imageAlt: "professional man portrait"},
{
id: "3", name: "David Tan", date: "Nov 2024", title: "Performance unmatched", quote: "Great selection of muscle cars. The team was helpful and professional.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", imageSrc: "https://images.unsplash.com/photo-1625059346454-f823b5d2e061?q=80&w=1000", imageAlt: "professional man portrait"},
id: "3", name: "David Tan", date: "Nov 2024", title: "Performance unmatched", quote: "Great selection of muscle cars. The team was helpful and professional.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", imageSrc: "https://images.unsplash.com/photo-1625059346454-f823b5d2e061?q=80&w=1000&_wi=2", imageAlt: "professional man portrait"},
{
id: "4", name: "Chloe Wong", date: "Oct 2024", title: "Weekend thrill", quote: "Absolutely worth it. The Ferrari 488 spider provided an epic weekend.", tag: "4.9 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", imageSrc: "https://images.unsplash.com/photo-1584345604476-8aa5e50b9764?q=80&w=1000", imageAlt: "professional man portrait"},
id: "4", name: "Chloe Wong", date: "Oct 2024", title: "Weekend thrill", quote: "Absolutely worth it. The Ferrari 488 spider provided an epic weekend.", tag: "4.9 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", imageSrc: "https://images.unsplash.com/photo-1584345604476-8aa5e50b9764?q=80&w=1000&_wi=2", imageAlt: "professional man portrait"},
{
id: "5", name: "Mark Wilson", date: "Sept 2024", title: "Highly recommended", quote: "Excellent fleet condition and fair pricing. Will rent again.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageSrc: "https://images.unsplash.com/photo-1614162692292-7ac66d7f96e4?q=80&w=1000", imageAlt: "professional man portrait"},
id: "5", name: "Mark Wilson", date: "Sept 2024", title: "Highly recommended", quote: "Excellent fleet condition and fair pricing. Will rent again.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageSrc: "https://images.unsplash.com/photo-1614162692292-7ac66d7f96e4?q=80&w=1000&_wi=2", imageAlt: "professional man portrait"},
]}
title="Trusted by Enthusiasts"
description="With an average 4.9-star rating, see what our clients in Melbourne say."