Merge version_1 into main #2
324
src/app/page.tsx
324
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Results",
|
name: "Results", id: "#results"},
|
||||||
id: "#results",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
brandName="Teagues Cleaning Service"
|
brandName="Teagues Cleaning Service"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -76,15 +60,11 @@ export default function LandingPage() {
|
|||||||
description="Teagues Cleaning Service delivers spotless results for homes and businesses. See our work and book your cleaning today."
|
description="Teagues Cleaning Service delivers spotless results for homes and businesses. See our work and book your cleaning today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Services",
|
text: "Our Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg"
|
||||||
imageAlt="modern home cleaning service interior"
|
imageAlt="modern home cleaning service interior"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,22 +78,16 @@ export default function LandingPage() {
|
|||||||
tag="Our Commitment"
|
tag="Our Commitment"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Experienced Professionals",
|
title: "Experienced Professionals", description: "Highly trained and vetted cleaning specialists.", icon: Sparkles,
|
||||||
description: "Highly trained and vetted cleaning specialists.",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Eco-Friendly Products",
|
title: "Eco-Friendly Products", description: "Safe for your family, pets, and the planet.", icon: Leaf,
|
||||||
description: "Safe for your family, pets, and the planet.",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Satisfaction Guaranteed",
|
title: "Satisfaction Guaranteed", description: "We stand by our work with a commitment to your happiness.", icon: CheckCircle,
|
||||||
description: "We stand by our work with a commitment to your happiness.",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-having-fun_23-2149152868.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-happy-people-having-fun_23-2149152868.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="professional cleaning team smiling uniforms"
|
imageAlt="professional cleaning team smiling uniforms"
|
||||||
/>
|
/>
|
||||||
@@ -126,28 +100,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Residential Cleaning",
|
title: "Residential Cleaning", description: "Sparkling homes for busy families, tailored to your schedule.", bentoComponent: "reveal-icon", icon: Home
|
||||||
description: "Sparkling homes for busy families, tailored to your schedule.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Home,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821299.jpg",
|
|
||||||
imageAlt: "Modern kitchen interior design",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Commercial Cleaning",
|
title: "Commercial Cleaning", description: "Maintain a pristine, professional environment for your business.", bentoComponent: "reveal-icon", icon: Briefcase
|
||||||
description: "Maintain a pristine, professional environment for your business.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Briefcase,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg?_wi=2",
|
|
||||||
imageAlt: "Modern kitchen interior design",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Deep Cleaning",
|
title: "Deep Cleaning", description: "Thorough and intensive cleaning for a truly refreshed space.", bentoComponent: "reveal-icon", icon: Feather
|
||||||
description: "Thorough and intensive cleaning for a truly refreshed space.",
|
|
||||||
bentoComponent: "reveal-icon",
|
|
||||||
icon: Feather,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-having-fun_23-2149152868.jpg?_wi=2",
|
|
||||||
imageAlt: "Modern kitchen interior design",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Tailored Cleaning Solutions"
|
title="Tailored Cleaning Solutions"
|
||||||
@@ -164,47 +123,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Kitchen Renovation", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/housework-woman-apron-doing-some-housework-looking-involbved_259150-59476.jpg", imageAlt: "kitchen before after cleaning comparison"},
|
||||||
name: "Kitchen Renovation",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/housework-woman-apron-doing-some-housework-looking-involbved_259150-59476.jpg",
|
|
||||||
imageAlt: "kitchen before after cleaning comparison",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Sparkling Bathroom", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-towels-with-copy-space_23-2148459888.jpg", imageAlt: "bathroom before after cleaning comparison"},
|
||||||
name: "Sparkling Bathroom",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-towels-with-copy-space_23-2148459888.jpg",
|
|
||||||
imageAlt: "bathroom before after cleaning comparison",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Office Space Refresh", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343035.jpg", imageAlt: "office desk before after cleaning"},
|
||||||
name: "Office Space Refresh",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343035.jpg",
|
|
||||||
imageAlt: "office desk before after cleaning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Living Room Transformation", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/wife-picks-up-sofa-while-her-husband-is-cleaning-dust-it-with-vacuum-cleaner_482257-84.jpg", imageAlt: "living room before after professional cleaning"},
|
||||||
name: "Living Room Transformation",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wife-picks-up-sofa-while-her-husband-is-cleaning-dust-it-with-vacuum-cleaner_482257-84.jpg",
|
|
||||||
imageAlt: "living room before after professional cleaning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Floor Deep Clean", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/top-view-open-book-with-wooden-background_23-2148255901.jpg", imageAlt: "floor deep clean before after comparison"},
|
||||||
name: "Floor Deep Clean",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-open-book-with-wooden-background_23-2148255901.jpg",
|
|
||||||
imageAlt: "floor deep clean before after comparison",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Window Shine", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359026.jpg", imageAlt: "window cleaning before after results"},
|
||||||
name: "Window Shine",
|
|
||||||
price: "Before/After",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359026.jpg",
|
|
||||||
imageAlt: "window cleaning before after results",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="See the Teagues Difference"
|
title="See the Teagues Difference"
|
||||||
description="Witness the transformative power of professional cleaning. Our before-and-after gallery highlights our meticulous attention to detail and the stunning results we deliver for homes and businesses."
|
description="Witness the transformative power of professional cleaning. Our before-and-after gallery highlights our meticulous attention to detail and the stunning results we deliver for homes and businesses."
|
||||||
@@ -219,59 +148,30 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Value", badgeIcon: DollarSign,
|
||||||
badge: "Value",
|
price: "$120", name: "Standard Home Clean", features: [
|
||||||
badgeIcon: DollarSign,
|
"Dusting & Wiping Surfaces", "Vacuuming & Mopping Floors", "Bathroom & Kitchen Cleaning"],
|
||||||
price: "$120",
|
|
||||||
name: "Standard Home Clean",
|
|
||||||
features: [
|
|
||||||
"Dusting & Wiping Surfaces",
|
|
||||||
"Vacuuming & Mopping Floors",
|
|
||||||
"Bathroom & Kitchen Cleaning",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium",
|
id: "premium", badge: "Popular", badgeIcon: Star,
|
||||||
badge: "Popular",
|
price: "$250", name: "Deep Home Clean", features: [
|
||||||
badgeIcon: Star,
|
"All Standard features", "Detailed Appliance Cleaning", "Baseboard & Wall Spot Cleaning", "Interior Window Cleaning"],
|
||||||
price: "$250",
|
|
||||||
name: "Deep Home Clean",
|
|
||||||
features: [
|
|
||||||
"All Standard features",
|
|
||||||
"Detailed Appliance Cleaning",
|
|
||||||
"Baseboard & Wall Spot Cleaning",
|
|
||||||
"Interior Window Cleaning",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "commercial",
|
id: "commercial", badge: "Custom Quote", badgeIcon: Building,
|
||||||
badge: "Custom Quote",
|
price: "Contact Us", name: "Business Solutions", features: [
|
||||||
badgeIcon: Building,
|
"Customized Cleaning Schedule", "Office & Workspace Sanitation", "Restroom & Breakroom Care", "Specialized Floor Treatment"],
|
||||||
price: "Contact Us",
|
|
||||||
name: "Business Solutions",
|
|
||||||
features: [
|
|
||||||
"Customized Cleaning Schedule",
|
|
||||||
"Office & Workspace Sanitation",
|
|
||||||
"Restroom & Breakroom Care",
|
|
||||||
"Specialized Floor Treatment",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -289,59 +189,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", role: "Homeowner", company: "Happy Client", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", imageAlt: "smiling woman professional portrait happy"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Happy Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg",
|
|
||||||
imageAlt: "smiling woman professional portrait happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Mark D.", role: "Office Manager", company: "Local Business", rating: 5,
|
||||||
name: "Mark D.",
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "smiling man professional portrait happy"},
|
||||||
role: "Office Manager",
|
|
||||||
company: "Local Business",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
|
||||||
imageAlt: "smiling man professional portrait happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", role: "Property Manager", company: "Real Estate Group", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageAlt: "female property manager portrait happy"},
|
||||||
role: "Property Manager",
|
|
||||||
company: "Real Estate Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
|
||||||
imageAlt: "female property manager portrait happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David K.", role: "Restaurant Owner", company: "Downtown Eatery", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "male restaurant owner portrait happy"},
|
||||||
role: "Restaurant Owner",
|
|
||||||
company: "Downtown Eatery",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
|
||||||
imageAlt: "male restaurant owner portrait happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Jessica L.", role: "Busy Parent", company: "Residential Client", rating: 5,
|
||||||
name: "Jessica L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-paper-wrapped-sandwich_23-2151311189.jpg", imageAlt: "smiling woman busy parent portrait happy"},
|
||||||
role: "Busy Parent",
|
|
||||||
company: "Residential Client",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-paper-wrapped-sandwich_23-2151311189.jpg",
|
|
||||||
imageAlt: "smiling woman busy parent portrait happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Chris B.", role: "Retail Store Manager", company: "Local Boutique", rating: 5,
|
||||||
name: "Chris B.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-holding-disposable-coffee-cup-while-opening-door_23-2148187209.jpg", imageAlt: "smiling man retail store manager portrait"},
|
||||||
role: "Retail Store Manager",
|
|
||||||
company: "Local Boutique",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-holding-disposable-coffee-cup-while-opening-door_23-2148187209.jpg",
|
|
||||||
imageAlt: "smiling man retail store manager portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Homes & Businesses"
|
title="Trusted by Homes & Businesses"
|
||||||
description="Our clients consistently praise our attention to detail, professionalism, and the sparkling results we deliver. Read what they have to say about Teagues Cleaning Service."
|
description="Our clients consistently praise our attention to detail, professionalism, and the sparkling results we deliver. Read what they have to say about Teagues Cleaning Service."
|
||||||
@@ -354,14 +218,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Residential Clients",
|
"Residential Clients", "Small Businesses", "Property Management", "Retail Spaces", "Medical Offices", "Restaurants", "Apartment Complexes"]}
|
||||||
"Small Businesses",
|
|
||||||
"Property Management",
|
|
||||||
"Retail Spaces",
|
|
||||||
"Medical Offices",
|
|
||||||
"Restaurants",
|
|
||||||
"Apartment Complexes",
|
|
||||||
]}
|
|
||||||
title="Our Valued Partnerships"
|
title="Our Valued Partnerships"
|
||||||
description="We are proud to serve a diverse range of clients, from individual homeowners to commercial establishments. Our commitment to quality ensures lasting relationships."
|
description="We are proud to serve a diverse range of clients, from individual homeowners to commercial establishments. Our commitment to quality ensures lasting relationships."
|
||||||
tag="Trusted By Many"
|
tag="Trusted By Many"
|
||||||
@@ -373,25 +230,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What areas do you serve?", content: "Teagues Cleaning Service proudly serves the greater [Your City/Region] area. Please contact us to confirm service availability in your specific location."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "Teagues Cleaning Service proudly serves the greater [Your City/Region] area. Please contact us to confirm service availability in your specific location.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do I need to provide cleaning supplies?", content: "No, we come fully equipped with all the necessary professional-grade cleaning supplies and equipment, including eco-friendly options."},
|
||||||
title: "Do I need to provide cleaning supplies?",
|
|
||||||
content: "No, we come fully equipped with all the necessary professional-grade cleaning supplies and equipment, including eco-friendly options.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "How do I book a cleaning service?", content: "You can easily book a cleaning service by filling out our online contact form, calling us directly at 4302528993, or sending an email to teaguescleaningservice@gmail.com."},
|
||||||
title: "How do I book a cleaning service?",
|
|
||||||
content: "You can easily book a cleaning service by filling out our online contact form, calling us directly at 4302528993, or sending an email to teaguescleaningservice@gmail.com.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Are your staff background-checked and insured?", content: "Absolutely. All our cleaning professionals are thoroughly vetted, background-checked, and fully insured for your peace of mind and protection."},
|
||||||
title: "Are your staff background-checked and insured?",
|
|
||||||
content: "Absolutely. All our cleaning professionals are thoroughly vetted, background-checked, and fully insured for your peace of mind and protection.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find quick answers to our most frequently asked questions about our services, booking, and more."
|
sideDescription="Find quick answers to our most frequently asked questions about our services, booking, and more."
|
||||||
@@ -403,8 +248,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Ready for a Spotless Space?"
|
title="Ready for a Spotless Space?"
|
||||||
description="Contact Teagues Cleaning Service today for a free quote or to schedule your next cleaning. We look forward to making your home or business shine!"
|
description="Contact Teagues Cleaning Service today for a free quote or to schedule your next cleaning. We look forward to making your home or business shine!"
|
||||||
@@ -423,71 +267,43 @@ export default function LandingPage() {
|
|||||||
logoText="Teagues Cleaning Service"
|
logoText="Teagues Cleaning Service"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Residential",
|
label: "Residential", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Commercial",
|
label: "Commercial", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Deep Cleaning",
|
label: "Deep Cleaning", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Our Work",
|
label: "Our Work", href: "#results"},
|
||||||
href: "#results",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "https://facebook.com/TeaguesCleaningService"},
|
||||||
href: "https://facebook.com/TeaguesCleaningService",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email",
|
label: "Email", href: "mailto:teaguescleaningservice@gmail.com"},
|
||||||
href: "mailto:teaguescleaningservice@gmail.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Phone",
|
label: "Phone", href: "tel:4302528993"},
|
||||||
href: "tel:4302528993",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user