Merge version_1 into main #1
234
src/app/page.tsx
234
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "#inventory",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Inventory", id: "#inventory" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Browne Motors"
|
||||
/>
|
||||
@@ -58,14 +46,8 @@ export default function LandingPage() {
|
||||
logoText="BROWNE MOTORS"
|
||||
description="Excellence in automotive curation. Discover your next premium vehicle, meticulously inspected for performance and style."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Inventory",
|
||||
href: "#inventory",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Inventory", href: "#inventory" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-15243.jpg"
|
||||
imageAlt="Luxury car hero"
|
||||
@@ -76,19 +58,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Browne Motors ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg",
|
||||
alt: "Workshop",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Commitment to Quality",
|
||||
},
|
||||
{ type: "text", content: "The Browne Motors " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg", alt: "Workshop" },
|
||||
{ type: "text", content: " Commitment to Quality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,21 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Certified Inspection",
|
||||
description: "Every vehicle undergoes a 200-point rigorous inspection process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/competition-upset-company-computer-graphic-technology_1134-1099.jpg",
|
||||
},
|
||||
{
|
||||
title: "Premium Financing",
|
||||
description: "Flexible rates curated for your financial preference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/economy-businessman-white-background-presenting-copy-space_1134-1083.jpg",
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Warranty",
|
||||
description: "Drive home with confidence on every purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/repair-service-badge-gray_24908-60861.jpg",
|
||||
},
|
||||
{ title: "Certified Inspection", description: "Every vehicle undergoes a 200-point rigorous inspection process.", imageSrc: "http://img.b2bpic.net/free-photo/competition-upset-company-computer-graphic-technology_1134-1099.jpg" },
|
||||
{ title: "Premium Financing", description: "Flexible rates curated for your financial preference.", imageSrc: "http://img.b2bpic.net/free-photo/economy-businessman-white-background-presenting-copy-space_1134-1083.jpg" },
|
||||
{ title: "Comprehensive Warranty", description: "Drive home with confidence on every purchase.", imageSrc: "http://img.b2bpic.net/free-vector/repair-service-badge-gray_24908-60861.jpg" },
|
||||
]}
|
||||
title="Why Choose Browne"
|
||||
description="We don't just sell cars; we deliver automotive peace of mind."
|
||||
@@ -127,48 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Executive Sedan",
|
||||
price: "$89,000",
|
||||
variant: "Silver",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-pretty-brunette-woman-long-emerald-green-dress-with-buttons-black-leather-heels-walking-confidently-along-street-against-modern-buildings-cars_132075-9094.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sport Coupe",
|
||||
price: "$112,000",
|
||||
variant: "Red",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trail-light-red-sports-car-white-rooms_181624-22513.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Urban SUV",
|
||||
price: "$75,000",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-luxury-jeep-driving-road_114579-4058.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "E-Performance",
|
||||
price: "$98,000",
|
||||
variant: "White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Luxury Convertible",
|
||||
price: "$125,000",
|
||||
variant: "Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-car-beach_23-2148756442.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sport Hatch",
|
||||
price: "$52,000",
|
||||
variant: "Grey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Executive Sedan", price: "$89,000", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-pretty-brunette-woman-long-emerald-green-dress-with-buttons-black-leather-heels-walking-confidently-along-street-against-modern-buildings-cars_132075-9094.jpg" },
|
||||
{ id: "p2", name: "Sport Coupe", price: "$112,000", variant: "Red", imageSrc: "http://img.b2bpic.net/free-photo/trail-light-red-sports-car-white-rooms_181624-22513.jpg" },
|
||||
{ id: "p3", name: "Urban SUV", price: "$75,000", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/black-luxury-jeep-driving-road_114579-4058.jpg" },
|
||||
{ id: "p4", name: "E-Performance", price: "$98,000", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg" },
|
||||
{ id: "p5", name: "Luxury Convertible", price: "$125,000", variant: "Blue", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-by-car-beach_23-2148756442.jpg" },
|
||||
{ id: "p6", name: "Sport Hatch", price: "$52,000", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg" },
|
||||
]}
|
||||
title="Premium Selection"
|
||||
description="Explore our curated list of world-class automobiles."
|
||||
@@ -181,24 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Cars Inspected",
|
||||
value: "5,000+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Customer Satisfaction",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Performance Tested",
|
||||
value: "100%",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Cars Inspected", value: "5,000+" },
|
||||
{ id: "m2", icon: Shield, title: "Customer Satisfaction", value: "99%" },
|
||||
{ id: "m3", icon: Zap, title: "Performance Tested", value: "100%" },
|
||||
]}
|
||||
title="Performance By The Numbers"
|
||||
description="Proven results for discerning drivers."
|
||||
@@ -211,46 +120,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "James Anderson",
|
||||
handle: "@janderson",
|
||||
testimonial: "Exceptional service and the car was immaculate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mgarcia",
|
||||
testimonial: "I never expected car buying to be this transparent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Thomas White",
|
||||
handle: "@twhite",
|
||||
testimonial: "Professionalism from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Luxury redefined. Browne Motors is the best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Zhou",
|
||||
handle: "@dzhou",
|
||||
testimonial: "Fast, easy, and high quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-4110.jpg",
|
||||
},
|
||||
{ id: "t1", name: "James Anderson", handle: "@janderson", testimonial: "Exceptional service and the car was immaculate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg" },
|
||||
{ id: "t2", name: "Maria Garcia", handle: "@mgarcia", testimonial: "I never expected car buying to be this transparent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg" },
|
||||
{ id: "t3", name: "Thomas White", handle: "@twhite", testimonial: "Professionalism from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" },
|
||||
{ id: "t4", name: "Sarah Miller", handle: "@smiller", testimonial: "Luxury redefined. Browne Motors is the best.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg" },
|
||||
{ id: "t5", name: "David Zhou", handle: "@dzhou", testimonial: "Fast, easy, and high quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-elegant-suit-glasses-correct-his-jacket-while-standing-against-skyscraper-background_613910-4110.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Success"
|
||||
@@ -264,71 +138,31 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer trade-ins?",
|
||||
content: "Yes, we offer competitive trade-in valuations.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are all cars certified?",
|
||||
content: "Every single vehicle in our inventory passes our 200-point inspection.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I test drive remotely?",
|
||||
content: "We offer concierge test drives at your location.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer competitive trade-in valuations." },
|
||||
{ id: "f2", title: "Are all cars certified?", content: "Every single vehicle in our inventory passes our 200-point inspection." },
|
||||
{ id: "f3", title: "Can I test drive remotely?", content: "We offer concierge test drives at your location." },
|
||||
]}
|
||||
title="Need Assistance?"
|
||||
description="Common questions about Browne Motors."
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Ready to experience automotive excellence? Contact us today to schedule your private viewing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:+1000000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Inventory",
|
||||
href: "#inventory",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Inventory", href: "#inventory" }] },
|
||||
{ items: [{ label: "Support", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
logoText="BROWNE MOTORS"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user