Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-04 20:42:20 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Inventory",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Inventory", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Premiere Auto Dealership"
/>
@@ -54,92 +42,30 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Premiere Auto Dealership"
description="Your trusted auto broker in Guyana. Importing premium-quality used vehicles directly from Japan for our customers."
testimonials={[
{
name: "John D.",
handle: "@johnd",
testimonial: "Seamless import process, car arrived in perfect condition.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117139.jpg",
},
{
name: "Sarah P.",
handle: "@sarahp",
testimonial: "Excellent service and very transparent pricing for my Toyota.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-black-woman-car-salon_1157-21400.jpg",
},
{
name: "Michael G.",
handle: "@michaelg",
testimonial: "Professional broker that handles everything from customs to delivery.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22050.jpg",
},
{
name: "David A.",
handle: "@davea",
testimonial: "Great professional service and communication throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117138.jpg",
},
{
name: "Lisa K.",
handle: "@lisak",
testimonial: "Very fair and helpful with all customs paperwork.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/customer-enjoying-with-his-new-car_329181-11881.jpg",
},
{ name: "John D.", handle: "@johnd", testimonial: "Seamless import process, car arrived in perfect condition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117139.jpg" },
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Excellent service and very transparent pricing for my Toyota.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-black-woman-car-salon_1157-21400.jpg" },
{ name: "Michael G.", handle: "@michaelg", testimonial: "Professional broker that handles everything from customs to delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22050.jpg" },
{ name: "David A.", handle: "@davea", testimonial: "Great professional service and communication throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117138.jpg" },
{ name: "Lisa K.", handle: "@lisak", testimonial: "Very fair and helpful with all customs paperwork.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/customer-enjoying-with-his-new-car_329181-11881.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/brunette-businesswoman-inside-car_23-2148142596.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-choosimng-car-car-showroom_1303-26304.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-sitting-her-new-car_1303-31970.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-choosimng-car-car-showroom_1303-26304.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-her-new-car_1303-31970.jpg", alt: "Customer 5" }
]}
marqueeItems={[
{
type: "text",
text: "Quality Assured",
},
{
type: "text",
text: "Direct Import",
},
{
type: "text",
text: "Low Mileage",
},
{
type: "text",
text: "Customs Clearing",
},
{
type: "text",
text: "Transparent Pricing",
},
{ type: "text", text: "Quality Assured" },
{ type: "text", text: "Direct Import" },
{ type: "text", text: "Low Mileage" },
{ type: "text", text: "Customs Clearing" },
{ type: "text", text: "Transparent Pricing" }
]}
/>
</div>
@@ -159,46 +85,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Direct Import",
descriptions: [
"Direct sourcing from Japan's auction houses.",
],
imageSrc: "http://img.b2bpic.net/free-photo/salesperson-auto-showroom-discussing-with-man-offering-color-swatch-samples-choice-agent_482257-133036.jpg",
},
{
id: "f2",
title: "Quality Assured",
descriptions: [
"Every vehicle undergoes strict inspection.",
],
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-selling-pre-owned-vehicles-client-after-assessing-condition_482257-118504.jpg",
},
{
id: "f3",
title: "Transparent Costs",
descriptions: [
"No hidden fees, clear pricing structure.",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163700.jpg",
},
{
id: "f4",
title: "Customs Expertise",
descriptions: [
"Hassle-free clearance and registration.",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg",
},
{
id: "f5",
title: "Dedicated Support",
descriptions: [
"Guidance from selection to final delivery.",
],
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg",
},
{ id: "f1", title: "Direct Import", descriptions: ["Direct sourcing from Japan's auction houses."], imageSrc: "http://img.b2bpic.net/free-photo/salesperson-auto-showroom-discussing-with-man-offering-color-swatch-samples-choice-agent_482257-133036.jpg" },
{ id: "f2", title: "Quality Assured", descriptions: ["Every vehicle undergoes strict inspection."], imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-selling-pre-owned-vehicles-client-after-assessing-condition_482257-118504.jpg" },
{ id: "f3", title: "Transparent Costs", descriptions: ["No hidden fees, clear pricing structure."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163700.jpg" },
{ id: "f4", title: "Customs Expertise", descriptions: ["Hassle-free clearance and registration."], imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg" },
{ id: "f5", title: "Dedicated Support", descriptions: ["Guidance from selection to final delivery."], imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-female-mechanic-while-signing-paperwork-auto-repair-shop_637285-7762.jpg" }
]}
title="Why Choose Premiere?"
description="We simplify the vehicle import process for you."
@@ -212,48 +103,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Toyota Premio",
price: "$12,000",
variant: "Sedan",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg",
},
{
id: "p2",
name: "Honda CR-V",
price: "$18,500",
variant: "SUV",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg",
},
{
id: "p3",
name: "Suzuki Swift",
price: "$9,500",
variant: "Hatchback",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125868.jpg",
},
{
id: "p4",
name: "Nissan Sylphy",
price: "$13,200",
variant: "Sedan",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32035.jpg",
},
{
id: "p5",
name: "Mitsubishi RVR",
price: "$16,000",
variant: "Van",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18026.jpg",
},
{
id: "p6",
name: "Lexus RX350",
price: "$25,000",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-their-car_23-2148637297.jpg",
},
{ id: "p1", name: "Toyota Premio", price: "$12,000", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg" },
{ id: "p2", name: "Honda CR-V", price: "$18,500", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg" },
{ id: "p3", name: "Suzuki Swift", price: "$9,500", variant: "Hatchback", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-125868.jpg" },
{ id: "p4", name: "Nissan Sylphy", price: "$13,200", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32035.jpg" },
{ id: "p5", name: "Mitsubishi RVR", price: "$16,000", variant: "Van", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18026.jpg" },
{ id: "p6", name: "Lexus RX350", price: "$25,000", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-their-car_23-2148637297.jpg" }
]}
title="Recent Inventory"
description="High-quality vehicles available now."
@@ -264,47 +119,13 @@ export default function LandingPage() {
<TestimonialCardThirteen
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "David A.",
handle: "@davea",
testimonial: "Great professional service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24276.jpg",
},
{
id: "2",
name: "Elena R.",
handle: "@elena",
testimonial: "Car arrived exactly as described.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-showroom_1303-21762.jpg",
},
{
id: "3",
name: "Sam B.",
handle: "@samb",
testimonial: "Highly recommended broker.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-22409.jpg",
},
{
id: "4",
name: "Marcus L.",
handle: "@marcusl",
testimonial: "Good communication throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-signing-paperwork-auto-repair-shop-looking-camera_637285-11547.jpg",
},
{
id: "5",
name: "Lisa K.",
handle: "@lisak",
testimonial: "Very fair and helpful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-car-talking-with-salesperson_1303-25576.jpg",
},
{ id: "1", name: "David A.", handle: "@davea", testimonial: "Great professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24276.jpg" },
{ id: "2", name: "Elena R.", handle: "@elena", testimonial: "Car arrived exactly as described.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-showroom_1303-21762.jpg" },
{ id: "3", name: "Sam B.", handle: "@samb", testimonial: "Highly recommended broker.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-22409.jpg" },
{ id: "4", name: "Marcus L.", handle: "@marcusl", testimonial: "Good communication throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-signing-paperwork-auto-repair-shop-looking-camera_637285-11547.jpg" },
{ id: "5", name: "Lisa K.", handle: "@lisak", testimonial: "Very fair and helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-car-talking-with-salesperson_1303-25576.jpg" }
]}
showRating={true}
title="Customer Stories"
@@ -318,30 +139,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "1000+",
title: "Vehicles Imported",
items: [
"Successfully delivered across Guyana",
],
},
{
id: "m2",
value: "5.0",
title: "Average Rating",
items: [
"Rated by our satisfied community",
],
},
{
id: "m3",
value: "10+",
title: "Years Experience",
items: [
"Expertise in Japanese auto trade",
],
},
{ id: "m1", value: "1000+", title: "Vehicles Imported", items: ["Successfully delivered across Guyana"] },
{ id: "m2", value: "5.0", title: "Average Rating", items: ["Rated by our satisfied community"] },
{ id: "m3", value: "10+", title: "Years Experience", items: ["Expertise in Japanese auto trade"] }
]}
title="Our Impact"
description="Numbers that reflect our commitment to excellence."
@@ -353,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How long does import take?",
content: "Typically 6-8 weeks from Japan to Georgetown.",
},
{
id: "q2",
title: "Do you offer financing?",
content: "We work with local banks to assist in your process.",
},
{
id: "q3",
title: "What fees are included?",
content: "We cover all major handling and import logistics.",
},
{ id: "q1", title: "How long does import take?", content: "Typically 6-8 weeks from Japan to Georgetown." },
{ id: "q2", title: "Do you offer financing?", content: "We work with local banks to assist in your process." },
{ id: "q3", title: "What fees are included?", content: "We cover all major handling and import logistics." }
]}
title="Common Questions"
description="Answers to your import and purchase questions."
@@ -378,9 +166,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready to buy?"
description="Visit us at 24 Garnett St, Georgetown or message us via WhatsApp today."
@@ -392,32 +178,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Inventory",
href: "#products",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Connect",
items: [
{
label: "WhatsApp",
href: "https://wa.me/5926489566",
},
{
label: "Facebook",
href: "https://facebook.com",
},
],
},
{ title: "Navigation", items: [{ label: "Inventory", href: "#products" }, { label: "About", href: "#about" }] },
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/5926489566" }, { label: "Facebook", href: "https://facebook.com" }] }
]}
logoText="Premiere Auto"
/>
@@ -425,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}