Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93f81506e2 | |||
| f9369b43b9 | |||
| 87247e49f9 | |||
| 928150c482 | |||
| 0d6460c040 | |||
| c98da90765 | |||
| 5b8ed62892 |
@@ -20,17 +20,15 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "#" },
|
||||
{ label: "Landscape Design", href: "#" },
|
||||
{ label: "Hedge Trimming", href: "#" },
|
||||
@@ -38,11 +36,10 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "#" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "#" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -66,9 +63,7 @@ export default function AboutPage() {
|
||||
brandName="Creative Landscaping"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,46 +97,22 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=3",
|
||||
imageAlt: "Professional lawn maintenance and grass cutting service",
|
||||
buttonIcon: Leaf,
|
||||
title: "Lawn Maintenance", description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=3", imageAlt: "Professional lawn maintenance and grass cutting service", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=2",
|
||||
imageAlt: "Landscape design and planning consultation",
|
||||
buttonIcon: PencilRuler,
|
||||
title: "Landscape Design", description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=2", imageAlt: "Landscape design and planning consultation", buttonIcon: PencilRuler,
|
||||
},
|
||||
{
|
||||
title: "Hedge & Tree Trimming",
|
||||
description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=2",
|
||||
imageAlt: "Professional hedge trimming and tree pruning",
|
||||
buttonIcon: Scissors,
|
||||
title: "Hedge & Tree Trimming", description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=2", imageAlt: "Professional hedge trimming and tree pruning", buttonIcon: Scissors,
|
||||
},
|
||||
{
|
||||
title: "Mulching & Planting",
|
||||
description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=2",
|
||||
imageAlt: "Landscape mulching and plant installation",
|
||||
buttonIcon: Flower2,
|
||||
title: "Mulching & Planting", description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=2", imageAlt: "Landscape mulching and plant installation", buttonIcon: Flower2,
|
||||
},
|
||||
{
|
||||
title: "Yard Cleanups",
|
||||
description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=2",
|
||||
imageAlt: "Professional yard cleanup and debris removal",
|
||||
buttonIcon: Trash2,
|
||||
title: "Yard Cleanups", description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=2", imageAlt: "Professional yard cleanup and debris removal", buttonIcon: Trash2,
|
||||
},
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=2",
|
||||
imageAlt: "Irrigation system installation and maintenance",
|
||||
buttonIcon: Droplet,
|
||||
title: "Irrigation Systems", description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=2", imageAlt: "Irrigation system installation and maintenance", buttonIcon: Droplet,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -160,35 +131,17 @@ export default function AboutPage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Top-Rated Local Service",
|
||||
content: "We're highly rated by our community because we consistently deliver excellence. Our reputation is built on years of satisfied customers and quality work.",
|
||||
},
|
||||
id: "faq-1", title: "Top-Rated Local Service", content: "We're highly rated by our community because we consistently deliver excellence. Our reputation is built on years of satisfied customers and quality work."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Reliable & Responsive",
|
||||
content: "We show up on time, every time. Our team is responsive to your needs and quick to address any concerns. You can count on us to deliver what we promise.",
|
||||
},
|
||||
id: "faq-2", title: "Reliable & Responsive", content: "We show up on time, every time. Our team is responsive to your needs and quick to address any concerns. You can count on us to deliver what we promise."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Affordable Pricing",
|
||||
content: "Professional quality doesn't have to break the bank. We offer competitive rates without compromising on the quality of our work.",
|
||||
},
|
||||
id: "faq-3", title: "Affordable Pricing", content: "Professional quality doesn't have to break the bank. We offer competitive rates without compromising on the quality of our work."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Skilled & Knowledgeable Team",
|
||||
content: "Our team brings years of expertise in all aspects of landscaping. We stay current on best practices and are always learning new techniques.",
|
||||
},
|
||||
id: "faq-4", title: "Skilled & Knowledgeable Team", content: "Our team brings years of expertise in all aspects of landscaping. We stay current on best practices and are always learning new techniques."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Attention to Detail",
|
||||
content: "We care about every aspect of your outdoor space. From clean lines to healthy plant care, we focus on creating polished, professional results.",
|
||||
},
|
||||
id: "faq-5", title: "Attention to Detail", content: "We care about every aspect of your outdoor space. From clean lines to healthy plant care, we focus on creating polished, professional results."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Licensed & Insured",
|
||||
content: "We're fully licensed and insured, giving you peace of mind that your property is in safe, professional hands.",
|
||||
},
|
||||
id: "faq-6", title: "Licensed & Insured", content: "We're fully licensed and insured, giving you peace of mind that your property is in safe, professional hands."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "/services" },
|
||||
{ label: "Landscape Design", href: "/services" },
|
||||
{ label: "Hedge Trimming", href: "/services" },
|
||||
@@ -35,11 +33,10 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "#" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "#" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -74,7 +71,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Request Your Free Estimate Today", href: "/contact" },
|
||||
{ text: "Call (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ text: "Call (772) 567-6957", href: "tel:+1-555-123-4567" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,17 +19,15 @@ export default function GalleryPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "#" },
|
||||
{ label: "Landscape Design", href: "#" },
|
||||
{ label: "Hedge Trimming", href: "#" },
|
||||
@@ -37,11 +35,10 @@ export default function GalleryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "#" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "#" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -65,9 +62,7 @@ export default function GalleryPage() {
|
||||
brandName="Creative Landscaping"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,37 +78,13 @@ export default function GalleryPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
name: "Overgrown Yard Transformed",
|
||||
price: "Complete Makeover",
|
||||
variant: "Residential Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41440.jpg?_wi=2",
|
||||
imageAlt: "Before and after yard transformation landscape",
|
||||
},
|
||||
id: "project-1", name: "Overgrown Yard Transformed", price: "Complete Makeover", variant: "Residential Project", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41440.jpg?_wi=2", imageAlt: "Before and after yard transformation landscape"},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Backyard Beauty Restored",
|
||||
price: "Premium Design",
|
||||
variant: "Custom Landscaping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg?_wi=2",
|
||||
imageAlt: "Backyard transformation professional landscaping",
|
||||
},
|
||||
id: "project-2", name: "Backyard Beauty Restored", price: "Premium Design", variant: "Custom Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg?_wi=2", imageAlt: "Backyard transformation professional landscaping"},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Clean & Professional Results",
|
||||
price: "Maintenance Excellence",
|
||||
variant: "Regular Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=2",
|
||||
imageAlt: "Landscape maintenance results before after photo",
|
||||
},
|
||||
id: "project-3", name: "Clean & Professional Results", price: "Maintenance Excellence", variant: "Regular Service", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=2", imageAlt: "Landscape maintenance results before after photo"},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Garden Space Perfected",
|
||||
price: "Full Service Project",
|
||||
variant: "Complete Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walkway-tree_1150-12643.jpg?_wi=2",
|
||||
imageAlt: "Garden transformation landscaping project before after",
|
||||
},
|
||||
id: "project-4", name: "Garden Space Perfected", price: "Full Service Project", variant: "Complete Renovation", imageSrc: "http://img.b2bpic.net/free-photo/walkway-tree_1150-12643.jpg?_wi=2", imageAlt: "Garden transformation landscaping project before after"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,59 +99,17 @@ export default function GalleryPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best in the Area",
|
||||
quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2",
|
||||
imageAlt: "Customer testimonial Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Best in the Area", quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2", imageAlt: "Customer testimonial Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Awesome Customer Service",
|
||||
quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!",
|
||||
name: "Michael Chen",
|
||||
role: "Property Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=2",
|
||||
imageAlt: "Customer testimonial Michael Chen",
|
||||
},
|
||||
id: "t2", title: "Awesome Customer Service", quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!", name: "Michael Chen", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=2", imageAlt: "Customer testimonial Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great People & Great Work",
|
||||
quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Long-term Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=2",
|
||||
imageAlt: "Customer testimonial Jennifer Martinez",
|
||||
},
|
||||
id: "t3", title: "Great People & Great Work", quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.", name: "Jennifer Martinez", role: "Long-term Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=2", imageAlt: "Customer testimonial Jennifer Martinez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Unbeatable Value",
|
||||
quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.",
|
||||
name: "David Kim",
|
||||
role: "Satisfied Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2",
|
||||
imageAlt: "Customer testimonial David Kim",
|
||||
},
|
||||
id: "t4", title: "Unbeatable Value", quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.", name: "David Kim", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=2", imageAlt: "Customer testimonial David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Professional & Responsive",
|
||||
quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Community Referrer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=2",
|
||||
imageAlt: "Customer testimonial Emily Rodriguez",
|
||||
},
|
||||
id: "t5", title: "Professional & Responsive", quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.", name: "Emily Rodriguez", role: "Community Referrer", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=2", imageAlt: "Customer testimonial Emily Rodriguez"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Reliable & Trustworthy",
|
||||
quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.",
|
||||
name: "Robert Thompson",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=2",
|
||||
imageAlt: "Happy customer portrait testimonial photo",
|
||||
},
|
||||
id: "t6", title: "Reliable & Trustworthy", quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.", name: "Robert Thompson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=2", imageAlt: "Happy customer portrait testimonial photo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,14 +119,7 @@ export default function GalleryPage() {
|
||||
title="Trusted by Homeowners Across the Region"
|
||||
description="Highly rated for exceptional quality, responsive service, and fair pricing. Here's what our customers say."
|
||||
names={[
|
||||
"Expert Local Service",
|
||||
"Award-Winning Quality",
|
||||
"5-Star Rated",
|
||||
"15+ Years Experience",
|
||||
"100% Customer Satisfaction",
|
||||
"Licensed & Insured",
|
||||
"Same-Day Quotes",
|
||||
]}
|
||||
"Expert Local Service", "Award-Winning Quality", "5-Star Rated", "15+ Years Experience", "100% Customer Satisfaction", "Licensed & Insured", "Same-Day Quotes"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Customer Reviews"
|
||||
@@ -205,9 +127,7 @@ export default function GalleryPage() {
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
text: "Read More Reviews", href: "#testimonials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
168
src/app/page.tsx
168
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "/services" },
|
||||
{ label: "Landscape Design", href: "/services" },
|
||||
{ label: "Hedge Trimming", href: "/services" },
|
||||
@@ -41,11 +39,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "/" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "/" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "/" },
|
||||
],
|
||||
},
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="Creative Landscaping"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,13 +77,9 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1-555-123-4567"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -104,14 +95,7 @@ export default function HomePage() {
|
||||
title="Trusted by Homeowners Across the Region"
|
||||
description="Highly rated for exceptional quality, responsive service, and fair pricing. Here's what our customers say."
|
||||
names={[
|
||||
"Expert Local Service",
|
||||
"Award-Winning Quality",
|
||||
"5-Star Rated",
|
||||
"15+ Years Experience",
|
||||
"100% Customer Satisfaction",
|
||||
"Licensed & Insured",
|
||||
"Same-Day Quotes",
|
||||
]}
|
||||
"Expert Local Service", "Award-Winning Quality", "5-Star Rated", "15+ Years Experience", "100% Customer Satisfaction", "Licensed & Insured", "Same-Day Quotes"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Customer Reviews"
|
||||
@@ -119,9 +103,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "/",
|
||||
},
|
||||
text: "Read More Reviews", href: "/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,53 +118,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn maintenance and grass cutting service",
|
||||
buttonIcon: Leaf,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Professional mowing, edging, and regular maintenance to keep your lawn healthy and beautiful year-round.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-bearded-male-gardener-shaping-spiral-from-thuja-hedge-by-trimming-outside-side-view_7502-10568.jpg?_wi=1", imageAlt: "Professional lawn maintenance and grass cutting service", buttonIcon: Leaf,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=1",
|
||||
imageAlt: "Landscape design and planning consultation",
|
||||
buttonIcon: PencilRuler,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Landscape Design", description: "Custom outdoor designs that enhance your property's curb appeal and create the perfect outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg?_wi=1", imageAlt: "Landscape design and planning consultation", buttonIcon: PencilRuler,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Hedge & Tree Trimming",
|
||||
description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=1",
|
||||
imageAlt: "Professional hedge trimming and tree pruning",
|
||||
buttonIcon: Scissors,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Hedge & Tree Trimming", description: "Expert pruning and trimming services to maintain the shape and health of your trees and shrubs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg?_wi=1", imageAlt: "Professional hedge trimming and tree pruning", buttonIcon: Scissors,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Mulching & Planting",
|
||||
description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=1",
|
||||
imageAlt: "Landscape mulching and plant installation",
|
||||
buttonIcon: Flower2,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Mulching & Planting", description: "Quality mulch application and expert plant installation to enhance soil health and landscape beauty.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-farmer-planting-tree_1398-2009.jpg?_wi=1", imageAlt: "Landscape mulching and plant installation", buttonIcon: Flower2,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Yard Cleanups",
|
||||
description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=1",
|
||||
imageAlt: "Professional yard cleanup and debris removal",
|
||||
buttonIcon: Trash2,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Yard Cleanups", description: "Comprehensive yard cleanup services including debris removal, seasonal maintenance, and property refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/plastic-fan-rake-pile-dry-golden-leaves-autumn-season-view-from-raked-leaves-with_7502-10269.jpg?_wi=1", imageAlt: "Professional yard cleanup and debris removal", buttonIcon: Trash2,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=1",
|
||||
imageAlt: "Irrigation system installation and maintenance",
|
||||
buttonIcon: Droplet,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Irrigation Systems", description: "Professional sprinkler installation and maintenance to ensure efficient watering and healthy landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39501.jpg?_wi=1", imageAlt: "Irrigation system installation and maintenance", buttonIcon: Droplet,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,21 +151,13 @@ export default function HomePage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "2,000+",
|
||||
title: "Properties Served",
|
||||
},
|
||||
value: "2,000+", title: "Properties Served"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
},
|
||||
value: "100%", title: "Satisfaction Rate"},
|
||||
{
|
||||
value: "5★",
|
||||
title: "Average Rating",
|
||||
},
|
||||
value: "5★", title: "Average Rating"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -229,59 +173,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Best in the Area",
|
||||
quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Best in the Area", quote: "Creative Landscaping is definitely the best in the area. Their attention to detail and professionalism is unmatched. We couldn't be happier with our new landscape.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1", imageAlt: "Customer testimonial Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Awesome Customer Service",
|
||||
quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!",
|
||||
name: "Michael Chen",
|
||||
role: "Property Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Michael Chen",
|
||||
},
|
||||
id: "t2", title: "Awesome Customer Service", quote: "Awesome customer service and very knowledgeable team. They listened to what we wanted and delivered exactly that. Highly recommend!", name: "Michael Chen", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2910.jpg?_wi=1", imageAlt: "Customer testimonial Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great People & Great Work",
|
||||
quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Long-term Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Jennifer Martinez",
|
||||
},
|
||||
id: "t3", title: "Great People & Great Work", quote: "Great people. Do really nice work. They show up on time, clean up after themselves, and are always professional. This is our third year working with them.", name: "Jennifer Martinez", role: "Long-term Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-i-letter_1149-1837.jpg?_wi=1", imageAlt: "Customer testimonial Jennifer Martinez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Unbeatable Value",
|
||||
quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.",
|
||||
name: "David Kim",
|
||||
role: "Satisfied Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial David Kim",
|
||||
},
|
||||
id: "t4", title: "Unbeatable Value", quote: "Great prices without sacrificing quality. We get premium landscaping service at rates that make sense for our budget. That's hard to find.", name: "David Kim", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg?_wi=1", imageAlt: "Customer testimonial David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Professional & Responsive",
|
||||
quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Community Referrer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Emily Rodriguez",
|
||||
},
|
||||
id: "t5", title: "Professional & Responsive", quote: "Professional, responsive, and high-quality work every single time. They treat our yard like it's their own. We always recommend them to neighbors.", name: "Emily Rodriguez", role: "Community Referrer", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg?_wi=1", imageAlt: "Customer testimonial Emily Rodriguez"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Reliable & Trustworthy",
|
||||
quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.",
|
||||
name: "Robert Thompson",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=1",
|
||||
imageAlt: "Customer testimonial Robert Thompson",
|
||||
},
|
||||
id: "t6", title: "Reliable & Trustworthy", quote: "Reliable and trustworthy. I can set my watch to when they show up. Their consistency and reliability make them stand out from other services.", name: "Robert Thompson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-copy-space_23-2148321539.jpg?_wi=1", imageAlt: "Customer testimonial Robert Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -294,13 +196,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Your Free Estimate Today",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Your Free Estimate Today", href: "/contact"},
|
||||
{
|
||||
text: "Call (555) 123-4567",
|
||||
href: "tel:+1-555-123-4567",
|
||||
},
|
||||
text: "Call (555) 123-4567", href: "tel:+1-555-123-4567"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,17 +19,15 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Maintenance", href: "/services" },
|
||||
{ label: "Landscape Design", href: "/services" },
|
||||
{ label: "Hedge Trimming", href: "/services" },
|
||||
@@ -37,11 +35,10 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+1-555-123-4567" },
|
||||
{ label: "Email: info@creativelandscaping.com", href: "mailto:info@creativelandscaping.com" },
|
||||
{ label: "Service Area: Local Region", href: "/" },
|
||||
{ label: "Service Area: Vero Beach, FL", href: "/" },
|
||||
{ label: "Monday-Friday: 7am-6pm", href: "/" },
|
||||
],
|
||||
},
|
||||
@@ -65,9 +62,7 @@ export default function ServicesPage() {
|
||||
brandName="Creative Landscaping"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,13 +73,9 @@ export default function ServicesPage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Your Free Quote", href: "/contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/",
|
||||
},
|
||||
text: "Learn More", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="reverse"
|
||||
@@ -107,37 +98,13 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "project-1",
|
||||
name: "Overgrown Yard Transformed",
|
||||
price: "Complete Makeover",
|
||||
variant: "Residential Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41440.jpg?_wi=1",
|
||||
imageAlt: "Before and after yard transformation landscape",
|
||||
},
|
||||
id: "project-1", name: "Overgrown Yard Transformed", price: "Complete Makeover", variant: "Residential Project", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41440.jpg?_wi=1", imageAlt: "Before and after yard transformation landscape"},
|
||||
{
|
||||
id: "project-2",
|
||||
name: "Backyard Beauty Restored",
|
||||
price: "Premium Design",
|
||||
variant: "Custom Landscaping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg?_wi=1",
|
||||
imageAlt: "Backyard transformation professional landscaping",
|
||||
},
|
||||
id: "project-2", name: "Backyard Beauty Restored", price: "Premium Design", variant: "Custom Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/creative-landscape-design-beautiful-house_181624-40962.jpg?_wi=1", imageAlt: "Backyard transformation professional landscaping"},
|
||||
{
|
||||
id: "project-3",
|
||||
name: "Clean & Professional Results",
|
||||
price: "Maintenance Excellence",
|
||||
variant: "Regular Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=1",
|
||||
imageAlt: "Landscape maintenance results before after",
|
||||
},
|
||||
id: "project-3", name: "Clean & Professional Results", price: "Maintenance Excellence", variant: "Regular Service", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=1", imageAlt: "Landscape maintenance results before after"},
|
||||
{
|
||||
id: "project-4",
|
||||
name: "Garden Space Perfected",
|
||||
price: "Full Service Project",
|
||||
variant: "Complete Renovation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/walkway-tree_1150-12643.jpg?_wi=1",
|
||||
imageAlt: "Garden transformation landscaping project",
|
||||
},
|
||||
id: "project-4", name: "Garden Space Perfected", price: "Full Service Project", variant: "Complete Renovation", imageSrc: "http://img.b2bpic.net/free-photo/walkway-tree_1150-12643.jpg?_wi=1", imageAlt: "Garden transformation landscaping project"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,35 +122,17 @@ export default function ServicesPage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Top-Rated Local Service",
|
||||
content: "We're highly rated by our community because we consistently deliver excellence. Our reputation is built on years of satisfied customers and quality work.",
|
||||
},
|
||||
id: "faq-1", title: "Top-Rated Local Service", content: "We're highly rated by our community because we consistently deliver excellence. Our reputation is built on years of satisfied customers and quality work."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Reliable & Responsive",
|
||||
content: "We show up on time, every time. Our team is responsive to your needs and quick to address any concerns. You can count on us to deliver what we promise.",
|
||||
},
|
||||
id: "faq-2", title: "Reliable & Responsive", content: "We show up on time, every time. Our team is responsive to your needs and quick to address any concerns. You can count on us to deliver what we promise."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Affordable Pricing",
|
||||
content: "Professional quality doesn't have to break the bank. We offer competitive rates without compromising on the quality of our work.",
|
||||
},
|
||||
id: "faq-3", title: "Affordable Pricing", content: "Professional quality doesn't have to break the bank. We offer competitive rates without compromising on the quality of our work."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Skilled & Knowledgeable Team",
|
||||
content: "Our team brings years of expertise in all aspects of landscaping. We stay current on best practices and are always learning new techniques.",
|
||||
},
|
||||
id: "faq-4", title: "Skilled & Knowledgeable Team", content: "Our team brings years of expertise in all aspects of landscaping. We stay current on best practices and are always learning new techniques."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Attention to Detail",
|
||||
content: "We care about every aspect of your outdoor space. From clean lines to healthy plant care, we focus on creating polished, professional results.",
|
||||
},
|
||||
id: "faq-5", title: "Attention to Detail", content: "We care about every aspect of your outdoor space. From clean lines to healthy plant care, we focus on creating polished, professional results."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Licensed & Insured",
|
||||
content: "We're fully licensed and insured, giving you peace of mind that your property is in safe, professional hands.",
|
||||
},
|
||||
id: "faq-6", title: "Licensed & Insured", content: "We're fully licensed and insured, giving you peace of mind that your property is in safe, professional hands."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user