Merge version_1 into main #2
356
src/app/page.tsx
356
src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "inventory",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Stats", id: "stats" },
|
||||
{ name: "Featured", id: "featured" },
|
||||
{ name: "Inventory", id: "inventory" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonial", id: "testimonial" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Ben Auto Sales"
|
||||
/>
|
||||
@@ -58,75 +50,21 @@ export default function LandingPage() {
|
||||
title="Drive What You Deserve"
|
||||
description="Experience the epitome of automotive luxury. Ben Auto Sales brings you a curated collection of world-class vehicles designed for the modern connoisseur."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alexander V.",
|
||||
handle: "@alexv",
|
||||
testimonial: "The buying experience was as luxurious as the vehicle itself. Exceptional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elenam",
|
||||
testimonial: "Ben Auto Sales redefined my expectations for luxury car shopping.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marcus J.",
|
||||
handle: "@marcusj",
|
||||
testimonial: "Truly premium selection. Found the perfect car without any hassle.",
|
||||
rating: 5,
|
||||
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=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah P.",
|
||||
handle: "@sarahp",
|
||||
testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "The professionalism here is simply outstanding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg",
|
||||
},
|
||||
{ name: "Alexander V.", handle: "@alexv", testimonial: "The buying experience was as luxurious as the vehicle itself. Exceptional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg" },
|
||||
{ name: "Elena M.", handle: "@elenam", testimonial: "Ben Auto Sales redefined my expectations for luxury car shopping.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" },
|
||||
{ name: "Marcus J.", handle: "@marcusj", testimonial: "Truly premium selection. Found the perfect car without any hassle.", rating: 5, 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" },
|
||||
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
|
||||
{ name: "David W.", handle: "@davidw", testimonial: "The professionalism here is simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Inventory",
|
||||
href: "#inventory",
|
||||
},
|
||||
{
|
||||
text: "Book Test Drive",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg?_wi=1"
|
||||
buttons={[{ text: "Browse Inventory", href: "#inventory" }, { text: "Book Test Drive", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg"
|
||||
imageAlt="Luxury car showroom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
alt: "Senior businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
alt: "Businessman smiling",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
|
||||
alt: "Mature businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
alt: "Business leader",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
|
||||
alt: "Portrait modern male",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", alt: "Senior businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "Businessman smiling" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", alt: "Mature businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", alt: "Business leader" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait modern male" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Connect With Us"
|
||||
title="Get in Touch"
|
||||
description="Have questions about our inventory or services? Our team is standing by to assist you with a personalized consultation."
|
||||
@@ -405,40 +179,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Ben Auto Sales"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "Inventory",
|
||||
href: "#inventory",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "#home" }, { label: "Inventory", href: "#inventory" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user