Merge version_1 into main #1
296
src/app/page.tsx
296
src/app/page.tsx
@@ -12,6 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Sparkles, CheckCircle, Leaf, Settings } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,112 +33,69 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "#partners",
|
||||
},
|
||||
name: "Partners", id: "#partners"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-squeegee-logo-template_23-2150184707.jpg"
|
||||
logoAlt="DORA HİJYEN Logo"
|
||||
brandName="DORA HİJYEN"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Dora Hijyen: Your Partner for a Cleaner, Healthier Future"
|
||||
description="Providing comprehensive hygiene solutions for businesses and homes with advanced products and dedicated service. We ensure a spotless environment with our expert team and high-quality supplies."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501013.jpg"
|
||||
imageAlt="Clean and modern hygiene products"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-trendy-stylish-glasses-bright-orange-oversized-jacket-white-background_343596-8172.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Smiling professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Smiling professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg",
|
||||
alt: "Team member headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-confident-asian-male-executive_1262-5523.jpg", alt: "Team member headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
alt: "Positive client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", alt: "Positive client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-female-business-people-using-tablet-computer-outdoors_1262-12523.jpg",
|
||||
alt: "Business partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-female-business-people-using-tablet-computer-outdoors_1262-12523.jpg", alt: "Business partner"},
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied clients!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Cleaning Solutions",
|
||||
},
|
||||
type: "text", text: "Advanced Cleaning Solutions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Products",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Products"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Disinfection",
|
||||
},
|
||||
type: "text", text: "Professional Disinfection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Hygiene Plans",
|
||||
},
|
||||
type: "text", text: "Custom Hygiene Plans"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Healthier Environments",
|
||||
},
|
||||
type: "text", text: "Healthier Environments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,13 +106,9 @@ export default function LandingPage() {
|
||||
title="About Dora Hijyen: Excellence in Hygiene Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
{
|
||||
text: "Our Expertise",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Expertise", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,33 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Cleaning Products",
|
||||
description: "Utilizing cutting-edge formulations for superior cleaning power and efficacy against germs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-concept_23-2148781902.jpg",
|
||||
imageAlt: "Advanced cleaning products",
|
||||
buttonIcon: "Sparkles",
|
||||
buttonHref: "#products",
|
||||
title: "Advanced Cleaning Products", description: "Utilizing cutting-edge formulations for superior cleaning power and efficacy against germs.", imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-concept_23-2148781902.jpg", imageAlt: "Advanced cleaning products", buttonIcon: Sparkles,
|
||||
buttonHref: "#products"},
|
||||
{
|
||||
title: "Professional Disinfection Services", description: "Our expert team provides thorough disinfection services, creating safe and sterile environments.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-wearing-mask_23-2148692815.jpg", imageAlt: "Professional disinfection team", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Professional Disinfection Services",
|
||||
description: "Our expert team provides thorough disinfection services, creating safe and sterile environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-wearing-mask_23-2148692815.jpg",
|
||||
imageAlt: "Professional disinfection team",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Eco-Friendly Solutions", description: "Committed to sustainability, we offer a range of environmentally friendly products and methods.", imageSrc: "http://img.b2bpic.net/free-photo/composition-zero-waste-products-green-background-with-copy-space_23-2148491173.jpg", imageAlt: "Eco-friendly cleaning products", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly Solutions",
|
||||
description: "Committed to sustainability, we offer a range of environmentally friendly products and methods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-zero-waste-products-green-background-with-copy-space_23-2148491173.jpg",
|
||||
imageAlt: "Eco-friendly cleaning products",
|
||||
buttonIcon: "Leaf",
|
||||
},
|
||||
{
|
||||
title: "Customized Hygiene Plans",
|
||||
description: "Tailored hygiene strategies designed to meet the specific requirements of your business or home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-hypermarket-wearing-medical-mask-demonstrates-his-clients-new-washing-machine_93675-133542.jpg",
|
||||
imageAlt: "Customized hygiene plan discussion",
|
||||
buttonIcon: "Settings",
|
||||
title: "Customized Hygiene Plans", description: "Tailored hygiene strategies designed to meet the specific requirements of your business or home.", imageSrc: "http://img.b2bpic.net/free-photo/salesman-hypermarket-wearing-medical-mask-demonstrates-his-clients-new-washing-machine_93675-133542.jpg", imageAlt: "Customized hygiene plan discussion", buttonIcon: Settings,
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Hygiene Solutions"
|
||||
@@ -207,47 +144,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "All-Purpose Cleaner",
|
||||
price: "€12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-gloves-with-sprayer_23-2147767006.jpg",
|
||||
imageAlt: "All-Purpose Cleaner",
|
||||
},
|
||||
id: "1", name: "All-Purpose Cleaner", price: "€12.99", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-gloves-with-sprayer_23-2147767006.jpg", imageAlt: "All-Purpose Cleaner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hand Sanitizer Gel",
|
||||
price: "€8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hand-container-with-alcohol-gel-light-blue_58702-1105.jpg",
|
||||
imageAlt: "Hand Sanitizer Gel",
|
||||
},
|
||||
id: "2", name: "Hand Sanitizer Gel", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/man-hand-container-with-alcohol-gel-light-blue_58702-1105.jpg", imageAlt: "Hand Sanitizer Gel"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Surface Disinfectant Spray",
|
||||
price: "€14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-surgical-glove-disinfecting-tablet-desk_23-2148561116.jpg",
|
||||
imageAlt: "Surface Disinfectant Spray",
|
||||
},
|
||||
id: "3", name: "Surface Disinfectant Spray", price: "€14.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-with-surgical-glove-disinfecting-tablet-desk_23-2148561116.jpg", imageAlt: "Surface Disinfectant Spray"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Air Freshener",
|
||||
price: "€9.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aroma-still-life-with-modern-aroma-oil-diffuser-wooden-surface-with-knitted-element-cozy-details-decorative-word-home_169016-10339.jpg",
|
||||
imageAlt: "Premium Air Freshener",
|
||||
},
|
||||
id: "4", name: "Premium Air Freshener", price: "€9.25", imageSrc: "http://img.b2bpic.net/free-photo/aroma-still-life-with-modern-aroma-oil-diffuser-wooden-surface-with-knitted-element-cozy-details-decorative-word-home_169016-10339.jpg", imageAlt: "Premium Air Freshener"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Microfiber Cleaning Cloths (5-pack)",
|
||||
price: "€7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148111999.jpg",
|
||||
imageAlt: "Microfiber Cleaning Cloths",
|
||||
},
|
||||
id: "5", name: "Microfiber Cleaning Cloths (5-pack)", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148111999.jpg", imageAlt: "Microfiber Cleaning Cloths"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Concentrated Floor Cleaner",
|
||||
price: "€18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552301.jpg",
|
||||
imageAlt: "Concentrated Floor Cleaner",
|
||||
},
|
||||
id: "6", name: "Concentrated Floor Cleaner", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552301.jpg", imageAlt: "Concentrated Floor Cleaner"},
|
||||
]}
|
||||
title="Discover Our Range of Hygiene Products"
|
||||
description="High-quality, effective, and safe products designed to maintain a pristine and healthy environment in any setting."
|
||||
@@ -259,14 +166,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CleanCo",
|
||||
"FreshSpaces",
|
||||
"PureLife",
|
||||
"EnviroCare",
|
||||
"BrightSolutions",
|
||||
"Spotless",
|
||||
"HygienePro",
|
||||
]}
|
||||
"CleanCo", "FreshSpaces", "PureLife", "EnviroCare", "BrightSolutions", "Spotless", "HygienePro"]}
|
||||
title="Trusted by Leading Businesses"
|
||||
description="Partnerships built on reliability, quality, and mutual success. We are proud to serve a diverse range of clients who rely on our consistent hygiene solutions."
|
||||
speed={40}
|
||||
@@ -280,45 +180,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@johnd_clean",
|
||||
testimonial: "Dora Hijyen transformed our office into a truly pristine environment. Their products are unmatched, and their service is consistently reliable. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
imageAlt: "John Doe",
|
||||
},
|
||||
id: "1", name: "John Doe", handle: "@johnd_clean", testimonial: "Dora Hijyen transformed our office into a truly pristine environment. Their products are unmatched, and their service is consistently reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "John Doe"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
handle: "@janes_hygiene",
|
||||
testimonial: "Reliable service and amazing products. Dora Hijyen's team is professional and always goes the extra mile. Our facilities have never been cleaner!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handshake-businessman_23-2147704548.jpg",
|
||||
imageAlt: "Jane Smith",
|
||||
},
|
||||
id: "2", name: "Jane Smith", handle: "@janes_hygiene", testimonial: "Reliable service and amazing products. Dora Hijyen's team is professional and always goes the extra mile. Our facilities have never been cleaner!", imageSrc: "http://img.b2bpic.net/free-photo/handshake-businessman_23-2147704548.jpg", imageAlt: "Jane Smith"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ali Yilmaz",
|
||||
handle: "@aliy_solutions",
|
||||
testimonial: "I highly recommend Dora Hijyen for any business looking for top-tier hygiene solutions. Their customized plans perfectly fit our needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg",
|
||||
imageAlt: "Ali Yilmaz",
|
||||
},
|
||||
id: "3", name: "Ali Yilmaz", handle: "@aliy_solutions", testimonial: "I highly recommend Dora Hijyen for any business looking for top-tier hygiene solutions. Their customized plans perfectly fit our needs.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-25109.jpg", imageAlt: "Ali Yilmaz"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Lee",
|
||||
handle: "@sarah_eco",
|
||||
testimonial: "Their eco-friendly range is fantastic! We're committed to sustainability, and Dora Hijyen helps us maintain a clean space responsibly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
imageAlt: "Sarah Lee",
|
||||
},
|
||||
id: "4", name: "Sarah Lee", handle: "@sarah_eco", testimonial: "Their eco-friendly range is fantastic! We're committed to sustainability, and Dora Hijyen helps us maintain a clean space responsibly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", imageAlt: "Sarah Lee"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Green",
|
||||
handle: "@davidg_spotless",
|
||||
testimonial: "Exceptional quality and support from Dora Hijyen. They truly understand the importance of a clean environment and deliver every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-show_23-2149943749.jpg",
|
||||
imageAlt: "David Green",
|
||||
},
|
||||
id: "5", name: "David Green", handle: "@davidg_spotless", testimonial: "Exceptional quality and support from Dora Hijyen. They truly understand the importance of a clean environment and deliver every time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-show_23-2149943749.jpg", imageAlt: "David Green"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied customers who trust Dora Hijyen for their hygiene needs and experience our commitment to excellence first-hand."
|
||||
@@ -330,25 +200,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes Dora Hijyen products unique?",
|
||||
content: "Our products are formulated with advanced, high-quality ingredients designed for maximum efficacy while being safe for various surfaces and users. We focus on innovation and environmental responsibility.",
|
||||
},
|
||||
id: "1", title: "What makes Dora Hijyen products unique?", content: "Our products are formulated with advanced, high-quality ingredients designed for maximum efficacy while being safe for various surfaces and users. We focus on innovation and environmental responsibility."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer customized hygiene plans?",
|
||||
content: "Yes, we specialize in creating tailored hygiene solutions for businesses and homes. Contact us to discuss your specific needs, and our experts will design a plan just for you.",
|
||||
},
|
||||
id: "2", title: "Do you offer customized hygiene plans?", content: "Yes, we specialize in creating tailored hygiene solutions for businesses and homes. Contact us to discuss your specific needs, and our experts will design a plan just for you."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your products eco-friendly?",
|
||||
content: "Dora Hijyen is committed to sustainability. Many of our products are eco-friendly, biodegradable, and packaged with recyclable materials. Look for our 'Eco-Choice' label for green options.",
|
||||
},
|
||||
id: "3", title: "Are your products eco-friendly?", content: "Dora Hijyen is committed to sustainability. Many of our products are eco-friendly, biodegradable, and packaged with recyclable materials. Look for our 'Eco-Choice' label for green options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What areas do you serve?",
|
||||
content: "We provide services and deliver products nationwide. Please contact our sales team to confirm availability in your specific region and for any special delivery arrangements.",
|
||||
},
|
||||
id: "4", title: "What areas do you serve?", content: "We provide services and deliver products nationwide. Please contact our sales team to confirm availability in your specific region and for any special delivery arrangements."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about Dora Hijyen products, services, and commitment to hygiene excellence."
|
||||
@@ -361,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with Dora Hijyen"
|
||||
description="We're here to answer your questions, provide expert advice, and help you find the perfect hygiene solutions for your needs. Reach out today!"
|
||||
@@ -377,66 +234,39 @@ export default function LandingPage() {
|
||||
logoText="DORA HİJYEN"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "All-Purpose Cleaner",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All-Purpose Cleaner", href: "#products"},
|
||||
{
|
||||
label: "Hand Sanitizer",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Hand Sanitizer", href: "#products"},
|
||||
{
|
||||
label: "Disinfectant Spray",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Disinfectant Spray", href: "#products"},
|
||||
{
|
||||
label: "Eco-Friendly Line",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Eco-Friendly Line", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Services", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#partners",
|
||||
},
|
||||
label: "Partners", href: "#partners"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user