Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
263
src/app/page.tsx
263
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import { Calendar, DollarSign, Home, MapPin, ShieldCheck, Smile, Sparkles, Tool } from "lucide-react";
|
import { Calendar, DollarSign, Home, MapPin, ShieldCheck, Smile, Sparkles, Hammer } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
brandName="Modern M Trades"
|
brandName="Modern M Trades"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -63,69 +51,44 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Your Trusted Partner for Home Repairs & Improvements"
|
title="Your Trusted Partner for Home Repairs & Improvements"
|
||||||
description="Modern M Trades brings over a decade of family-owned expertise to Katy, TX. Specializing in Electrical, Fencing, and Welding, we handle all your home repair and improvement needs with professionalism and care."
|
description="Modern M Trades brings over a decade of family-owned expertise to Katy, TX. Specializing in Electrical, Fencing, and Welding, we handle all your home repair and improvement needs with professionalism and care."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451055.jpg",
|
src: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451055.jpg", alt: "Experienced Handyman"},
|
||||||
alt: "Experienced Handyman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-mini-rake-pointing-with-index-finger-it-smiling-confident-standing-pink-wall_141793-96430.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-mini-rake-pointing-with-index-finger-it-smiling-confident-standing-pink-wall_141793-96430.jpg", alt: "Skilled Handywoman"},
|
||||||
alt: "Skilled Handywoman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-architect-looking-camera_23-2148242888.jpg", alt: "Veteran Tradesperson"},
|
||||||
alt: "Veteran Tradesperson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-mechanic-garage_107420-95936.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-mechanic-garage_107420-95936.jpg", alt: "Young Apprentice"},
|
||||||
alt: "Young Apprentice",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-manual-worker-warehouse_329181-12798.jpg", alt: "Dedicated Trades Professional"},
|
||||||
alt: "Dedicated Trades Professional",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Serving Katy for 10+ Years"
|
avatarText="Serving Katy for 10+ Years"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Estimate",
|
text: "Get a Free Estimate", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Our Services",
|
text: "View Our Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Quality Craftsmanship", icon: Sparkles,
|
||||||
text: "Quality Craftsmanship",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Local Katy Experts", icon: MapPin,
|
||||||
text: "Local Katy Experts",
|
|
||||||
icon: MapPin,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Family Owned & Operated", icon: Home,
|
||||||
text: "Family Owned & Operated",
|
|
||||||
icon: Home,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Free Estimates Available", icon: DollarSign,
|
||||||
text: "Free Estimates Available",
|
|
||||||
icon: DollarSign,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||||
text: "Licensed & Insured",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -151,33 +114,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "electrical",
|
id: "electrical", title: "Expert Electrical Services", description: "Safe and reliable electrical work, including wiring, outlet repair, fixture installation, and panel upgrades. Trust our certified professionals for all your home's power needs.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg"},
|
||||||
title: "Expert Electrical Services",
|
|
||||||
description: "Safe and reliable electrical work, including wiring, outlet repair, fixture installation, and panel upgrades. Trust our certified professionals for all your home's power needs.",
|
|
||||||
tag: "Specialty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "fencing",
|
id: "fencing", title: "Professional Fencing Solutions", description: "Enhance your property's privacy and curb appeal with our custom fencing installations and repairs. From wood to metal, we build durable and beautiful fences.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg"},
|
||||||
title: "Professional Fencing Solutions",
|
|
||||||
description: "Enhance your property's privacy and curb appeal with our custom fencing installations and repairs. From wood to metal, we build durable and beautiful fences.",
|
|
||||||
tag: "Specialty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "welding",
|
id: "welding", title: "Custom Welding & Fabrication", description: "Precision welding for gates, railings, repairs, and custom metalwork. Our skilled welders deliver strong, lasting, and aesthetically pleasing results for any project.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg"},
|
||||||
title: "Custom Welding & Fabrication",
|
|
||||||
description: "Precision welding for gates, railings, repairs, and custom metalwork. Our skilled welders deliver strong, lasting, and aesthetically pleasing results for any project.",
|
|
||||||
tag: "Specialty",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "general-repairs",
|
id: "general-repairs", title: "General Home Repairs", description: "Beyond our specialties, we tackle all common household repairs – plumbing fixes, drywall, carpentry, painting, and more. Your one-stop shop for home maintenance.", tag: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg"},
|
||||||
title: "General Home Repairs",
|
|
||||||
description: "Beyond our specialties, we tackle all common household repairs – plumbing fixes, drywall, carpentry, painting, and more. Your one-stop shop for home maintenance.",
|
|
||||||
tag: "Versatile",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Handyman Services"
|
title="Comprehensive Handyman Services"
|
||||||
description="From minor fixes to major installations, Modern M Trades offers a full spectrum of services. We specialize in the following trades, ensuring expert care for your home."
|
description="From minor fixes to major installations, Modern M Trades offers a full spectrum of services. We specialize in the following trades, ensuring expert care for your home."
|
||||||
@@ -192,25 +135,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "years",
|
id: "years", value: "10+", title: "Years in Business", description: "A decade of trusted service, continually growing with our community.", icon: Calendar,
|
||||||
value: "10+",
|
|
||||||
title: "Years in Business",
|
|
||||||
description: "A decade of trusted service, continually growing with our community.",
|
|
||||||
icon: Calendar,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "projects",
|
id: "projects", value: "500+", title: "Projects Completed", description: "Successfully tackling a wide range of home repair and improvement challenges.", icon: Hammer,
|
||||||
value: "500+",
|
|
||||||
title: "Projects Completed",
|
|
||||||
description: "Successfully tackling a wide range of home repair and improvement challenges.",
|
|
||||||
icon: Tool,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "satisfied",
|
id: "satisfied", value: "99%", title: "Customer Satisfaction", description: "Our priority is your happiness, reflected in our exceptional client feedback.", icon: Smile,
|
||||||
value: "99%",
|
|
||||||
title: "Customer Satisfaction",
|
|
||||||
description: "Our priority is your happiness, reflected in our exceptional client feedback.",
|
|
||||||
icon: Smile,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Track Record of Excellence"
|
title="Our Track Record of Excellence"
|
||||||
@@ -225,53 +156,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "@KatyHomeowner", testimonial: "Modern M Trades did an amazing job with our electrical panel upgrade. Professional, efficient, and very fair pricing. Highly recommend!", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg"},
|
||||||
handle: "@KatyHomeowner",
|
|
||||||
testimonial: "Modern M Trades did an amazing job with our electrical panel upgrade. Professional, efficient, and very fair pricing. Highly recommend!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael T.", handle: "@HappyClientTX", testimonial: "They built a beautiful new fence for our backyard. The craftsmanship is excellent, and they were a pleasure to work with from start to finish.", rating: 5,
|
||||||
name: "Michael T.",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065006.jpg"},
|
||||||
handle: "@HappyClientTX",
|
|
||||||
testimonial: "They built a beautiful new fence for our backyard. The craftsmanship is excellent, and they were a pleasure to work with from start to finish.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065006.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", handle: "@LocalKatyResident", testimonial: "Needed some custom welding for a gate repair, and Modern M Trades exceeded expectations. Fast, reliable, and precise work!", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/confident-elderly-female-gardener-wearing-gardening-hat-holding-gardening-scissors-gloves-isolated-orange-wall-with-copy-space_141793-118712.jpg"},
|
||||||
handle: "@LocalKatyResident",
|
|
||||||
testimonial: "Needed some custom welding for a gate repair, and Modern M Trades exceeded expectations. Fast, reliable, and precise work!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-elderly-female-gardener-wearing-gardening-hat-holding-gardening-scissors-gloves-isolated-orange-wall-with-copy-space_141793-118712.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David L.", handle: "@KatyFamilyMan", testimonial: "So grateful for their quick response to a plumbing emergency. They saved the day! Truly a reliable family business.", rating: 5,
|
||||||
name: "David L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-daughter-looking-man-sitting-steps_259150-59364.jpg"},
|
||||||
handle: "@KatyFamilyMan",
|
|
||||||
testimonial: "So grateful for their quick response to a plumbing emergency. They saved the day! Truly a reliable family business.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-daughter-looking-man-sitting-steps_259150-59364.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Olivia M.", handle: "@HomeImprovementFan", testimonial: "Modern M Trades helped us with several home improvement projects. Their versatility and quality of work are unmatched.", rating: 5,
|
||||||
name: "Olivia M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg"},
|
||||||
handle: "@HomeImprovementFan",
|
|
||||||
testimonial: "Modern M Trades helped us with several home improvement projects. Their versatility and quality of work are unmatched.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Robert S.", handle: "@TexasBuilder", testimonial: "As a contractor myself, I appreciate true craftsmanship. Modern M Trades delivers every time. Excellent attention to detail.", rating: 5,
|
||||||
name: "Robert S.",
|
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-child-working-laptop_23-2148492855.jpg"},
|
||||||
handle: "@TexasBuilder",
|
|
||||||
testimonial: "As a contractor myself, I appreciate true craftsmanship. Modern M Trades delivers every time. Excellent attention to detail.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-child-working-laptop_23-2148492855.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
@@ -285,35 +186,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Katy, TX, and surrounding communities. Please contact us to confirm service availability in your specific location."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We proudly serve Katy, TX, and surrounding communities. Please contact us to confirm service availability in your specific location.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "How do I get a free estimate?", content: "You can request a free estimate by filling out the contact form below, calling us directly at (713) 897-9324, or emailing us. We'll schedule a convenient time to assess your project."},
|
||||||
title: "How do I get a free estimate?",
|
|
||||||
content: "You can request a free estimate by filling out the contact form below, calling us directly at (713) 897-9324, or emailing us. We'll schedule a convenient time to assess your project.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Are you licensed and insured?", content: "Yes, Modern M Trades is fully licensed and insured for all the services we provide, giving you peace of mind and protection throughout your project."},
|
||||||
title: "Are you licensed and insured?",
|
|
||||||
content: "Yes, Modern M Trades is fully licensed and insured for all the services we provide, giving you peace of mind and protection throughout your project.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "What types of electrical work do you do?", content: "Our electrical services include outlet and switch repairs, light fixture installation, ceiling fan installation, panel upgrades, troubleshooting, and new circuit installations."},
|
||||||
title: "What types of electrical work do you do?",
|
|
||||||
content: "Our electrical services include outlet and switch repairs, light fixture installation, ceiling fan installation, panel upgrades, troubleshooting, and new circuit installations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "Can you repair my existing fence?", content: "Absolutely! We offer comprehensive fence repair services for various materials, including wood, wrought iron, and chain-link, to restore its functionality and appearance."},
|
||||||
title: "Can you repair my existing fence?",
|
|
||||||
content: "Absolutely! We offer comprehensive fence repair services for various materials, including wood, wrought iron, and chain-link, to restore its functionality and appearance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "Do you offer custom welding projects?", content: "Yes, in addition to repairs, our skilled welders can undertake custom fabrication projects, such as gates, railings, decorative metalwork, and structural welding."},
|
||||||
title: "Do you offer custom welding projects?",
|
|
||||||
content: "Yes, in addition to repairs, our skilled welders can undertake custom fabrication projects, such as gates, railings, decorative metalwork, and structural welding.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our services, pricing, and scheduling."
|
description="Find quick answers to common questions about our services, pricing, and scheduling."
|
||||||
@@ -325,8 +208,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated-grid",
|
variant: "downward-rays-animated-grid"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready for Your Next Home Project?"
|
title="Ready for Your Next Home Project?"
|
||||||
description="Reach out to Modern M Trades today for reliable, expert handyman services. We're here to help you with your electrical, fencing, welding, and general home repair needs."
|
description="Reach out to Modern M Trades today for reliable, expert handyman services. We're here to help you with your electrical, fencing, welding, and general home repair needs."
|
||||||
@@ -342,62 +224,37 @@ export default function LandingPage() {
|
|||||||
logoText="Modern M Trades"
|
logoText="Modern M Trades"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Electrical",
|
label: "Electrical", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fencing",
|
label: "Fencing", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Welding",
|
label: "Welding", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Home Repairs",
|
label: "Home Repairs", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Yelp",
|
label: "Yelp", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user