Merge version_1 into main #1
342
src/app/page.tsx
342
src/app/page.tsx
@@ -34,106 +34,66 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-spring-badge-collection-with-blossom-flowers_23-2148435441.jpg"
|
||||
logoAlt="Jardins De Ramezay Inc. Logo"
|
||||
brandName="Jardins De Ramezay Inc."
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Transform Your Garden Into Your Sanctuary"
|
||||
description="Expert landscape design and maintenance services that bring your outdoor vision to life. From concept to creation, we handle every detail with care and precision."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg",
|
||||
alt: "Landscape Architect John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg", alt: "Landscape Architect John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-brunette-female-gardener-optical-glasses-uniform-wearing-gardening-hat-stands-with-crossed-arms-holding-flowerpot-head-isolated-pink-wall_141793-95824.jpg",
|
||||
alt: "Garden Designer Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-brunette-female-gardener-optical-glasses-uniform-wearing-gardening-hat-stands-with-crossed-arms-holding-flowerpot-head-isolated-pink-wall_141793-95824.jpg", alt: "Garden Designer Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shocked-young-caucasian-male-gardener-wearing-gardening-hat-holding-hoe-rake-isolated-green-wall-with-copy-space_141793-108357.jpg",
|
||||
alt: "Horticulturist Robert Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shocked-young-caucasian-male-gardener-wearing-gardening-hat-holding-hoe-rake-isolated-green-wall-with-copy-space_141793-108357.jpg", alt: "Horticulturist Robert Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048157.jpg",
|
||||
alt: "Garden Consultant Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048157.jpg", alt: "Garden Consultant Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-using-internet_1262-20006.jpg",
|
||||
alt: "Cheerful happy woman using internet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-using-internet_1262-20006.jpg", alt: "Cheerful happy woman using internet"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Your Free Consultation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Designs",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Award-Winning Designs", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-green-plants-arrangement_23-2149413491.jpg",
|
||||
alt: "High angle green plants arrangement",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-green-plants-arrangement_23-2149413491.jpg", alt: "High angle green plants arrangement"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Horticulturalists", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Horticulturalists",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client Focused Service",
|
||||
icon: User,
|
||||
type: "text-icon", text: "Client Focused Service", icon: User,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,17 +106,11 @@ export default function LandingPage() {
|
||||
description="At Jardins De Ramezay Inc., we believe in creating harmonious outdoor spaces that reflect your unique style and enhance your property's value. Our passion for horticulture and meticulous attention to detail ensure breathtaking results every time."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "200+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "200+", title: "Projects Completed"},
|
||||
{
|
||||
value: "5-Star",
|
||||
title: "Client Rating",
|
||||
},
|
||||
value: "5-Star", title: "Client Rating"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7053.jpg"
|
||||
imageAlt="Team of landscape architects reviewing garden plans"
|
||||
@@ -172,56 +126,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Landscape Design & Planning",
|
||||
description: "Crafting visionary blueprints that transform your outdoor space into a personalized sanctuary, integrating aesthetics with functionality.",
|
||||
icon: Palette,
|
||||
title: "Landscape Design & Planning", description: "Crafting visionary blueprints that transform your outdoor space into a personalized sanctuary, integrating aesthetics with functionality.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-cutting-fabric-smaller-part-with-rotary-cutter-wooden-table_23-2148164436.jpg",
|
||||
imageAlt: "3D rendering of a modern garden design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-s-hand-cutting-fabric-smaller-part-with-rotary-cutter-wooden-table_23-2148164436.jpg", imageAlt: "3D rendering of a modern garden design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg",
|
||||
imageAlt: "Luxury garden after a professional transformation",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-spring-badge-collection-with-blossom-flowers_23-2148435441.jpg",
|
||||
imageAlt: "modern garden design rendering 3D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury garden after a professional transformation"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Garden Maintenance Programs",
|
||||
description: "Ensuring the ongoing health and beauty of your garden with tailored maintenance plans, including pruning, fertilizing, and seasonal care.",
|
||||
icon: Scissors,
|
||||
title: "Garden Maintenance Programs", description: "Ensuring the ongoing health and beauty of your garden with tailored maintenance plans, including pruning, fertilizing, and seasonal care.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-florist-hands-cutting-flower-stems_176420-12225.jpg",
|
||||
imageAlt: "Gardener pruning rose bushes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-florist-hands-cutting-flower-stems_176420-12225.jpg", imageAlt: "Gardener pruning rose bushes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128739.jpg",
|
||||
imageAlt: "Clean and tidy garden after maintenance",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-living-room-with-wooden-beams_23-2152008211.jpg",
|
||||
imageAlt: "modern garden design rendering 3D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128739.jpg", imageAlt: "Clean and tidy garden after maintenance"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Planting & Installation",
|
||||
description: "Expert selection and installation of trees, shrubs, flowers, and hardscaping elements to create stunning and sustainable landscapes.",
|
||||
icon: Star,
|
||||
title: "Planting & Installation", description: "Expert selection and installation of trees, shrubs, flowers, and hardscaping elements to create stunning and sustainable landscapes.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg",
|
||||
imageAlt: "Landscapers installing an irrigation system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg", imageAlt: "Landscapers installing an irrigation system"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg",
|
||||
imageAlt: "Freshly planted vibrant flower bed",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg",
|
||||
imageAlt: "modern garden design rendering 3D",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg", imageAlt: "Freshly planted vibrant flower bed"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Professional Garden Services"
|
||||
description="From bespoke designs to meticulous maintenance, we offer a full spectrum of horticultural solutions tailored to your needs."
|
||||
@@ -237,53 +167,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Custom Raised Garden Beds",
|
||||
price: "$299",
|
||||
variant: "Cedar & Oak options",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-female-hands_23-2148127972.jpg",
|
||||
imageAlt: "Custom raised garden beds for vegetables",
|
||||
},
|
||||
id: "product-1", name: "Custom Raised Garden Beds", price: "$299", variant: "Cedar & Oak options", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-female-hands_23-2148127972.jpg", imageAlt: "Custom raised garden beds for vegetables"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Luxury Patio Furniture Set",
|
||||
price: "$1,800",
|
||||
variant: "Various sizes available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg",
|
||||
imageAlt: "Modern outdoor patio furniture set",
|
||||
},
|
||||
id: "product-2", name: "Luxury Patio Furniture Set", price: "$1,800", variant: "Various sizes available", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg", imageAlt: "Modern outdoor patio furniture set"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Solar Pathway Lighting",
|
||||
price: "$89",
|
||||
variant: "Pack of 6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-puts-his-order-prepared-desk-waiting-food-visitors-evening-time_146671-14413.jpg",
|
||||
imageAlt: "Decorative solar-powered garden lighting",
|
||||
},
|
||||
id: "product-3", name: "Solar Pathway Lighting", price: "$89", variant: "Pack of 6", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-puts-his-order-prepared-desk-waiting-food-visitors-evening-time_146671-14413.jpg", imageAlt: "Decorative solar-powered garden lighting"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Exotic Plant Collection",
|
||||
price: "$120",
|
||||
variant: "Assorted rare species",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-191.jpg",
|
||||
imageAlt: "Collection of exotic plants for landscaping",
|
||||
},
|
||||
id: "product-4", name: "Exotic Plant Collection", price: "$120", variant: "Assorted rare species", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape_8327-191.jpg", imageAlt: "Collection of exotic plants for landscaping"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Garden Water Feature Kit",
|
||||
price: "$450",
|
||||
variant: "Small pond with waterfall",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-water-feature-with-rocks-building-background_188544-44449.jpg",
|
||||
imageAlt: "Custom water feature for a garden pond",
|
||||
},
|
||||
id: "product-5", name: "Garden Water Feature Kit", price: "$450", variant: "Small pond with waterfall", imageSrc: "http://img.b2bpic.net/free-photo/picture-water-feature-with-rocks-building-background_188544-44449.jpg", imageAlt: "Custom water feature for a garden pond"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Organic Soil & Amendments",
|
||||
price: "$45",
|
||||
variant: "20lb bag",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-soil-plant-peat-tray-with-gardening-glove-white-wooden-surface_23-2148044582.jpg",
|
||||
imageAlt: "Organic soil amendments and compost",
|
||||
},
|
||||
id: "product-6", name: "Organic Soil & Amendments", price: "$45", variant: "20lb bag", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-soil-plant-peat-tray-with-gardening-glove-white-wooden-surface_23-2148044582.jpg", imageAlt: "Organic soil amendments and compost"},
|
||||
]}
|
||||
title="Enhance Your Garden With Our Curated Products"
|
||||
description="Discover high-quality elements and unique plants to complement your landscape design or maintain your beautiful outdoor space."
|
||||
@@ -297,25 +191,13 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m1", value: "98%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Dedicated Support",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Dedicated Support"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "On-Time Completion",
|
||||
},
|
||||
id: "m3", value: "100%", description: "On-Time Completion"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "50+",
|
||||
description: "Award-Winning Designs",
|
||||
},
|
||||
id: "m4", value: "50+", description: "Award-Winning Designs"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -328,53 +210,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_gardens",
|
||||
testimonial: "Jardins De Ramezay transformed my backyard into a peaceful oasis. Their design expertise and meticulous work exceeded all my expectations. Absolutely love my new garden!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-gardening-home_23-2148509871.jpg",
|
||||
imageAlt: "Sarah J., happy homeowner",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_gardens", testimonial: "Jardins De Ramezay transformed my backyard into a peaceful oasis. Their design expertise and meticulous work exceeded all my expectations. Absolutely love my new garden!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-gardening-home_23-2148509871.jpg", imageAlt: "Sarah J., happy homeowner"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
handle: "@michael_outdoor",
|
||||
testimonial: "Professional, reliable, and incredibly talented. Jardins De Ramezay Inc. handled our complex landscaping project with ease and delivered stunning results on time and within budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-lush-forest-nature-around_1268-24536.jpg",
|
||||
imageAlt: "Michael C., satisfied client",
|
||||
},
|
||||
id: "t2", name: "Michael C.", handle: "@michael_outdoor", testimonial: "Professional, reliable, and incredibly talented. Jardins De Ramezay Inc. handled our complex landscaping project with ease and delivered stunning results on time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-lush-forest-nature-around_1268-24536.jpg", imageAlt: "Michael C., satisfied client"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_haven",
|
||||
testimonial: "The maintenance team keeps my garden looking immaculate year-round. Their attention to detail and knowledge of plants is truly exceptional. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-early-morning-with-bicycle_171337-13006.jpg",
|
||||
imageAlt: "Emily R., pleased customer",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emily_haven", testimonial: "The maintenance team keeps my garden looking immaculate year-round. Their attention to detail and knowledge of plants is truly exceptional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-early-morning-with-bicycle_171337-13006.jpg", imageAlt: "Emily R., pleased customer"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@david_landscapes",
|
||||
testimonial: "From the initial consultation to the final planting, the process was seamless. Jardins De Ramezay Inc. captured my vision perfectly and brought it to life with incredible artistry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-wood_1157-6488.jpg",
|
||||
imageAlt: "David K., delighted homeowner",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@david_landscapes", testimonial: "From the initial consultation to the final planting, the process was seamless. Jardins De Ramezay Inc. captured my vision perfectly and brought it to life with incredible artistry.", imageSrc: "http://img.b2bpic.net/free-photo/family-wood_1157-6488.jpg", imageAlt: "David K., delighted homeowner"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessica_estates",
|
||||
testimonial: "As a property manager, finding reliable grounds maintenance is crucial. Jardins De Ramezay Inc. provides consistent, high-quality service, keeping our commercial properties looking their best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-laptop-talking-phone_23-2148308605.jpg",
|
||||
imageAlt: "Jessica L., property manager",
|
||||
},
|
||||
id: "t5", name: "Jessica L.", handle: "@jessica_estates", testimonial: "As a property manager, finding reliable grounds maintenance is crucial. Jardins De Ramezay Inc. provides consistent, high-quality service, keeping our commercial properties looking their best.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-laptop-talking-phone_23-2148308605.jpg", imageAlt: "Jessica L., property manager"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Robert B.",
|
||||
handle: "@robert_green",
|
||||
testimonial: "I was unsure about the costs, but their transparent pricing and clear service options made the decision easy. The value they provide for the quality of work is outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg",
|
||||
imageAlt: "Robert B., happy client",
|
||||
},
|
||||
id: "t6", name: "Robert B.", handle: "@robert_green", testimonial: "I was unsure about the costs, but their transparent pricing and clear service options made the decision easy. The value they provide for the quality of work is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg", imageAlt: "Robert B., happy client"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from satisfied homeowners and property managers who have experienced the Jardins De Ramezay Inc. difference."
|
||||
@@ -386,15 +232,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GreenLeaf Estates",
|
||||
"Bloomfield Residences",
|
||||
"Terra Nova Developments",
|
||||
"Parkside Commercial",
|
||||
"Riverbend HOA",
|
||||
"Willow Creek Gardens",
|
||||
"Urban Oasis Properties",
|
||||
"Sunset Ridge Community",
|
||||
]}
|
||||
"GreenLeaf Estates", "Bloomfield Residences", "Terra Nova Developments", "Parkside Commercial", "Riverbend HOA", "Willow Creek Gardens", "Urban Oasis Properties", "Sunset Ridge Community"]}
|
||||
title="Trusted by Homeowners & Businesses Alike"
|
||||
description="Our commitment to excellence has earned us the trust of a diverse clientele across the region."
|
||||
/>
|
||||
@@ -406,30 +244,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve homeowners and businesses across the local and regional areas of Ramezay and its surrounding communities. Contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "faq1", title: "What areas do you serve?", content: "We proudly serve homeowners and businesses across the local and regional areas of Ramezay and its surrounding communities. Contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How much does a garden design consultation cost?",
|
||||
content: "We offer a complimentary initial consultation to discuss your vision, assess your space, and provide a preliminary overview of our services and potential costs. There's no obligation.",
|
||||
},
|
||||
id: "faq2", title: "How much does a garden design consultation cost?", content: "We offer a complimentary initial consultation to discuss your vision, assess your space, and provide a preliminary overview of our services and potential costs. There's no obligation."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer seasonal maintenance packages?",
|
||||
content: "Yes, we provide customizable seasonal maintenance packages to keep your garden thriving year-round, including spring cleanups, summer care, fall preparations, and winter protection.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer seasonal maintenance packages?", content: "Yes, we provide customizable seasonal maintenance packages to keep your garden thriving year-round, including spring cleanups, summer care, fall preparations, and winter protection."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you work with existing garden features?",
|
||||
content: "Absolutely! We specialize in integrating new designs and plants with your existing landscape, preserving cherished elements while introducing fresh aesthetics and functionality.",
|
||||
},
|
||||
id: "faq4", title: "Can you work with existing garden features?", content: "Absolutely! We specialize in integrating new designs and plants with your existing landscape, preserving cherished elements while introducing fresh aesthetics and functionality."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What types of products do you sell?",
|
||||
content: "Our curated selection includes premium plants, custom garden beds, outdoor furniture, decorative lighting, and organic gardening supplies to help you cultivate and enjoy your outdoor space.",
|
||||
},
|
||||
id: "faq5", title: "What types of products do you sell?", content: "Our curated selection includes premium plants, custom garden beds, outdoor furniture, decorative lighting, and organic gardening supplies to help you cultivate and enjoy your outdoor space."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about our garden design, maintenance, and product services."
|
||||
@@ -441,8 +264,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Garden Transformation Today"
|
||||
description="Ready to discuss your outdoor project? Fill out the form below to schedule a free consultation or inquire about our services and products."
|
||||
@@ -464,57 +286,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms-of-service",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms-of-service"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "/sitemap.xml",
|
||||
},
|
||||
label: "Sitemap", href: "/sitemap.xml"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user