Merge version_1 into main #2
336
src/app/page.tsx
336
src/app/page.tsx
@@ -21,144 +21,84 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="SD HVAC"
|
||||
button={{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="San Diego's Expert Heating & Cooling Team"
|
||||
description="Keep your home comfortable year-round with our professional AC and heating repair, installation, and maintenance services in San Diego."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice Johnson",
|
||||
handle: "@hvacfan",
|
||||
testimonial: "Exceptional service! Our AC stopped working during the heatwave and they were out the same day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
name: "Alice Johnson", handle: "@hvacfan", testimonial: "Exceptional service! Our AC stopped working during the heatwave and they were out the same day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "hvac technician smiling"},
|
||||
{
|
||||
name: "Bob Miller",
|
||||
handle: "@sandiegohome",
|
||||
testimonial: "Very professional and fair pricing. The technicians are always polite and quick.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
name: "Bob Miller", handle: "@sandiegohome", testimonial: "Very professional and fair pricing. The technicians are always polite and quick.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg", imageAlt: "hvac technician smiling"},
|
||||
{
|
||||
name: "Charlie Day",
|
||||
handle: "@charlie_sd",
|
||||
testimonial: "Best HVAC team in San Diego. Reliable and always get the job done right.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
name: "Charlie Day", handle: "@charlie_sd", testimonial: "Best HVAC team in San Diego. Reliable and always get the job done right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg", imageAlt: "hvac technician smiling"},
|
||||
{
|
||||
name: "Diana Prince",
|
||||
handle: "@diana_sd",
|
||||
testimonial: "They diagnosed my furnace issues instantly. Fantastic local company.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
name: "Diana Prince", handle: "@diana_sd", testimonial: "They diagnosed my furnace issues instantly. Fantastic local company.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg", imageAlt: "hvac technician smiling"},
|
||||
{
|
||||
name: "Edward Norton",
|
||||
handle: "@ed_repair",
|
||||
testimonial: "Professional, punctual, and very transparent about pricing. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
name: "Edward Norton", handle: "@ed_repair", testimonial: "Professional, punctual, and very transparent about pricing. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg", imageAlt: "hvac technician smiling"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Services", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg",
|
||||
alt: "Defective external air conditioner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg", alt: "Defective external air conditioner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg",
|
||||
alt: "Worker repairing water heater",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", alt: "Worker repairing water heater"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg",
|
||||
alt: "An electrician is mounting electric sockets on the white wall indoors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg", alt: "An electrician is mounting electric sockets on the white wall indoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg",
|
||||
alt: "Specialist on the phone with home owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg", alt: "Specialist on the phone with home owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg",
|
||||
alt: "hvac technician smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", alt: "hvac technician smiling"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Repairs",
|
||||
},
|
||||
type: "text", text: "Fast Repairs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Experts",
|
||||
},
|
||||
type: "text", text: "Local Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Efficient",
|
||||
},
|
||||
type: "text", text: "Energy Efficient"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Service",
|
||||
},
|
||||
type: "text", text: "24/7 Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Bonded",
|
||||
},
|
||||
type: "text", text: "Licensed & Bonded"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,19 +110,13 @@ export default function LandingPage() {
|
||||
description="We are a locally owned and operated business dedicated to providing high-quality HVAC solutions with integrity and expertise. Your comfort is our top priority."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "25+", title: "Years Experience"},
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "10k+", title: "Happy Clients"},
|
||||
{
|
||||
value: "4.9",
|
||||
title: "Star Rating",
|
||||
},
|
||||
value: "4.9", title: "Star Rating"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -193,20 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Air Conditioning Repair",
|
||||
description: "Fast diagnostics and repair for all major brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg?_wi=2",
|
||||
},
|
||||
title: "Air Conditioning Repair", description: "Fast diagnostics and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg"},
|
||||
{
|
||||
title: "Heating Installation",
|
||||
description: "Professional furnace and heating system installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg",
|
||||
},
|
||||
title: "Heating Installation", description: "Professional furnace and heating system installation.", imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg"},
|
||||
{
|
||||
title: "Routine Maintenance",
|
||||
description: "Stay efficient and avoid breakdowns with regular tune-ups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg",
|
||||
},
|
||||
title: "Routine Maintenance", description: "Stay efficient and avoid breakdowns with regular tune-ups.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg"},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From emergency repairs to full system installations, we cover everything you need for home comfort."
|
||||
@@ -220,53 +145,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$99",
|
||||
subtitle: "Once a year check-up",
|
||||
features: [
|
||||
"1 system tune-up",
|
||||
"Priority scheduling",
|
||||
"Safety check",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$99", subtitle: "Once a year check-up", features: [
|
||||
"1 system tune-up", "Priority scheduling", "Safety check"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Basic",
|
||||
},
|
||||
text: "Select Basic"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$189",
|
||||
subtitle: "Comprehensive service",
|
||||
features: [
|
||||
"2 system tune-ups",
|
||||
"10% off repairs",
|
||||
"Priority scheduling",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$189", subtitle: "Comprehensive service", features: [
|
||||
"2 system tune-ups", "10% off repairs", "Priority scheduling", "Priority support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Pro",
|
||||
},
|
||||
text: "Select Pro"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "ultra",
|
||||
badge: "Best",
|
||||
price: "$299",
|
||||
subtitle: "Peace of mind",
|
||||
features: [
|
||||
"3 system tune-ups",
|
||||
"20% off repairs",
|
||||
"Priority scheduling",
|
||||
"Filters included",
|
||||
],
|
||||
id: "ultra", badge: "Best", price: "$299", subtitle: "Peace of mind", features: [
|
||||
"3 system tune-ups", "20% off repairs", "Priority scheduling", "Filters included"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Ultra",
|
||||
},
|
||||
text: "Select Ultra"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -283,41 +182,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Smart Thermostat",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Smart Thermostat", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "High-Efficiency Furnace",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "High-Efficiency Furnace", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "AC Condenser Unit",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg",
|
||||
},
|
||||
id: "p3", name: "AC Condenser Unit", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Air Purifier System",
|
||||
price: "$600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg",
|
||||
},
|
||||
id: "p4", name: "Air Purifier System", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room-copy-space_169016-53751.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Blower Motor",
|
||||
price: "$400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250251.jpg",
|
||||
},
|
||||
id: "p5", name: "Blower Motor", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250251.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Filter Set",
|
||||
price: "$50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250253.jpg",
|
||||
},
|
||||
id: "p6", name: "Filter Set", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250253.jpg"},
|
||||
]}
|
||||
title="High-Efficiency Products"
|
||||
description="We supply and install industry-leading brands for modern home comfort."
|
||||
@@ -332,25 +207,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Efficiency",
|
||||
description: "Systems maintained optimally",
|
||||
icon: Zap,
|
||||
id: "m1", value: "98%", title: "Efficiency", description: "Systems maintained optimally", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always here when you need help",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Support", description: "Always here when you need help", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "We guarantee our work",
|
||||
icon: ShieldCheck,
|
||||
id: "m3", value: "100%", title: "Satisfaction", description: "We guarantee our work", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -366,25 +229,15 @@ export default function LandingPage() {
|
||||
author="David Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-young-woman-listening-music-headphones-holding-smartphone-dancing_1258-200173.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-young-woman-listening-music-headphones-holding-smartphone-dancing_1258-200173.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-loader-uniform-showing-victory-sign-looking-cheerful-front-view_176474-21409.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-loader-uniform-showing-victory-sign-looking-cheerful-front-view_176474-21409.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-man-taking-notes_23-2149546195.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149339571.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-warming-up-with-heater_23-2149339571.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -397,20 +250,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I service my AC?",
|
||||
content: "We recommend professional servicing at least twice a year.",
|
||||
},
|
||||
id: "q1", title: "How often should I service my AC?", content: "We recommend professional servicing at least twice a year."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your technicians licensed?",
|
||||
content: "Yes, all our staff are fully licensed and bonded.",
|
||||
},
|
||||
id: "q2", title: "Are your technicians licensed?", content: "Yes, all our staff are fully licensed and bonded."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we are available 24/7 for urgent HVAC repairs.",
|
||||
},
|
||||
id: "q3", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for urgent HVAC repairs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-looking-clipboard-uniform-looking-pensive-front-view_176474-21715.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -423,16 +267,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to get started?"
|
||||
description="Schedule your service call today and feel the difference."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Today",
|
||||
href: "tel:555-0199",
|
||||
},
|
||||
text: "Schedule Today", href: "tel:555-0199"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -443,42 +284,27 @@ export default function LandingPage() {
|
||||
logoText="SD HVAC"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "Repair", href: "#"},
|
||||
{
|
||||
label: "Installation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Installation", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user