7 Commits

Author SHA1 Message Date
4798212dad Merge version_4 into main
Merge version_4 into main
2026-05-13 11:26:02 +00:00
0756d15b4f Update src/app/page.tsx 2026-05-13 11:25:58 +00:00
69adbd1cbf Merge version_4 into main
Merge version_4 into main
2026-05-13 11:25:28 +00:00
fed9f5e770 Update src/app/page.tsx 2026-05-13 11:25:21 +00:00
4f7e72122c Switch to version 1: modified src/app/page.tsx 2026-05-13 11:24:29 +00:00
7fd97476ec Switch to version 2: modified src/app/page.tsx 2026-05-13 11:24:26 +00:00
5d27c422ca Merge version_3 into main
Merge version_3 into main
2026-05-13 11:22:29 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ {
text: "WhatsApp for Instant Booking", href: "https://wa.me/611300904645"}, text: "WhatsApp for Instant Booking", href: "https://wa.me/611300904645"},
]} ]}
imageSrc="https://img.freepik.com/free-photo/luxury-sports-car-driving-asphalt-road-sunset_114579-1163.jpg?w=1600" imageSrc="http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649964.jpg?_wi=1"
/> />
</div> </div>
@@ -58,7 +58,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Unleash the Power" title="Unleash the Power"
description="At House of Machina, we provide the ultimate self-drive experience. Our fleet features high-performance machines designed for thrill-seekers. No instructor, no compromises—just you and the machine on the open road." description="At House of Machina, we provide the ultimate self-drive experience. Our fleet features high-performance machines designed for thrill-seekers. No instructor, no compromises—just you and the machine on the open road."
imageSrc="https://img.freepik.com/free-photo/luxury-car-parked-modern-garage_23-2149176378.jpg?w=1600" imageSrc="http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746579.jpg?_wi=1"
/> />
</div> </div>
@@ -71,22 +71,22 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", brand: "Lamborghini", name: "Huracan", price: "$800/day", rating: 5, id: "1", brand: "Lamborghini", name: "Huracan", price: "$800/day", rating: 5,
reviewCount: "120", imageSrc: "https://img.freepik.com/free-photo/lamborghini-huracan-parked-city-street-night_114579-1384.jpg?w=1600"}, 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, id: "2", brand: "Ferrari", name: "488 Spider", price: "$1200/day", rating: 5,
reviewCount: "95", imageSrc: "https://img.freepik.com/free-photo/red-ferrari-488-driving-coastal-road_114579-1425.jpg?w=1600"}, 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, id: "3", brand: "McLaren", name: "720S", price: "$1500/day", rating: 5,
reviewCount: "88", imageSrc: "https://img.freepik.com/free-photo/grey-mclaren-720s-moving-fast-asphalt-road_114579-1456.jpg?w=1600"}, 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, id: "4", brand: "Ford", name: "Mustang V8", price: "$300/day", rating: 4.9,
reviewCount: "210", imageSrc: "https://img.freepik.com/free-photo/mustang-v8-muscle-car_114579-1501.jpg?w=1600"}, 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, id: "5", brand: "Porsche", name: "911 Turbo", price: "$700/day", rating: 5,
reviewCount: "150", imageSrc: "https://img.freepik.com/free-photo/porsche-911-turbo-studio-lighting_114579-1602.jpg?w=1600"}, 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, id: "6", brand: "Chevrolet", name: "Corvette Z06", price: "$600/day", rating: 5,
reviewCount: "115", imageSrc: "https://img.freepik.com/free-photo/chevrolet-corvette-z06-vibrant-background_114579-1705.jpg?w=1600"}, reviewCount: "115", imageSrc: "https://images.unsplash.com/photo-1626668893637-2911244585c5?q=80&w=1000"},
]} ]}
title="Self-Drive Muscle & Supercars" title="Self-Drive Muscle & Supercars"
description="Hand-picked high-performance vehicles for an unforgettable journey." description="Hand-picked high-performance vehicles for an unforgettable journey."
@@ -108,7 +108,7 @@ export default function LandingPage() {
"Priority Booking", "Free Delivery", "Exclusive Perks"], "Priority Booking", "Free Delivery", "Exclusive Perks"],
}, },
]} ]}
title="Rental Terms" title="Freeze the Bond"
description="Our transparent policy ensures clarity. We hold your bond temporarily while you enjoy the drive." description="Our transparent policy ensures clarity. We hold your bond temporarily while you enjoy the drive."
/> />
</div> </div>
@@ -119,11 +119,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "https://img.freepik.com/free-photo/man-smiling-portrait_1139-1079.jpg", imageSrc: "https://img.freepik.com/free-photo/luxury-car-exterior_114579-1802.jpg?w=1600", imageAlt: "Car client"}, 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: "https://img.freepik.com/free-photo/portrait-businesswoman-confident_23-2148029500.jpg", imageSrc: "https://img.freepik.com/free-photo/luxury-car-interior-modern_23-2149176378.jpg?w=1600", imageAlt: "Car interior"}, 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: "https://img.freepik.com/free-photo/portrait-woman-looking-camera_23-2148304959.jpg", imageSrc: "https://img.freepik.com/free-photo/lamborghini-night-street_114579-1384.jpg?w=1600", imageAlt: "Car at night"}, 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&_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&_wi=2", imageAlt: "professional man portrait"},
]} ]}
title="Trusted by Enthusiasts" title="Trusted by Enthusiasts"
description="With an average 4.9-star rating, see what our clients in Melbourne say." description="With an average 4.9-star rating, see what our clients in Melbourne say."
@@ -142,7 +146,7 @@ export default function LandingPage() {
{ {
id: "3", title: "Where are you located?", content: "Unit 23/536 Clayton Rd, Clayton South, VIC 3169."}, id: "3", title: "Where are you located?", content: "Unit 23/536 Clayton Rd, Clayton South, VIC 3169."},
]} ]}
imageSrc="https://img.freepik.com/free-photo/city-night-street-lights-bokeh-effect_114579-1888.jpg?w=1600" imageSrc="http://img.b2bpic.net/free-photo/nobody-dark-inside-park-night_1127-2363.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about your rental." description="Everything you need to know about your rental."
@@ -167,7 +171,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://img.freepik.com/free-photo/city-panoramic-view_114579-2005.jpg?w=1600" imageSrc="http://img.b2bpic.net/free-photo/new-york-city-downtown-skyline-out-focus-bokeh-panorama-night_649448-2712.jpg"
logoText="House of Machina" logoText="House of Machina"
columns={[ columns={[
{ {
@@ -191,4 +195,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }