Update src/app/page.tsx
This commit is contained in:
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
},
|
||||
name: "About Us", id: "about-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lush Landscapes"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,39 +59,23 @@ export default function LandingPage() {
|
||||
description="Transforming outdoor spaces into breathtaking havens. Experience the beauty of expert landscape design and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-surface-with-colored-necklace-frame_23-2147628348.jpg",
|
||||
imageAlt: "Beautiful lush garden with a pathway and flowers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grass-surface-with-colored-necklace-frame_23-2147628348.jpg", imageAlt: "Beautiful lush garden with a pathway and flowers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-4101.jpg",
|
||||
imageAlt: "Modern backyard with a swimming pool and elegant landscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-4101.jpg", imageAlt: "Modern backyard with a swimming pool and elegant landscaping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-ball-cactus-garden_1428-179.jpg",
|
||||
imageAlt: "Zen garden with raked gravel, rocks, and minimal plants",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-ball-cactus-garden_1428-179.jpg", imageAlt: "Zen garden with raked gravel, rocks, and minimal plants"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roses-summer-antique-day_1203-4959.jpg",
|
||||
imageAlt: "Colorful flower beds along a garden path in full bloom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-roses-summer-antique-day_1203-4959.jpg", imageAlt: "Colorful flower beds along a garden path in full bloom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg",
|
||||
imageAlt: "Commercial building entrance with professional landscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg", imageAlt: "Commercial building entrance with professional landscaping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-chair-table_1339-4789.jpg",
|
||||
imageAlt: "Outdoor kitchen and dining area with modern landscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-with-chair-table_1339-4789.jpg", imageAlt: "Outdoor kitchen and dining area with modern landscaping"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -119,11 +89,8 @@ export default function LandingPage() {
|
||||
title="Crafting Exquisite Outdoor Retreats for Over 20 Years"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
description="At Lush Landscapes, we believe your outdoor space should be a reflection of your dreams. Our dedicated team of landscape architects and horticulturists combines artistic vision with sustainable practices to create stunning and functional environments. From serene gardens to vibrant patios, we bring your vision to life with unparalleled craftsmanship and attention to detail. Discover the difference true passion makes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,35 +102,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Garden Design & Installation",
|
||||
description: "From conceptualization to planting, we craft bespoke garden designs that harmonize with your property's aesthetic and your personal style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-architectural-project-desk_23-2148346292.jpg",
|
||||
imageAlt: "A beautifully designed garden with various plants and a stone pathway",
|
||||
},
|
||||
title: "Garden Design & Installation", description: "From conceptualization to planting, we craft bespoke garden designs that harmonize with your property's aesthetic and your personal style.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-architectural-project-desk_23-2148346292.jpg", imageAlt: "A beautifully designed garden with various plants and a stone pathway"},
|
||||
{
|
||||
title: "Professional Lawn Care",
|
||||
description: "Keep your lawn lush and vibrant year-round with our comprehensive services including mowing, fertilizing, aeration, and pest control.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-woman-hands-pink-gloves-spraying-plants-leaves-greenhouse_574295-1622.jpg",
|
||||
imageAlt: "A perfectly manicured green lawn in a suburban backyard",
|
||||
},
|
||||
title: "Professional Lawn Care", description: "Keep your lawn lush and vibrant year-round with our comprehensive services including mowing, fertilizing, aeration, and pest control.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-woman-hands-pink-gloves-spraying-plants-leaves-greenhouse_574295-1622.jpg", imageAlt: "A perfectly manicured green lawn in a suburban backyard"},
|
||||
{
|
||||
title: "Tree & Shrub Maintenance",
|
||||
description: "Ensure the health and beauty of your trees and shrubs with our expert pruning, trimming, and disease management services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-leaves_23-2148579928.jpg",
|
||||
imageAlt: "An arborist carefully trimming a tall tree with proper safety equipment",
|
||||
},
|
||||
title: "Tree & Shrub Maintenance", description: "Ensure the health and beauty of your trees and shrubs with our expert pruning, trimming, and disease management services.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cutting-leaves_23-2148579928.jpg", imageAlt: "An arborist carefully trimming a tall tree with proper safety equipment"},
|
||||
{
|
||||
title: "Outdoor Living Spaces",
|
||||
description: "Extend your home's comfort outdoors with custom patios, decks, fire pits, and pergolas perfect for relaxation and entertainment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698288.jpg",
|
||||
imageAlt: "A modern outdoor living space with comfortable furniture and a fire pit",
|
||||
},
|
||||
title: "Outdoor Living Spaces", description: "Extend your home's comfort outdoors with custom patios, decks, fire pits, and pergolas perfect for relaxation and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698288.jpg", imageAlt: "A modern outdoor living space with comfortable furniture and a fire pit"},
|
||||
{
|
||||
title: "Advanced Irrigation Systems",
|
||||
description: "Conserve water and maintain a healthy landscape with our smart irrigation system design, installation, and maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-ribnica-lake-with-small-viewing-deck-slovenia-cloudy-day_181624-9875.jpg",
|
||||
imageAlt: "An automatic sprinkler system watering a green lawn at dusk",
|
||||
},
|
||||
title: "Advanced Irrigation Systems", description: "Conserve water and maintain a healthy landscape with our smart irrigation system design, installation, and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-ribnica-lake-with-small-viewing-deck-slovenia-cloudy-day_181624-9875.jpg", imageAlt: "An automatic sprinkler system watering a green lawn at dusk"},
|
||||
]}
|
||||
title="Comprehensive Landscaping Solutions Tailored for You"
|
||||
description="We offer a full spectrum of landscaping services, designed to meet your every need and exceed your expectations. Our skilled professionals are dedicated to creating and maintaining beautiful, healthy outdoor environments."
|
||||
@@ -179,47 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Backyard Oasis",
|
||||
price: "Full Redesign",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg",
|
||||
imageAlt: "A luxurious backyard oasis with a large pool and lush greenery",
|
||||
},
|
||||
id: "p1", name: "Backyard Oasis", price: "Full Redesign", imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg", imageAlt: "A luxurious backyard oasis with a large pool and lush greenery"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Zen Garden",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bamboo-forest_1359-981.jpg",
|
||||
imageAlt: "A serene modern zen garden with carefully arranged rocks and plants",
|
||||
},
|
||||
id: "p2", name: "Modern Zen Garden", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/bamboo-forest_1359-981.jpg", imageAlt: "A serene modern zen garden with carefully arranged rocks and plants"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Elegant Patio & Lighting",
|
||||
price: "Patio & Install",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg",
|
||||
imageAlt: "An elegant outdoor patio illuminated with ambient string lights",
|
||||
},
|
||||
id: "p3", name: "Elegant Patio & Lighting", price: "Patio & Install", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg", imageAlt: "An elegant outdoor patio illuminated with ambient string lights"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sustainable Xeriscape",
|
||||
price: "Eco-Friendly Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg",
|
||||
imageAlt: "A beautiful xeriscape garden featuring drought-tolerant plants and rocks",
|
||||
},
|
||||
id: "p4", name: "Sustainable Xeriscape", price: "Eco-Friendly Design", imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg", imageAlt: "A beautiful xeriscape garden featuring drought-tolerant plants and rocks"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Family-Friendly Lawn",
|
||||
price: "Lawn & Play Area",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-girl-embracing-her-dog_23-2147636782.jpg",
|
||||
imageAlt: "A spacious and vibrant green lawn, perfect for family activities",
|
||||
},
|
||||
id: "p5", name: "Family-Friendly Lawn", price: "Lawn & Play Area", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-girl-embracing-her-dog_23-2147636782.jpg", imageAlt: "A spacious and vibrant green lawn, perfect for family activities"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Commercial Landscape",
|
||||
price: "Business Exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-homes-city-skyline-along-calm-waterfront-sunset_1308-189636.jpg",
|
||||
imageAlt: "Professional landscaping around a modern commercial building",
|
||||
},
|
||||
id: "p6", name: "Commercial Landscape", price: "Business Exterior", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-homes-city-skyline-along-calm-waterfront-sunset_1308-189636.jpg", imageAlt: "Professional landscaping around a modern commercial building"},
|
||||
]}
|
||||
title="Inspiring Transformations: Our Portfolio"
|
||||
description="Browse through our gallery of completed projects and envision the possibilities for your own outdoor space. Each project reflects our commitment to quality, creativity, and client satisfaction."
|
||||
@@ -235,32 +152,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years of Dedicated Service",
|
||||
description: "Over two decades transforming outdoor spaces.",
|
||||
icon: CalendarCheck,
|
||||
id: "m1", value: "20+", title: "Years of Dedicated Service", description: "Over two decades transforming outdoor spaces.", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Successful Projects",
|
||||
description: "Delivering beautiful and functional landscapes.",
|
||||
icon: Leaf,
|
||||
id: "m2", value: "500+", title: "Successful Projects", description: "Delivering beautiful and functional landscapes.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction Rate",
|
||||
description: "Our clients love their new outdoor environments.",
|
||||
icon: Smile,
|
||||
id: "m3", value: "98%", title: "Client Satisfaction Rate", description: "Our clients love their new outdoor environments.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "25+",
|
||||
title: "Certified Professionals",
|
||||
description: "A team of expert landscape architects and horticulturists.",
|
||||
icon: Users,
|
||||
id: "m4", value: "25+", title: "Certified Professionals", description: "A team of expert landscape architects and horticulturists.", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Decades of Excellence in Landscaping"
|
||||
@@ -275,50 +176,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Dream Garden Created!",
|
||||
quote: "Lush Landscapes turned our overgrown backyard into a stunning, serene oasis. Their team was professional, creative, and incredibly efficient. We couldn't be happier!",
|
||||
name: "Jane Doe",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-garden-dealing-with-flowers_259150-57552.jpg",
|
||||
imageAlt: "Portrait of Jane Doe, a satisfied homeowner",
|
||||
},
|
||||
id: "t1", title: "Dream Garden Created!", quote: "Lush Landscapes turned our overgrown backyard into a stunning, serene oasis. Their team was professional, creative, and incredibly efficient. We couldn't be happier!", name: "Jane Doe", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-garden-dealing-with-flowers_259150-57552.jpg", imageAlt: "Portrait of Jane Doe, a satisfied homeowner"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Exceptional Service",
|
||||
quote: "From the initial consultation to the final touches, Lush Landscapes provided exceptional service. They truly understood our vision and brought it to life beautifully. Highly recommend!",
|
||||
name: "John Smith",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg",
|
||||
imageAlt: "Portrait of John Smith, a satisfied business owner",
|
||||
},
|
||||
id: "t2", title: "Exceptional Service", quote: "From the initial consultation to the final touches, Lush Landscapes provided exceptional service. They truly understood our vision and brought it to life beautifully. Highly recommend!", name: "John Smith", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg", imageAlt: "Portrait of John Smith, a satisfied business owner"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Beyond Expectations",
|
||||
quote: "We were amazed by the transformation of our front yard. Lush Landscapes went above and beyond our expectations. The attention to detail and quality of work are unmatched.",
|
||||
name: "Emily White",
|
||||
role: "Residential Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-greenhouse_23-2147768463.jpg",
|
||||
imageAlt: "Portrait of Emily White, a satisfied residential client",
|
||||
},
|
||||
id: "t3", title: "Beyond Expectations", quote: "We were amazed by the transformation of our front yard. Lush Landscapes went above and beyond our expectations. The attention to detail and quality of work are unmatched.", name: "Emily White", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-greenhouse_23-2147768463.jpg", imageAlt: "Portrait of Emily White, a satisfied residential client"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Professional & Prompt",
|
||||
quote: "The team at Lush Landscapes is incredibly professional and always on schedule. Our garden looks immaculate, and we receive compliments constantly. A truly fantastic service!",
|
||||
name: "David Brown",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg",
|
||||
imageAlt: "Portrait of David Brown, a satisfied property manager",
|
||||
},
|
||||
id: "t4", title: "Professional & Prompt", quote: "The team at Lush Landscapes is incredibly professional and always on schedule. Our garden looks immaculate, and we receive compliments constantly. A truly fantastic service!", name: "David Brown", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg", imageAlt: "Portrait of David Brown, a satisfied property manager"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Simply Stunning",
|
||||
quote: "Our new patio and outdoor kitchen are simply stunning! Lush Landscapes listened to all our ideas and created a functional and beautiful space we'll enjoy for years.",
|
||||
name: "Sarah Green",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072105.jpg",
|
||||
imageAlt: "Portrait of Sarah Green, a satisfied homeowner",
|
||||
},
|
||||
id: "t5", title: "Simply Stunning", quote: "Our new patio and outdoor kitchen are simply stunning! Lush Landscapes listened to all our ideas and created a functional and beautiful space we'll enjoy for years.", name: "Sarah Green", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072105.jpg", imageAlt: "Portrait of Sarah Green, a satisfied homeowner"},
|
||||
]}
|
||||
title="Hear From Our Delighted Clients"
|
||||
description="Our clients' satisfaction is our greatest reward. Read what homeowners and businesses have to say about their Lush Landscapes experience."
|
||||
@@ -331,14 +197,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GreenThumb Supplies",
|
||||
"Eco-Innovations",
|
||||
"Gardeners Guild",
|
||||
"Flora & Fauna Alliance",
|
||||
"Landscape Architects Institute",
|
||||
"Outdoor Living Solutions",
|
||||
"Sustainable Gardens Co.",
|
||||
]}
|
||||
"GreenThumb Supplies", "Eco-Innovations", "Gardeners Guild", "Flora & Fauna Alliance", "Landscape Architects Institute", "Outdoor Living Solutions", "Sustainable Gardens Co."]}
|
||||
title="Collaborating with Industry Leaders"
|
||||
description="We work with trusted suppliers and associations to ensure the highest quality materials and sustainable practices for all your landscape projects."
|
||||
tag="Our Partners"
|
||||
@@ -350,30 +209,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve residential and commercial clients across [Your City/Region] and surrounding areas. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients across [Your City/Region] and surrounding areas. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I get a quote for a project?",
|
||||
content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly, or emailing us. We'll schedule an on-site consultation to discuss your needs.",
|
||||
},
|
||||
id: "q2", title: "How do I get a quote for a project?", content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly, or emailing us. We'll schedule an on-site consultation to discuss your needs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer ongoing maintenance plans?",
|
||||
content: "Yes, we offer customizable ongoing maintenance plans to keep your landscape looking its best throughout the year. These can include lawn care, seasonal planting, pruning, and irrigation checks.",
|
||||
},
|
||||
id: "q3", title: "Do you offer ongoing maintenance plans?", content: "Yes, we offer customizable ongoing maintenance plans to keep your landscape looking its best throughout the year. These can include lawn care, seasonal planting, pruning, and irrigation checks."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is your design process like?",
|
||||
content: "Our design process begins with a detailed consultation, followed by site analysis, conceptual design, material selection, and final master planning. We work collaboratively with you every step of the way to ensure your vision is realized.",
|
||||
},
|
||||
id: "q4", title: "What is your design process like?", content: "Our design process begins with a detailed consultation, followed by site analysis, conceptual design, material selection, and final master planning. We work collaboratively with you every step of the way to ensure your vision is realized."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept major credit cards, bank transfers, and offer flexible payment plans for larger projects. Details can be discussed during your consultation.",
|
||||
},
|
||||
id: "q5", title: "What payment methods do you accept?", content: "We accept major credit cards, bank transfers, and offer flexible payment plans for larger projects. Details can be discussed during your consultation."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find quick answers to the most frequently asked questions about our services, process, and pricing. If you don't see your question, feel free to contact us directly."
|
||||
@@ -386,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Book Your Free Consultation"
|
||||
description="Ready to transform your outdoor space? Schedule a complimentary consultation with our design experts today. We'll discuss your vision, assess your property, and provide a tailored plan to bring your dreams to life."
|
||||
@@ -408,66 +251,39 @@ export default function LandingPage() {
|
||||
logoText="Lush Landscapes"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Garden Design", href: "#services"},
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Care", href: "#services"},
|
||||
{
|
||||
label: "Tree Service",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Tree Service", href: "#services"},
|
||||
{
|
||||
label: "Hardscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hardscaping", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user