Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
314
src/app/page.tsx
314
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Why Choose Us", id: "#metrics"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Clients", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96v54c"
|
||||
logoAlt="Prime Facility Solutions Logo"
|
||||
brandName="Prime Facility Solutions"
|
||||
@@ -75,45 +59,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Trusted Partner for Comprehensive Facility Services"
|
||||
description="We ensure your business operates smoothly with reliable and efficient facility management, maintenance, and support solutions tailored to your needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833352.jpg",
|
||||
imageAlt: "Modern office building exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833352.jpg", imageAlt: "Modern office building exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg",
|
||||
imageAlt: "Janitorial staff cleaning a modern office lobby",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-together_23-2149366697.jpg", imageAlt: "Janitorial staff cleaning a modern office lobby"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg",
|
||||
imageAlt: "Technician repairing HVAC system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53010.jpg", imageAlt: "Technician repairing HVAC system"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-government-headquarters-used-oversee-traffic-surveillance-video_482257-85904.jpg",
|
||||
imageAlt: "Security guard monitoring CCTV",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-government-headquarters-used-oversee-traffic-surveillance-video_482257-85904.jpg", imageAlt: "Security guard monitoring CCTV"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg",
|
||||
imageAlt: "Landscaper maintaining commercial garden",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg", imageAlt: "Landscaper maintaining commercial garden"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-uses-orbital-sander-gear-after-consulting-schematics-assisted-by-apprentice_482257-110975.jpg",
|
||||
imageAlt: "Handyman fixing light fixture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-uses-orbital-sander-gear-after-consulting-schematics-assisted-by-apprentice_482257-110975.jpg", imageAlt: "Handyman fixing light fixture"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,15 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Prime Facility Solutions",
|
||||
},
|
||||
type: "text", content: "About Prime Facility Solutions"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More About Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,38 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "cleaning",
|
||||
title: "Professional Cleaning",
|
||||
tags: [
|
||||
"Janitorial",
|
||||
"Disinfection",
|
||||
"Green Cleaning",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-person-white-protection-suit-disinfecting-public-areas-stop-spreading-highly-contagious-corona-virus_342744-918.jpg",
|
||||
imageAlt: "Professional cleaning services for office building",
|
||||
},
|
||||
id: "cleaning", title: "Professional Cleaning", tags: [
|
||||
"Janitorial", "Disinfection", "Green Cleaning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-person-white-protection-suit-disinfecting-public-areas-stop-spreading-highly-contagious-corona-virus_342744-918.jpg", imageAlt: "Professional cleaning services for office building"},
|
||||
{
|
||||
id: "maintenance",
|
||||
title: "Preventative Maintenance",
|
||||
tags: [
|
||||
"HVAC",
|
||||
"Electrical",
|
||||
"Plumbing",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576449.jpg",
|
||||
imageAlt: "Technician inspecting HVAC system",
|
||||
},
|
||||
id: "maintenance", title: "Preventative Maintenance", tags: [
|
||||
"HVAC", "Electrical", "Plumbing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576449.jpg", imageAlt: "Technician inspecting HVAC system"},
|
||||
{
|
||||
id: "security",
|
||||
title: "Integrated Security",
|
||||
tags: [
|
||||
"Access Control",
|
||||
"Surveillance",
|
||||
"On-site Guards",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling-with-mask_23-2149002433.jpg",
|
||||
imageAlt: "Security camera system monitoring building entrance",
|
||||
},
|
||||
id: "security", title: "Integrated Security", tags: [
|
||||
"Access Control", "Surveillance", "On-site Guards"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling-with-mask_23-2149002433.jpg", imageAlt: "Security camera system monitoring building entrance"},
|
||||
]}
|
||||
title="Our Core Facility Services"
|
||||
description="We offer a wide range of integrated services to keep your facilities running smoothly and looking their best, ensuring a safe and productive environment."
|
||||
@@ -189,53 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "cleaning-package",
|
||||
name: "Premium Cleaning Package",
|
||||
price: "Custom Quote",
|
||||
variant: "Daily/Weekly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-responsibility-is-our-highest-priority_637285-7986.jpg",
|
||||
imageAlt: "Commercial cleaning service package",
|
||||
},
|
||||
id: "cleaning-package", name: "Premium Cleaning Package", price: "Custom Quote", variant: "Daily/Weekly", imageSrc: "http://img.b2bpic.net/free-photo/social-responsibility-is-our-highest-priority_637285-7986.jpg", imageAlt: "Commercial cleaning service package"},
|
||||
{
|
||||
id: "maintenance-plan",
|
||||
name: "Proactive Maintenance Plan",
|
||||
price: "Custom Quote",
|
||||
variant: "Monthly/Quarterly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-glasses-engineer-use-radio-connection-working-site-construction_609648-1580.jpg",
|
||||
imageAlt: "Preventative maintenance plan for commercial HVAC",
|
||||
},
|
||||
id: "maintenance-plan", name: "Proactive Maintenance Plan", price: "Custom Quote", variant: "Monthly/Quarterly", imageSrc: "http://img.b2bpic.net/free-photo/smart-asian-glasses-engineer-use-radio-connection-working-site-construction_609648-1580.jpg", imageAlt: "Preventative maintenance plan for commercial HVAC"},
|
||||
{
|
||||
id: "landscaping-care",
|
||||
name: "Commercial Landscaping Care",
|
||||
price: "Custom Quote",
|
||||
variant: "Seasonal/Yearly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg",
|
||||
imageAlt: "Commercial landscaping service options",
|
||||
},
|
||||
id: "landscaping-care", name: "Commercial Landscaping Care", price: "Custom Quote", variant: "Seasonal/Yearly", imageSrc: "http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg", imageAlt: "Commercial landscaping service options"},
|
||||
{
|
||||
id: "waste-management",
|
||||
name: "Efficient Waste Management",
|
||||
price: "Custom Quote",
|
||||
variant: "Daily/Bi-Weekly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-garbage-conveyor-belt-waste-recycling-factory-workers-background_1268-23440.jpg",
|
||||
imageAlt: "Waste management services for recycling",
|
||||
},
|
||||
id: "waste-management", name: "Efficient Waste Management", price: "Custom Quote", variant: "Daily/Bi-Weekly", imageSrc: "http://img.b2bpic.net/free-photo/plastic-garbage-conveyor-belt-waste-recycling-factory-workers-background_1268-23440.jpg", imageAlt: "Waste management services for recycling"},
|
||||
{
|
||||
id: "pest-control",
|
||||
name: "Integrated Pest Control",
|
||||
price: "Custom Quote",
|
||||
variant: "Monthly Inspections",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rat-city-lifestyle_23-2150841119.jpg",
|
||||
imageAlt: "Commercial pest control services",
|
||||
},
|
||||
id: "pest-control", name: "Integrated Pest Control", price: "Custom Quote", variant: "Monthly Inspections", imageSrc: "http://img.b2bpic.net/free-photo/cute-rat-city-lifestyle_23-2150841119.jpg", imageAlt: "Commercial pest control services"},
|
||||
{
|
||||
id: "security-solutions",
|
||||
name: "Advanced Security Solutions",
|
||||
price: "Custom Quote",
|
||||
variant: "Custom Deployment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg",
|
||||
imageAlt: "Advanced security solutions for commercial buildings",
|
||||
},
|
||||
id: "security-solutions", name: "Advanced Security Solutions", price: "Custom Quote", variant: "Custom Deployment", imageSrc: "http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg", imageAlt: "Advanced security solutions for commercial buildings"},
|
||||
]}
|
||||
title="Explore Our Service Packages"
|
||||
description="Discover our comprehensive service packages designed to meet the diverse needs of commercial properties."
|
||||
@@ -249,23 +155,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "clients",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "250+",
|
||||
},
|
||||
id: "clients", icon: Users,
|
||||
title: "Satisfied Clients", value: "250+"},
|
||||
{
|
||||
id: "years",
|
||||
icon: Clock,
|
||||
title: "Years of Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "years", icon: Clock,
|
||||
title: "Years of Experience", value: "15+"},
|
||||
{
|
||||
id: "retention",
|
||||
icon: Zap,
|
||||
title: "Client Retention",
|
||||
value: "98%",
|
||||
},
|
||||
id: "retention", icon: Zap,
|
||||
title: "Client Retention", value: "98%"},
|
||||
]}
|
||||
title="Driving Excellence in Facility Management"
|
||||
description="Our commitment to quality and client satisfaction is reflected in our key performance indicators."
|
||||
@@ -279,45 +176,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, Tech Innovations Inc.",
|
||||
testimonial: "Prime Facility Solutions transformed our office environment. Their proactive maintenance and exceptional cleaning have made a noticeable difference. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg",
|
||||
imageAlt: "Sarah Johnson, CEO",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO, Tech Innovations Inc.", testimonial: "Prime Facility Solutions transformed our office environment. Their proactive maintenance and exceptional cleaning have made a noticeable difference. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg", imageAlt: "Sarah Johnson, CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Property Manager, Grand Central Plaza",
|
||||
testimonial: "The team at Prime Facility Solutions consistently delivers top-tier service. Their attention to detail in security and general upkeep is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg",
|
||||
imageAlt: "Michael Chen, Property Manager",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Property Manager, Grand Central Plaza", testimonial: "The team at Prime Facility Solutions consistently delivers top-tier service. Their attention to detail in security and general upkeep is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", imageAlt: "Michael Chen, Property Manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Operations Director, Retail Hub Co.",
|
||||
testimonial: "We rely on Prime Facility Solutions for all our retail locations. Their responsiveness and comprehensive service packages keep our stores in perfect condition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-discussing-phone_23-2148692819.jpg",
|
||||
imageAlt: "Emily Rodriguez, Operations Director",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Operations Director, Retail Hub Co.", testimonial: "We rely on Prime Facility Solutions for all our retail locations. Their responsiveness and comprehensive service packages keep our stores in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-discussing-phone_23-2148692819.jpg", imageAlt: "Emily Rodriguez, Operations Director"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Administrator, Horizon Healthcare",
|
||||
testimonial: "Maintaining a sterile environment is crucial for us. Prime Facility Solutions has exceeded our expectations with their meticulous cleaning and disinfection services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-investigator_1098-15987.jpg",
|
||||
imageAlt: "David Kim, Administrator",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Administrator, Horizon Healthcare", testimonial: "Maintaining a sterile environment is crucial for us. Prime Facility Solutions has exceeded our expectations with their meticulous cleaning and disinfection services.", imageSrc: "http://img.b2bpic.net/free-photo/mature-investigator_1098-15987.jpg", imageAlt: "David Kim, Administrator"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Owner, The Co-Working Space",
|
||||
testimonial: "Our members always comment on how clean and well-maintained our space is. Thank you, Prime Facility Solutions, for your consistent excellence!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-gym-equipment-with-medical-mask-pandemic_23-2148766026.jpg",
|
||||
imageAlt: "Jessica Lee, Owner",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Owner, The Co-Working Space", testimonial: "Our members always comment on how clean and well-maintained our space is. Thank you, Prime Facility Solutions, for your consistent excellence!", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-gym-equipment-with-medical-mask-pandemic_23-2148766026.jpg", imageAlt: "Jessica Lee, Owner"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from businesses who trust Prime Facility Solutions for their property needs."
|
||||
@@ -330,6 +197,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Leading Businesses"
|
||||
description="Our expertise in facility services has earned the trust of diverse industries and organizations."
|
||||
names={[
|
||||
"Star Digital Tech", "Times Square Properties", "Doctor's Office Group", "Academic Institute", "Retail Chain Solutions", "Global Logistics Corp.", "Government Services"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -339,20 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of facilities do you service?",
|
||||
content: "We service a wide range of commercial facilities including office buildings, retail spaces, healthcare clinics, educational institutions, industrial sites, and more. Our services are tailored to meet the specific needs of each property.",
|
||||
},
|
||||
id: "1", title: "What types of facilities do you service?", content: "We service a wide range of commercial facilities including office buildings, retail spaces, healthcare clinics, educational institutions, industrial sites, and more. Our services are tailored to meet the specific needs of each property."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer customized service plans?",
|
||||
content: "Absolutely! We understand that every facility has unique requirements. We work closely with our clients to create custom service plans that address their specific needs, budget, and operational goals.",
|
||||
},
|
||||
id: "2", title: "Do you offer customized service plans?", content: "Absolutely! We understand that every facility has unique requirements. We work closely with our clients to create custom service plans that address their specific needs, budget, and operational goals."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you ensure service quality?",
|
||||
content: "Quality is our top priority. We employ highly trained and vetted professionals, use industry-leading equipment and eco-friendly products, and implement regular quality control checks and client feedback loops to maintain our high standards.",
|
||||
},
|
||||
id: "3", title: "How do you ensure service quality?", content: "Quality is our top priority. We employ highly trained and vetted professionals, use industry-leading equipment and eco-friendly products, and implement regular quality control checks and client feedback loops to maintain our high standards."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our facility management services."
|
||||
@@ -367,34 +228,20 @@ export default function LandingPage() {
|
||||
description="Ready to optimize your facility management? Contact us today to discuss your needs and receive a personalized quote."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company Name",
|
||||
required: false,
|
||||
name: "company", type: "text", placeholder: "Your Company Name", required: false,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your facility service needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your facility service needs...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-businessmen-greeting-each-other-handshaking-successful-content-young-businesswoman-standing-near-them-smiling-building-background-teamwork-partnership-concept_74855-6914.jpg"
|
||||
@@ -409,58 +256,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Maintenance", href: "#services"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Security", href: "#services"},
|
||||
{
|
||||
label: "Landscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Landscaping", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
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