Update src/app/page.tsx

This commit is contained in:
2026-06-03 02:48:54 +00:00
parent 259c25baee
commit 53a18c411b

View File

@@ -34,36 +34,22 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Projects",
id: "#projects",
},
name: "Projects", id: "#projects"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoAlt="Cruz Landscape logo"
brandName="Cruz Landscape"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
/>
</div>
@@ -71,115 +57,65 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Transform Your Outdoor Space with Cruz Landscape"
description="At Cruz Landscape, we specialize in creating breathtaking outdoor environments. From lush gardens to functional patios, our expert team brings your vision to life with precision and passion."
testimonials={[
{
name: "Maria S.",
handle: "@mariasgardens",
testimonial: "Cruz Landscape turned my neglected yard into a beautiful oasis! The team was professional, creative, and exceeded all my expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageAlt: "Maria S. headshot",
},
name: "Maria S.", handle: "@mariasgardens", testimonial: "Cruz Landscape turned my neglected yard into a beautiful oasis! The team was professional, creative, and exceeded all my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Maria S. headshot"},
{
name: "John D.",
handle: "@johndesign",
testimonial: "Incredible work on our new patio and garden. Cruz Landscape delivered a stunning result, on time and within budget. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
imageAlt: "John D. headshot",
},
name: "John D.", handle: "@johndesign", testimonial: "Incredible work on our new patio and garden. Cruz Landscape delivered a stunning result, on time and within budget. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "John D. headshot"},
{
name: "Sophia L.",
handle: "@sophia_outdoors",
testimonial: "The best landscaping service we've ever used. Their attention to detail and commitment to quality are truly remarkable. Our lawn has never looked better!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-using-mobile_23-2148891748.jpg",
imageAlt: "Sophia L. headshot",
},
name: "Sophia L.", handle: "@sophia_outdoors", testimonial: "The best landscaping service we've ever used. Their attention to detail and commitment to quality are truly remarkable. Our lawn has never looked better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-using-mobile_23-2148891748.jpg", imageAlt: "Sophia L. headshot"},
{
name: "Robert K.",
handle: "@robertkhomes",
testimonial: "Cruz Landscape transformed our commercial property's entrance. The curb appeal has dramatically improved, attracting more clients. Fantastic job!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg",
imageAlt: "Robert K. headshot",
},
name: "Robert K.", handle: "@robertkhomes", testimonial: "Cruz Landscape transformed our commercial property's entrance. The curb appeal has dramatically improved, attracting more clients. Fantastic job!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11902.jpg", imageAlt: "Robert K. headshot"},
{
name: "Olivia P.",
handle: "@olivia_gardens",
testimonial: "From design to execution, Cruz Landscape was amazing. They understood exactly what I wanted and created a truly personalized outdoor space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-afro-american-woman-keeps-eyes-shut-touches-neck-with-both-hands-tilts-head-wears-knitted-yellow-sweater-poses-indoor_273609-34156.jpg",
imageAlt: "Olivia P. headshot",
},
name: "Olivia P.", handle: "@olivia_gardens", testimonial: "From design to execution, Cruz Landscape was amazing. They understood exactly what I wanted and created a truly personalized outdoor space.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-afro-american-woman-keeps-eyes-shut-touches-neck-with-both-hands-tilts-head-wears-knitted-yellow-sweater-poses-indoor_273609-34156.jpg", imageAlt: "Olivia P. headshot"},
]}
testimonialRotationInterval={6000}
tag="Expert Landscaping Services"
tagIcon={Leaf}
buttons={[
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/multicolor-leaves_1417-1617.jpg"
imageAlt="Lush green garden with diverse plants and modern landscaping"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg",
alt: "Smiling young woman with arms crossed in office",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg", alt: "Smiling young woman with arms crossed in office"},
{
src: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-cellphone_1262-6132.jpg",
alt: "Happy young businesswoman talking on cellphone",
},
src: "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-cellphone_1262-6132.jpg", alt: "Happy young businesswoman talking on cellphone"},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-resting-chair-office_23-2148056186.jpg",
alt: "Happy woman resting on chair in office",
},
src: "http://img.b2bpic.net/free-photo/happy-woman-resting-chair-office_23-2148056186.jpg", alt: "Happy woman resting on chair in office"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
alt: "Portrait of beautiful happy corporate woman in suit stands on street and smiles poses near office bu",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg", alt: "Portrait of beautiful happy corporate woman in suit stands on street and smiles poses near office bu"},
{
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-outdoors_23-2147955288.jpg",
alt: "Smiling mature businessman drinking coffee at outdoors",
},
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-drinking-coffee-outdoors_23-2147955288.jpg", alt: "Smiling mature businessman drinking coffee at outdoors"},
]}
avatarText="Join our community of satisfied clients!"
marqueeItems={[
{
type: "text-icon",
text: "Award-Winning Designs",
icon: Trophy,
type: "text-icon", text: "Award-Winning Designs", icon: Trophy,
},
{
type: "text-icon",
text: "Sustainable Practices",
icon: Leaf,
type: "text-icon", text: "Sustainable Practices", icon: Leaf,
},
{
type: "text-icon",
text: "Experienced Team",
icon: Building,
type: "text-icon", text: "Experienced Team", icon: Building,
},
{
type: "text-icon",
text: "Client Satisfaction",
icon: Smile,
type: "text-icon", text: "Client Satisfaction", icon: Smile,
},
{
type: "text-icon",
text: "Innovative Solutions",
icon: Lightbulb,
type: "text-icon", text: "Innovative Solutions", icon: Lightbulb,
},
]}
/>
@@ -192,19 +128,13 @@ export default function LandingPage() {
metrics={[
{
icon: Globe,
label: "Years of Experience",
value: "12+",
},
label: "Years of Experience", value: "12+"},
{
icon: Sparkles,
label: "Projects Completed",
value: "350+",
},
label: "Projects Completed", value: "350+"},
{
icon: Smile,
label: "Satisfied Clients",
value: "98%",
},
label: "Satisfied Clients", value: "98%"},
]}
metricsAnimation="slide-up"
/>
@@ -218,34 +148,22 @@ export default function LandingPage() {
features={[
{
icon: Feather,
title: "Garden Design & Installation",
description: "From vibrant flowerbeds to serene rock gardens, we design and install custom gardens that flourish in your space.",
},
title: "Garden Design & Installation", description: "From vibrant flowerbeds to serene rock gardens, we design and install custom gardens that flourish in your space."},
{
icon: Droplets,
title: "Irrigation Systems",
description: "Efficient and smart irrigation solutions to keep your landscape hydrated and healthy, saving water and time.",
},
title: "Irrigation Systems", description: "Efficient and smart irrigation solutions to keep your landscape hydrated and healthy, saving water and time."},
{
icon: Globe2,
title: "Tree & Shrub Care",
description: "Expert pruning, shaping, and health management for your trees and shrubs, ensuring their longevity and beauty.",
},
title: "Tree & Shrub Care", description: "Expert pruning, shaping, and health management for your trees and shrubs, ensuring their longevity and beauty."},
{
icon: Building,
title: "Hardscaping & Patios",
description: "Create stunning outdoor living areas with custom patios, walkways, retaining walls, and other hardscape features.",
},
title: "Hardscaping & Patios", description: "Create stunning outdoor living areas with custom patios, walkways, retaining walls, and other hardscape features."},
{
icon: Leaf,
title: "Lawn Maintenance",
description: "Regular mowing, fertilization, aeration, and pest control to keep your lawn lush, green, and vibrant year-round.",
},
title: "Lawn Maintenance", description: "Regular mowing, fertilization, aeration, and pest control to keep your lawn lush, green, and vibrant year-round."},
{
icon: Lightbulb,
title: "Outdoor Lighting",
description: "Illuminate your landscape with custom lighting designs that enhance safety, ambiance, and showcase your garden's best features.",
},
title: "Outdoor Lighting", description: "Illuminate your landscape with custom lighting designs that enhance safety, ambiance, and showcase your garden's best features."},
]}
title="Our Comprehensive Landscaping Services"
description="We offer a full spectrum of landscaping services, tailored to meet your specific needs and transform your property."
@@ -260,65 +178,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Residential",
name: "Modern Garden Oasis",
price: "Custom Project",
rating: 5,
reviewCount: "25 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rocky-mountain-river-surrounded-with-plants-trees-daylight_181624-19345.jpg",
imageAlt: "Modern garden oasis",
},
id: "1", brand: "Residential", name: "Modern Garden Oasis", price: "Custom Project", rating: 5,
reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-rocky-mountain-river-surrounded-with-plants-trees-daylight_181624-19345.jpg", imageAlt: "Modern garden oasis"},
{
id: "2",
brand: "Commercial",
name: "Smart Irrigation System",
price: "Starting at $1,500",
rating: 5,
reviewCount: "18 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24646.jpg",
imageAlt: "Smart irrigation system",
},
id: "2", brand: "Commercial", name: "Smart Irrigation System", price: "Starting at $1,500", rating: 5,
reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24646.jpg", imageAlt: "Smart irrigation system"},
{
id: "3",
brand: "Residential",
name: "Expert Tree Pruning",
price: "Starting at $300",
rating: 5,
reviewCount: "32 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/professional-lumberjack-forest-cutting-oak-trunk-with-chainsaw_342744-254.jpg",
imageAlt: "Expert tree pruning",
},
id: "3", brand: "Residential", name: "Expert Tree Pruning", price: "Starting at $300", rating: 5,
reviewCount: "32 reviews", imageSrc: "http://img.b2bpic.net/free-photo/professional-lumberjack-forest-cutting-oak-trunk-with-chainsaw_342744-254.jpg", imageAlt: "Expert tree pruning"},
{
id: "4",
brand: "Residential",
name: "Elegant Patio Installation",
price: "Custom Project",
rating: 5,
reviewCount: "15 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg",
imageAlt: "Elegant patio installation",
},
id: "4", brand: "Residential", name: "Elegant Patio Installation", price: "Custom Project", rating: 5,
reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg", imageAlt: "Elegant patio installation"},
{
id: "5",
brand: "Residential",
name: "Seasonal Lawn Care",
price: "Starting at $75/month",
rating: 5,
reviewCount: "40 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
imageAlt: "Seasonal lawn care",
},
id: "5", brand: "Residential", name: "Seasonal Lawn Care", price: "Starting at $75/month", rating: 5,
reviewCount: "40 reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Seasonal lawn care"},
{
id: "6",
brand: "Commercial",
name: "Flowerbed Design & Planting",
price: "Custom Project",
rating: 5,
reviewCount: "10 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-macro-flower_1404-267.jpg",
imageAlt: "Flowerbed design and planting",
},
id: "6", brand: "Commercial", name: "Flowerbed Design & Planting", price: "Custom Project", rating: 5,
reviewCount: "10 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-macro-flower_1404-267.jpg", imageAlt: "Flowerbed design and planting"},
]}
title="Our Recent Landscaping Projects"
description="Explore our portfolio of successful projects, showcasing our expertise in transforming diverse outdoor spaces."
@@ -329,62 +205,34 @@ export default function LandingPage() {
<PricingCardTwo
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "basic-lawn",
badge: "Popular",
badgeIcon: Sparkles,
price: "$75/month",
subtitle: "Essential Lawn Maintenance",
buttons: [
id: "basic-lawn", badge: "Popular", badgeIcon: Sparkles,
price: "$75/month", subtitle: "Essential Lawn Maintenance", buttons: [
{
text: "Select Plan",
href: "#contact",
},
text: "Select Plan", href: "#contact"},
],
features: [
"Weekly mowing & edging",
"Basic fertilization",
"Leaf blowing & debris removal",
],
"Weekly mowing & edging", "Basic fertilization", "Leaf blowing & debris removal"],
},
{
id: "premium-garden",
badge: "Best Value",
badgeIcon: Star,
price: "$250/month",
subtitle: "Full Garden & Lawn Care",
buttons: [
id: "premium-garden", badge: "Best Value", badgeIcon: Star,
price: "$250/month", subtitle: "Full Garden & Lawn Care", buttons: [
{
text: "Select Plan",
href: "#contact",
},
text: "Select Plan", href: "#contact"},
],
features: [
"All Basic features",
"Shrub & hedge trimming",
"Seasonal flower planting",
"Irrigation system check",
],
"All Basic features", "Shrub & hedge trimming", "Seasonal flower planting", "Irrigation system check"],
},
{
id: "custom-estate",
badge: "Tailored",
badgeIcon: Building,
price: "Custom Quote",
subtitle: "Estate & Commercial Services",
buttons: [
id: "custom-estate", badge: "Tailored", badgeIcon: Building,
price: "Custom Quote", subtitle: "Estate & Commercial Services", buttons: [
{
text: "Contact for Quote",
href: "#contact",
},
text: "Contact for Quote", href: "#contact"},
],
features: [
"Personalized design consultation",
"Advanced tree & plant care",
"Hardscaping & patio installation",
"Integrated smart irrigation",
],
"Personalized design consultation", "Advanced tree & plant care", "Hardscaping & patio installation", "Integrated smart irrigation"],
},
]}
title="Flexible Plans for Every Landscape"
@@ -399,50 +247,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Emily R.",
handle: "Local Homeowner",
testimonial: "Cruz Landscape has completely transformed my backyard. It's now my favorite place to relax. Their team is so dedicated!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg",
imageAlt: "Emily R. headshot",
},
id: "1", name: "Emily R.", handle: "Local Homeowner", testimonial: "Cruz Landscape has completely transformed my backyard. It's now my favorite place to relax. Their team is so dedicated!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg", imageAlt: "Emily R. headshot"},
{
id: "2",
name: "David W.",
handle: "Business Owner",
testimonial: "Professional, reliable, and exceptional quality. Cruz Landscape keeps our commercial property looking immaculate. Highly recommend their services.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149442322.jpg",
imageAlt: "David W. headshot",
},
id: "2", name: "David W.", handle: "Business Owner", testimonial: "Professional, reliable, and exceptional quality. Cruz Landscape keeps our commercial property looking immaculate. Highly recommend their services.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149442322.jpg", imageAlt: "David W. headshot"},
{
id: "3",
name: "Sarah P.",
handle: "Garden Enthusiast",
testimonial: "Their garden design expertise is unmatched. They listened to my ideas and created a sustainable, beautiful space that I adore.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34973.jpg",
imageAlt: "Sarah P. headshot",
},
id: "3", name: "Sarah P.", handle: "Garden Enthusiast", testimonial: "Their garden design expertise is unmatched. They listened to my ideas and created a sustainable, beautiful space that I adore.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-34973.jpg", imageAlt: "Sarah P. headshot"},
{
id: "4",
name: "Michael L.",
handle: "Property Manager",
testimonial: "Cruz Landscape manages all our property's outdoor needs. Their service is consistent, and they always go the extra mile.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-intern-pointing-index-finger_74855-3533.jpg",
imageAlt: "Michael L. headshot",
},
id: "4", name: "Michael L.", handle: "Property Manager", testimonial: "Cruz Landscape manages all our property's outdoor needs. Their service is consistent, and they always go the extra mile.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-intern-pointing-index-finger_74855-3533.jpg", imageAlt: "Michael L. headshot"},
{
id: "5",
name: "Jessica B.",
handle: "New Client",
testimonial: "I was looking for a fresh look for my front yard, and Cruz Landscape delivered beyond my wildest dreams. Truly talented team!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-looking-away-against-concrete-wall_23-2148130280.jpg",
imageAlt: "Jessica B. headshot",
},
id: "5", name: "Jessica B.", handle: "New Client", testimonial: "I was looking for a fresh look for my front yard, and Cruz Landscape delivered beyond my wildest dreams. Truly talented team!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-looking-away-against-concrete-wall_23-2148130280.jpg", imageAlt: "Jessica B. headshot"},
]}
showRating={true}
title="What Our Clients Say"
@@ -455,14 +273,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"EcoGardens",
"GreenThumb Society",
"Urban Oasis Developers",
"Home Builder's Alliance",
"Property Innovations Inc.",
"Luxury Estate Management",
"Sustainable Living Co.",
]}
"EcoGardens", "GreenThumb Society", "Urban Oasis Developers", "Home Builder's Alliance", "Property Innovations Inc.", "Luxury Estate Management", "Sustainable Living Co."]}
title="Trusted by Leading Organizations"
description="We're proud to partner with esteemed businesses and organizations to deliver high-quality landscaping solutions."
/>
@@ -474,35 +285,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What areas do you serve?",
content: "Cruz Landscape proudly serves the greater metropolitan area and surrounding communities. Contact us to confirm service availability in your specific location.",
},
id: "faq-1", title: "What areas do you serve?", content: "Cruz Landscape proudly serves the greater metropolitan area and surrounding communities. Contact us to confirm service availability in your specific location."},
{
id: "faq-2",
title: "Do you offer free estimates?",
content: "Yes, we offer complimentary, no-obligation estimates for all our landscaping services. Schedule an appointment through our contact form or by phone.",
},
id: "faq-2", title: "Do you offer free estimates?", content: "Yes, we offer complimentary, no-obligation estimates for all our landscaping services. Schedule an appointment through our contact form or by phone."},
{
id: "faq-3",
title: "Are you licensed and insured?",
content: "Absolutely. Cruz Landscape is fully licensed and insured, providing you with peace of mind and protection throughout your project.",
},
id: "faq-3", title: "Are you licensed and insured?", content: "Absolutely. Cruz Landscape is fully licensed and insured, providing you with peace of mind and protection throughout your project."},
{
id: "faq-4",
title: "How often should my lawn be mowed?",
content: "Typically, weekly mowing is ideal during peak growing seasons. We can tailor a schedule to your lawn's specific needs and local climate.",
},
id: "faq-4", title: "How often should my lawn be mowed?", content: "Typically, weekly mowing is ideal during peak growing seasons. We can tailor a schedule to your lawn's specific needs and local climate."},
{
id: "faq-5",
title: "Can you help with drought-tolerant landscaping?",
content: "Yes, we specialize in water-wise and drought-tolerant landscape designs, incorporating native plants and efficient irrigation systems to conserve water.",
},
id: "faq-5", title: "Can you help with drought-tolerant landscaping?", content: "Yes, we specialize in water-wise and drought-tolerant landscape designs, incorporating native plants and efficient irrigation systems to conserve water."},
{
id: "faq-6",
title: "What is the process for a new landscape design?",
content: "Our process begins with a consultation to understand your vision, followed by design, material selection, and professional installation, keeping you involved every step of the way.",
},
id: "faq-6", title: "What is the process for a new landscape design?", content: "Our process begins with a consultation to understand your vision, followed by design, material selection, and professional installation, keeping you involved every step of the way."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services, process, and pricing. If you don't see your question, feel free to reach out!"
@@ -517,27 +310,16 @@ export default function LandingPage() {
description="Ready to transform your outdoor space? Fill out the form below to tell us about your project, and we'll get back to you with a personalized estimate."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project and needs...",
rows: 5,
name: "message", placeholder: "Tell us about your project and needs...", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15698.jpg"
@@ -552,58 +334,35 @@ export default function LandingPage() {
logoText="Cruz Landscape"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Garden Design",
href: "#services",
},
label: "Garden Design", href: "#services"},
{
label: "Irrigation",
href: "#services",
},
label: "Irrigation", href: "#services"},
{
label: "Tree Care",
href: "#services",
},
label: "Tree Care", href: "#services"},
{
label: "Hardscaping",
href: "#services",
},
label: "Hardscaping", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Projects",
href: "#projects",
},
label: "Projects", href: "#projects"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}