Merge version_1 into main #2
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="On-Trac Doors"
|
||||
/>
|
||||
@@ -55,13 +45,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About On-Trac Doors",
|
||||
},
|
||||
type: "text", content: "About On-Trac Doors"},
|
||||
{
|
||||
type: "text",
|
||||
content: "We are your trusted Hot Springs experts. We pride ourselves on showing up when others don't, offering transparent pricing, and delivering high-quality repairs with friendly service.",
|
||||
},
|
||||
type: "text", content: "We are your trusted Hot Springs experts. We pride ourselves on showing up when others don't, offering transparent pricing, and delivering high-quality repairs with friendly service."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,26 +61,12 @@ export default function LandingPage() {
|
||||
description="The faces behind the service."
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Management",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Management", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "John Smith",
|
||||
subtitle: "Lead Technician",
|
||||
detail: "10 years experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870996.jpg",
|
||||
},
|
||||
id: "m1", title: "John Smith", subtitle: "Lead Technician", detail: "10 years experience", imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870996.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Jane Doe",
|
||||
subtitle: "Operations Manager",
|
||||
detail: "Client focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-video-conference-call-smartphone-talking-with-bluetooth-handsfree-device_23-2147972883.jpg",
|
||||
},
|
||||
id: "m2", title: "Jane Doe", subtitle: "Operations Manager", detail: "Client focus", imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-video-conference-call-smartphone-talking-with-bluetooth-handsfree-device_23-2147972883.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg?_wi=2",
|
||||
imageAlt: "People interacting with ai in their daily lives",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -102,42 +74,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg"
|
||||
logoText="On-Trac Doors"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Repair & Install",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Repair & Install", href: "/services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Emergency Service", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(501) 881-7770",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
label: "(501) 881-7770", href: "tel:5018817770"},
|
||||
{
|
||||
label: "3705 Albert Pike Rd",
|
||||
href: "#",
|
||||
},
|
||||
label: "3705 Albert Pike Rd", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
175
src/app/page.tsx
175
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="On-Trac Doors"
|
||||
/>
|
||||
@@ -57,65 +47,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Same-Day Garage Door Repair in Hot Springs"
|
||||
description="Fast, reliable service — often within hours. Honest pricing. Done right the first time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (501) 881-7770",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
text: "Call Now (501) 881-7770", href: "tel:5018817770"},
|
||||
{
|
||||
text: "Call for Free Quote",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
text: "Call for Free Quote", href: "tel:5018817770"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509493.jpg",
|
||||
alt: "Service technician",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509493.jpg", alt: "Service technician"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428404.jpg",
|
||||
alt: "Happy homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149428404.jpg", alt: "Happy homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-protective-helmet_23-2147779108.jpg",
|
||||
alt: "Technician with gear",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-protective-helmet_23-2147779108.jpg", alt: "Technician with gear"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg",
|
||||
alt: "Technician in uniform",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg", alt: "Technician in uniform"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg",
|
||||
alt: "Service vehicle",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", alt: "Service vehicle"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Service",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
type: "text", text: "Locally Owned"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Competitive Rates",
|
||||
},
|
||||
type: "text", text: "Competitive Rates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
type: "text", text: "Quality Guaranteed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,33 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9⭐",
|
||||
title: "Rating",
|
||||
description: "From 90+ local reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
|
||||
},
|
||||
id: "m1", value: "4.9⭐", title: "Rating", description: "From 90+ local reviews", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always here for emergencies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036909.jpg",
|
||||
},
|
||||
id: "m2", value: "24/7", title: "Support", description: "Always here for emergencies", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036909.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Same-Day",
|
||||
title: "Response",
|
||||
description: "Service often within hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207725.jpg",
|
||||
},
|
||||
id: "m3", value: "Same-Day", title: "Response", description: "Service often within hours", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207725.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Honest",
|
||||
title: "Pricing",
|
||||
description: "Fair and transparent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-blonde-middle-aged-carpenter-checking-quality-wood-product-his-carpentry-workshop_342744-825.jpg",
|
||||
},
|
||||
id: "m4", value: "Honest", title: "Pricing", description: "Fair and transparent", imageSrc: "http://img.b2bpic.net/free-photo/professional-blonde-middle-aged-carpenter-checking-quality-wood-product-his-carpentry-workshop_342744-825.jpg"},
|
||||
]}
|
||||
title="Why Hot Springs Chooses Us"
|
||||
description="Reliable experts with a proven track record of excellence in Arkansas."
|
||||
@@ -166,28 +111,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Repair & Installation",
|
||||
description: "New doors, track realignment, and hardware repair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-drill-drills-window_1150-24017.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Repair & Installation", description: "New doors, track realignment, and hardware repair.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-drill-drills-window_1150-24017.jpg", buttonIcon: Cog,
|
||||
},
|
||||
{
|
||||
title: "Spring Replacement",
|
||||
description: "Dangerous springs fixed safely and quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-hanging-wrist-builder-rack_23-2147789569.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Spring Replacement", description: "Dangerous springs fixed safely and quickly.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-hanging-wrist-builder-rack_23-2147789569.jpg", buttonIcon: Cog,
|
||||
},
|
||||
{
|
||||
title: "Opener Repair",
|
||||
description: "Smart openers and remote systems maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13603.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Opener Repair", description: "Smart openers and remote systems maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13603.jpg", buttonIcon: Cog,
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "We are available nights and holidays.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-courier-standing-front-door-holding-tablet-professional-postman-delivering-order-home-waiting-client-express-delivery-service-online-shopping-concept_74855-11559.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Emergency Repairs", description: "We are available nights and holidays.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-courier-standing-front-door-holding-tablet-professional-postman-delivering-order-home-waiting-client-express-delivery-service-online-shopping-concept_74855-11559.jpg", buttonIcon: Cog,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -203,24 +136,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Cog,
|
||||
label: "Repairs Completed",
|
||||
value: "5,000+",
|
||||
},
|
||||
label: "Repairs Completed", value: "5,000+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Avg Response Time",
|
||||
value: "2 Hours",
|
||||
},
|
||||
label: "Avg Response Time", value: "2 Hours"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Customer Satisfaction",
|
||||
value: "99%",
|
||||
},
|
||||
label: "Customer Satisfaction", value: "99%"},
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Years in Business",
|
||||
value: "15",
|
||||
},
|
||||
label: "Years in Business", value: "15"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -229,56 +154,40 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Need Your Garage Door Fixed Today? Call now and get fast, reliable service — often within hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (501) 881-7770",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
text: "Call Now: (501) 881-7770", href: "tel:5018817770"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg"
|
||||
logoText="On-Trac Doors"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Repair & Install",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Repair & Install", href: "/services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Emergency Service", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(501) 881-7770",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
label: "(501) 881-7770", href: "tel:5018817770"},
|
||||
{
|
||||
label: "3705 Albert Pike Rd",
|
||||
href: "#",
|
||||
},
|
||||
label: "3705 Albert Pike Rd", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,25 +27,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="On-Trac Doors"
|
||||
/>
|
||||
@@ -57,28 +47,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Garage Door Repair",
|
||||
description: "Complete restoration of door functions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-technician-holding-pliers-both-hands-grey-uniform-looking-displeased_176474-35250.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Garage Door Repair", description: "Complete restoration of door functions.", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-holding-pliers-both-hands-grey-uniform-looking-displeased_176474-35250.jpg", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Spring Replacement",
|
||||
description: "Precision tension adjustments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-house-entrance-japan_23-2149301071.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Spring Replacement", description: "Precision tension adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-house-entrance-japan_23-2149301071.jpg", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Garage Door Installation",
|
||||
description: "New doors, modern aesthetics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept_23-2148684792.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Garage Door Installation", description: "New doors, modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-concept_23-2148684792.jpg", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Commercial Doors",
|
||||
description: "Industrial-grade reliability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593883.jpg",
|
||||
buttonIcon: "Phone",
|
||||
title: "Commercial Doors", description: "Industrial-grade reliability.", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593883.jpg", buttonIcon: Wrench,
|
||||
},
|
||||
]}
|
||||
title="Full Service List"
|
||||
@@ -96,66 +74,45 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Safety First",
|
||||
description: "Certified and trained staff.",
|
||||
},
|
||||
title: "Safety First", description: "Certified and trained staff."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Quality Tools",
|
||||
description: "Using the best hardware.",
|
||||
},
|
||||
title: "Quality Tools", description: "Using the best hardware."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Rapid Deployment",
|
||||
description: "Always ready to move.",
|
||||
},
|
||||
title: "Rapid Deployment", description: "Always ready to move."},
|
||||
{
|
||||
icon: Check,
|
||||
title: "Warranty Backed",
|
||||
description: "Guaranteed performance.",
|
||||
},
|
||||
title: "Warranty Backed", description: "Guaranteed performance."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13602.jpg"
|
||||
logoText="On-Trac Doors"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Repair & Install",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Repair & Install", href: "/services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Emergency Service", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(501) 881-7770",
|
||||
href: "tel:5018817770",
|
||||
},
|
||||
label: "(501) 881-7770", href: "tel:5018817770"},
|
||||
{
|
||||
label: "3705 Albert Pike Rd",
|
||||
href: "#",
|
||||
},
|
||||
label: "3705 Albert Pike Rd", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user