Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
287
src/app/page.tsx
287
src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Luxury Collection",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Luxury Collection", id: "products" },
|
||||
{ name: "Performance", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Beroya"
|
||||
/>
|
||||
@@ -62,82 +44,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Luxury Beyond Motion"
|
||||
description="Engineering perfection and unparalleled design for those who demand the future of automotive excellence."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Cars Delivered",
|
||||
},
|
||||
{
|
||||
value: "12",
|
||||
label: "Global Brands",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{ value: "500+", label: "Cars Delivered" },
|
||||
{ value: "12", label: "Global Brands" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-skyscrapers-illuminate-modern-city-skyline-generated-by-ai_188544-43147.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/panoramic-views-dubai-city-illuminated-neon-spectrum_23-2151305367.jpg",
|
||||
alt: "Luxury partner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792356.jpg",
|
||||
alt: "Luxury partner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/festive-decorative-lights-central-building-chisinau-winter-holidays-season-people-walking_1268-19923.jpg",
|
||||
alt: "Luxury partner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636494.jpg",
|
||||
alt: "Luxury partner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-silver-car_181624-22638.jpg",
|
||||
alt: "Luxury partner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/panoramic-views-dubai-city-illuminated-neon-spectrum_23-2151305367.jpg", alt: "Luxury partner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792356.jpg", alt: "Luxury partner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/festive-decorative-lights-central-building-chisinau-winter-holidays-season-people-walking_1268-19923.jpg", alt: "Luxury partner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636494.jpg", alt: "Luxury partner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-silver-car_181624-22638.jpg", alt: "Luxury partner 5" },
|
||||
]}
|
||||
avatarText="Trusted by elite collectors worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "High Performance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Avant-Garde Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Electric Innovation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unmatched Legacy",
|
||||
},
|
||||
{ type: "text", text: "High Performance" },
|
||||
{ type: "text", text: "Avant-Garde Design" },
|
||||
{ type: "text", text: "Precision Engineering" },
|
||||
{ type: "text", text: "Electric Innovation" },
|
||||
{ type: "text", text: "Unmatched Legacy" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,12 +78,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Where Engineering Meets Art"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Philosophy", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,27 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Precision Engineering",
|
||||
description: "Crafted for speed, built for longevity. Every component is optimized for track-level performance.",
|
||||
tag: "Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Futuristic Innovation",
|
||||
description: "Cutting-edge software and hybrid power systems that define modern mobility.",
|
||||
tag: "Technology",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Elegant Aesthetics",
|
||||
description: "Sculpted lines and premium materials that command respect on every road.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Precision Engineering", description: "Crafted for speed, built for longevity. Every component is optimized for track-level performance.", tag: "Engineering", imageSrc: "http://img.b2bpic.net/free-photo/car-tire-repair_23-2151947879.jpg" },
|
||||
{ id: "f2", title: "Futuristic Innovation", description: "Cutting-edge software and hybrid power systems that define modern mobility.", tag: "Technology", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-still-life_23-2149417036.jpg" },
|
||||
{ id: "f3", title: "Elegant Aesthetics", description: "Sculpted lines and premium materials that command respect on every road.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg" },
|
||||
]}
|
||||
title="Unrivaled Performance"
|
||||
description="Experience the pinnacle of automotive technology, where every detail is meticulously engineered for perfection."
|
||||
@@ -192,44 +101,15 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "AeroGT",
|
||||
price: "$295,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Prestige S-9",
|
||||
price: "$180,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-suv-wet-road-power-safety-modern-design_169016-70068.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Apex SUV",
|
||||
price: "$210,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surf-trip_72229-8.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Velocity Concept",
|
||||
price: "$450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5433.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "TrackMaster",
|
||||
price: "$310,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motorsport-showdown-with-racing-cars_23-2151821458.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Volt E-Hyper",
|
||||
price: "$380,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-render-3d-illustration_654080-1126.jpg",
|
||||
},
|
||||
{ id: "p1", name: "AeroGT", price: "$295,000", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg" },
|
||||
{ id: "p2", name: "Prestige S-9", price: "$180,000", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-suv-wet-road-power-safety-modern-design_169016-70068.jpg" },
|
||||
{ id: "p3", name: "Apex SUV", price: "$210,000", imageSrc: "http://img.b2bpic.net/free-photo/surf-trip_72229-8.jpg" },
|
||||
{ id: "p4", name: "Velocity Concept", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5433.jpg" },
|
||||
{ id: "p5", name: "TrackMaster", price: "$310,000", imageSrc: "http://img.b2bpic.net/free-photo/motorsport-showdown-with-racing-cars_23-2151821458.jpg" },
|
||||
{ id: "p6", name: "Volt E-Hyper", price: "$380,000", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-render-3d-illustration_654080-1126.jpg" },
|
||||
]}
|
||||
title="The Luxury Collection"
|
||||
description="Curated selection of the world's most desirable vehicles."
|
||||
@@ -242,24 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Global Brands",
|
||||
value: "12+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Premium Clients",
|
||||
value: "1000+",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Cars Sold",
|
||||
value: "500+",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{ id: "m1", title: "Global Brands", value: "12+", icon: Award },
|
||||
{ id: "m2", title: "Premium Clients", value: "1000+", icon: Users },
|
||||
{ id: "m3", title: "Cars Sold", value: "500+", icon: CheckCircle },
|
||||
]}
|
||||
title="Global Impact"
|
||||
description="Refining the standards of automotive excellence worldwide."
|
||||
@@ -270,48 +135,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcus V.",
|
||||
role: "Collector",
|
||||
company: "Global Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21996.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena K.",
|
||||
role: "Executive",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julian S.",
|
||||
role: "Enthusiast",
|
||||
company: "Racing Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-inside-university_1303-11928.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sophia R.",
|
||||
role: "CEO",
|
||||
company: "Apex",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4369.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David W.",
|
||||
role: "Investor",
|
||||
company: "Finance Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Marcus V.", role: "Collector", company: "Global Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21996.jpg" },
|
||||
{ id: "t2", name: "Elena K.", role: "Executive", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-posing-with-glasses_23-2148415852.jpg" },
|
||||
{ id: "t3", name: "Julian S.", role: "Enthusiast", company: "Racing Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-inside-university_1303-11928.jpg" },
|
||||
{ id: "t4", name: "Sophia R.", role: "CEO", company: "Apex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4369.jpg" },
|
||||
{ id: "t5", name: "David W.", role: "Investor", company: "Finance Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-black-white_23-2149411417.jpg" },
|
||||
]}
|
||||
title="Client Experience"
|
||||
description="What the world's most discerning drivers say about Beroya."
|
||||
@@ -321,9 +152,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Inquiry"
|
||||
title="Book Your Experience"
|
||||
description="Ready to experience the future? Get in touch with our concierge team today."
|
||||
@@ -337,38 +166,10 @@ export default function LandingPage() {
|
||||
logoText="Beroya"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Performance",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
title: "Navigate", items: [{ label: "Inventory", href: "#products" }, { label: "Performance", href: "#features" }, { label: "About", href: "#about" }],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user