From 4bed15653ecce299b7dae01099df609ffb725669 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:41:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 334 ++++++++--------------------------------------- 1 file changed, 58 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7deea71..6f4faf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,31 +20,23 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -135,31 +88,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: Zap, - title: "Energy Efficient", - description: "Solar-ready systems for off-grid power.", - }, - { - icon: Shield, - title: "Durable Build", - description: "Aerospace-grade materials for longevity.", - }, - { - icon: Star, - title: "Luxury Comfort", - description: "High-end interior finishes and climate control.", - }, - { - icon: Compass, - title: "Navigation Ready", - description: "Built-in tech for seamless travel.", - }, - { - icon: Coffee, - title: "Cozy Living", - description: "Ergonomic designs for home-like comfort.", - }, + { icon: Zap, title: "Energy Efficient", description: "Solar-ready systems for off-grid power." }, + { icon: Shield, title: "Durable Build", description: "Aerospace-grade materials for longevity." }, + { icon: Star, title: "Luxury Comfort", description: "High-end interior finishes and climate control." }, + { icon: Compass, title: "Navigation Ready", description: "Built-in tech for seamless travel." }, + { icon: Coffee, title: "Cozy Living", description: "Ergonomic designs for home-like comfort." }, ]} title="Designed for Comfort" description="Every trailer is packed with thoughtful features to elevate your travel experience." @@ -173,48 +106,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Horizon V1", - price: "$15,000", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-leaning-caravan_23-2148140563.jpg", - }, - { - id: "p2", - name: "Trailblazer", - price: "$22,000", - variant: "Off-Road", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189224.jpg", - }, - { - id: "p3", - name: "Sunset Lux", - price: "$35,000", - variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-blonde-hair-white-blouse-jeans-laughing-looking-grey-haired-man-light-shirt-outdoor_197531-19100.jpg", - }, - { - id: "p4", - name: "Nomad Lite", - price: "$12,000", - variant: "Lightweight", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-laptop-while-traveling_23-2149282601.jpg", - }, - { - id: "p5", - name: "Adventurer Pro", - price: "$28,000", - variant: "Pro", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-standing-van_23-2149005016.jpg", - }, - { - id: "p6", - name: "Weekend Scout", - price: "$18,000", - variant: "Scout", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nomad-family-nature_23-2149512483.jpg", - }, + { id: "p1", name: "Horizon V1", price: "$15,000", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-leaning-caravan_23-2148140563.jpg" }, + { id: "p2", name: "Trailblazer", price: "$22,000", variant: "Off-Road", imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189224.jpg" }, + { id: "p3", name: "Sunset Lux", price: "$35,000", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-with-blonde-hair-white-blouse-jeans-laughing-looking-grey-haired-man-light-shirt-outdoor_197531-19100.jpg" }, + { id: "p4", name: "Nomad Lite", price: "$12,000", variant: "Lightweight", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-laptop-while-traveling_23-2149282601.jpg" }, + { id: "p5", name: "Adventurer Pro", price: "$28,000", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-standing-van_23-2149005016.jpg" }, + { id: "p6", name: "Weekend Scout", price: "$18,000", variant: "Scout", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nomad-family-nature_23-2149512483.jpg" }, ]} title="Explore Our Models" description="From lightweight campers to family-sized luxury trailers, find your perfect match." @@ -228,49 +125,19 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - title: "Essential", - price: "$15k", - period: "purchase", - features: [ - "Standard warranty", - "Basic accessories", - "24/7 support", - ], - button: { - text: "Start Adventure", - }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-kid-camper-van_23-2149302392.jpg", + id: "basic", title: "Essential", price: "$15k", period: "purchase", features: ["Standard warranty", "Basic accessories", "24/7 support"], + button: { text: "Start Adventure" }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-kid-camper-van_23-2149302392.jpg" }, { - id: "pro", - title: "Premium", - price: "$25k", - period: "purchase", - features: [ - "Extended warranty", - "Solar package", - "Priority support", - ], - button: { - text: "Choose Premium", - }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nomad-family-with-campervan_23-2149181710.jpg", + id: "pro", title: "Premium", price: "$25k", period: "purchase", features: ["Extended warranty", "Solar package", "Priority support"], + button: { text: "Choose Premium" }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-nomad-family-with-campervan_23-2149181710.jpg" }, { - id: "ultimate", - title: "Luxury", - price: "$40k", - period: "purchase", - features: [ - "Lifetime warranty", - "Fully off-grid", - "Concierge support", - ], - button: { - text: "Own Luxury", - }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562909.jpg", + id: "ultimate", title: "Luxury", price: "$40k", period: "purchase", features: ["Lifetime warranty", "Fully off-grid", "Concierge support"], + button: { text: "Own Luxury" }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adventurous-couple-bivouacking_23-2150562909.jpg" }, ]} title="Choose Your Package" @@ -285,46 +152,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "John Doe", - role: "Traveler", - company: "Roadtrip Lovers", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-camping-woman_23-2148223464.jpg", - }, - { - id: "2", - name: "Jane Smith", - role: "Outdoor Enthusiast", - company: "Camp Daily", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-traveling-alone-mutriku-while-having-his-essentials-backpack_23-2149118753.jpg", - }, - { - id: "3", - name: "Robert Brown", - role: "Photographer", - company: "Wild Shots", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2679.jpg", - }, - { - id: "4", - name: "Sarah Wilson", - role: "Nomad", - company: "Digital Life", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-young-beautiful-woman_231208-6180.jpg", - }, - { - id: "5", - name: "Mike Ross", - role: "Hiker", - company: "Trailblazers", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg", - }, + { id: "1", name: "John Doe", role: "Traveler", company: "Roadtrip Lovers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-camping-woman_23-2148223464.jpg" }, + { id: "2", name: "Jane Smith", role: "Outdoor Enthusiast", company: "Camp Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-traveling-alone-mutriku-while-having-his-essentials-backpack_23-2149118753.jpg" }, + { id: "3", name: "Robert Brown", role: "Photographer", company: "Wild Shots", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographer-traveler-with-camera-edge-cliff-takes-pictures-nature_1321-2679.jpg" }, + { id: "4", name: "Sarah Wilson", role: "Nomad", company: "Digital Life", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-young-beautiful-woman_231208-6180.jpg" }, + { id: "5", name: "Mike Ross", role: "Hiker", company: "Trailblazers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg" }, ]} title="Loved by Explorers" description="Hear what our happy adventurers have to say about their Sunset Trailers." @@ -336,21 +168,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How long is the warranty?", - content: "Our classic models come with a 5-year warranty, while premium models get 10 years.", - }, - { - id: "f2", - title: "Can I customize my trailer?", - content: "Absolutely! We offer various interior finishes and off-grid packages.", - }, - { - id: "f3", - title: "Is financing available?", - content: "Yes, we work with several lenders to provide flexible financing options.", - }, + { id: "f1", title: "How long is the warranty?", content: "Our classic models come with a 5-year warranty, while premium models get 10 years." }, + { id: "f2", title: "Can I customize my trailer?", content: "Absolutely! We offer various interior finishes and off-grid packages." }, + { id: "f3", title: "Is financing available?", content: "Yes, we work with several lenders to provide flexible financing options." }, ]} title="Frequently Asked Questions" description="Have questions? We have the answers you need." @@ -361,9 +181,7 @@ export default function LandingPage() {