diff --git a/src/app/page.tsx b/src/app/page.tsx index b031650..80f1b1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,14 @@ export default function LandingPage() { @@ -137,21 +75,9 @@ export default function LandingPage() { title="A Legacy of Performance" tag="Our Impact" metrics={[ - { - id: "s1", - value: "500+", - description: "Cars Sold", - }, - { - id: "s2", - value: "12", - description: "Years in Business", - }, - { - id: "s3", - value: "98%", - description: "Happy Customers", - }, + { id: "s1", value: "500+", description: "Cars Sold" }, + { id: "s2", value: "12", description: "Years in Business" }, + { id: "s3", value: "98%", description: "Happy Customers" } ]} metricsAnimation="slide-up" /> @@ -163,39 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Precision Engineering", - description: "Our vehicles represent the pinnacle of modern automotive engineering.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138888.jpg", - }, - items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg?_wi=2", - imageAlt: "luxury car dealership interior design", - }, - { - title: "Unmatched Style", - description: "Refined designs that command respect on the open road.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", - }, - items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg?_wi=2", - imageAlt: "luxury car dealership interior design", - }, - { - title: "Exclusivity Guaranteed", - description: "We specialize in finding rare models for the most discerning clients.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-floor-with-modern-business-office-building_1127-2839.jpg", - }, - items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=2", - imageAlt: "luxury car dealership interior design", - }, + { title: "Precision Engineering", description: "Our vehicles represent the pinnacle of modern automotive engineering.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138888.jpg" }, items: [], reverse: false }, + { title: "Unmatched Style", description: "Refined designs that command respect on the open road.", media: { imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg" }, items: [], reverse: true }, + { title: "Exclusivity Guaranteed", description: "We specialize in finding rare models for the most discerning clients.", media: { imageSrc: "http://img.b2bpic.net/free-photo/empty-floor-with-modern-business-office-building_1127-2839.jpg" }, items: [], reverse: false } ]} title="Curated Selection" description="Each vehicle in our inventory is hand-selected to ensure it meets our rigorous standards for quality, performance, and aesthetic excellence." @@ -209,48 +105,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "c1", - name: "BMW 7 Series", - price: "$85,000", - variant: "2023 Executive", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080212.jpg", - }, - { - id: "c2", - name: "Genesis G90", - price: "$92,000", - variant: "2024 Prestige", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861920.jpg", - }, - { - id: "c3", - name: "Rolls-Royce Ghost", - price: "$340,000", - variant: "2022 Custom", - imageSrc: "http://img.b2bpic.net/free-photo/wall-glass_1127-2093.jpg", - }, - { - id: "c4", - name: "Mercedes S-Class", - price: "$110,000", - variant: "2023 Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797749.jpg", - }, - { - id: "c5", - name: "Audi A8", - price: "$88,000", - variant: "2023 Sport", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg", - }, - { - id: "c6", - name: "Bentley Flying Spur", - price: "$210,000", - variant: "2024 Ultimate", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg", - }, + { id: "c1", name: "BMW 7 Series", price: "$85,000", variant: "2023 Executive", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080212.jpg" }, + { id: "c2", name: "Genesis G90", price: "$92,000", variant: "2024 Prestige", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861920.jpg" }, + { id: "c3", name: "Rolls-Royce Ghost", price: "$340,000", variant: "2022 Custom", imageSrc: "http://img.b2bpic.net/free-photo/wall-glass_1127-2093.jpg" }, + { id: "c4", name: "Mercedes S-Class", price: "$110,000", variant: "2023 Luxury", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797749.jpg" }, + { id: "c5", name: "Audi A8", price: "$88,000", variant: "2023 Sport", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg" }, + { id: "c6", name: "Bentley Flying Spur", price: "$210,000", variant: "2024 Ultimate", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg" } ]} title="Our Inventory" description="Explore our collection of premium vehicles, meticulously maintained and ready for their next journey." @@ -262,21 +122,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Brand Story" metrics={[ - { - icon: Award, - label: "Quality", - value: "Certified", - }, - { - icon: Shield, - label: "Safety", - value: "Verified", - }, - { - icon: Users, - label: "Clients", - value: "Global", - }, + { icon: Award, label: "Quality", value: "Certified" }, + { icon: Shield, label: "Safety", value: "Verified" }, + { icon: Users, label: "Clients", value: "Global" } ]} metricsAnimation="slide-up" /> @@ -289,34 +137,12 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "g1", - groupTitle: "Sales Executives", - members: [ - { - id: "m1", - title: "Benjamin Carter", - subtitle: "Director of Sales", - detail: "15 years of industry experience.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", - }, - { - id: "m2", - title: "Sofia Rossi", - subtitle: "Lead Consultant", - detail: "Excellence in customer relations.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4370.jpg", - }, - { - id: "m3", - title: "James Sterling", - subtitle: "Inventory Specialist", - detail: "Deep technical knowledge.", - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241276.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg?_wi=3", - imageAlt: "dealership manager professional photo", - }, + id: "g1", groupTitle: "Sales Executives", members: [ + { id: "m1", title: "Benjamin Carter", subtitle: "Director of Sales", detail: "15 years of industry experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg" }, + { id: "m2", title: "Sofia Rossi", subtitle: "Lead Consultant", detail: "Excellence in customer relations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4370.jpg" }, + { id: "m3", title: "James Sterling", subtitle: "Inventory Specialist", detail: "Deep technical knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241276.jpg" } + ] + } ]} title="Meet Our Experts" description="Our dedicated team is committed to providing you with an unparalleled automotive consulting experience." @@ -328,61 +154,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - date: "Jan 2024", - title: "Luxury buyer", - quote: "Seamless purchase experience.", - tag: "Satisfied", - avatarSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg?_wi=4", - imageAlt: "professional executive portrait", - }, - { - id: "t2", - name: "Mike R.", - date: "Dec 2023", - title: "Repeat client", - quote: "The only place I go for luxury cars.", - tag: "Loyal", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60993.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg?_wi=3", - imageAlt: "professional executive portrait", - }, - { - id: "t3", - name: "Linda K.", - date: "Nov 2023", - title: "New owner", - quote: "Professional, courteous, and transparent.", - tag: "Happy", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=3", - imageAlt: "professional executive portrait", - }, - { - id: "t4", - name: "Tom B.", - date: "Oct 2023", - title: "Enthusiast", - quote: "The inventory selection is fantastic.", - tag: "Excited", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2", - imageAlt: "professional executive portrait", - }, - { - id: "t5", - name: "Grace P.", - date: "Sep 2023", - title: "First-time buyer", - quote: "I felt welcomed and informed throughout.", - tag: "Confident", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2", - imageAlt: "professional executive portrait", - }, + { id: "t1", name: "Sarah J.", date: "Jan 2024", title: "Luxury buyer", quote: "Seamless purchase experience.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg" }, + { id: "t2", name: "Mike R.", date: "Dec 2023", title: "Repeat client", quote: "The only place I go for luxury cars.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60993.jpg" }, + { id: "t3", name: "Linda K.", date: "Nov 2023", title: "New owner", quote: "Professional, courteous, and transparent.", tag: "Happy", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" }, + { id: "t4", name: "Tom B.", date: "Oct 2023", title: "Enthusiast", quote: "The inventory selection is fantastic.", tag: "Excited", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }, + { id: "t5", name: "Grace P.", date: "Sep 2023", title: "First-time buyer", quote: "I felt welcomed and informed throughout.", tag: "Confident", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" } ]} title="Client Perspectives" description="Voices of the discerning drivers who have chosen Ben Auto Sales." @@ -392,9 +168,7 @@ export default function LandingPage() {