Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
421
src/app/page.tsx
421
src/app/page.tsx
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
brandName="Gio minimart"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,76 +59,42 @@ export default function LandingPage() {
|
||||
description="Expert landscaping services to bring your vision to life. Beautiful, sustainable, and meticulously maintained spaces that reflect your unique style."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Gio minimart transformed our backyard into a true oasis. Professional, prompt, and truly exceeded our expectations!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-vegetarian-food-close-up-portrait-young-cheerful-bearded-caucasian-man-smiling-working-garden_176420-19950.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_j", testimonial: "Gio minimart transformed our backyard into a true oasis. Professional, prompt, and truly exceeded our expectations!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-vegetarian-food-close-up-portrait-young-cheerful-bearded-caucasian-man-smiling-working-garden_176420-19950.jpg"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@michael_d",
|
||||
testimonial: "Our lawn has never looked better. The team at Gio minimart provides exceptional maintenance and has a keen eye for detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-male-friends-enjoying-glasses-drink_23-2147859515.jpg",
|
||||
},
|
||||
name: "Michael D.", handle: "@michael_d", testimonial: "Our lawn has never looked better. The team at Gio minimart provides exceptional maintenance and has a keen eye for detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-male-friends-enjoying-glasses-drink_23-2147859515.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_r",
|
||||
testimonial: "From design to installation, Gio minimart made our dream garden a reality. Highly recommend their creative and dedicated team!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-garden_1398-4659.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_r", testimonial: "From design to installation, Gio minimart made our dream garden a reality. Highly recommend their creative and dedicated team!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-garden_1398-4659.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@david_l",
|
||||
testimonial: "Reliable, efficient, and always professional. Gio minimart is our go-to for all landscaping needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-student-walking-park_1303-15054.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@david_l", testimonial: "Reliable, efficient, and always professional. Gio minimart is our go-to for all landscaping needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-student-walking-park_1303-15054.jpg"},
|
||||
{
|
||||
name: "Linda K.",
|
||||
handle: "@linda_k",
|
||||
testimonial: "The seasonal planting done by Gio minimart makes our home stand out every year. Simply beautiful!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-with-bellflower_1398-532.jpg",
|
||||
},
|
||||
name: "Linda K.", handle: "@linda_k", testimonial: "The seasonal planting done by Gio minimart makes our home stand out every year. Simply beautiful!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gardener-with-bellflower_1398-532.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-wheel_1170-2504.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-wheel_1170-2504.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/extreme-close-up-mixed-race-handsome-man-has-trendy-hairdo-smiles-pleasantly-blinks-eye_273609-8511.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/extreme-close-up-mixed-race-handsome-man-has-trendy-hairdo-smiles-pleasantly-blinks-eye_273609-8511.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", alt: "Smiling customer"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of happy clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg"
|
||||
imageAlt="Luxurious backyard garden with lush greenery and modern patio"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -159,17 +109,11 @@ export default function LandingPage() {
|
||||
description="At Gio minimart, we believe in creating outdoor spaces that are not just beautiful but also sustainable and functional. With years of expertise, our dedicated team transforms ordinary landscapes into extraordinary havens, enhancing your property's appeal and value."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "500+", title: "Projects Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", title: "Client Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-child-collaborate-planting-trees-forest_482257-97673.jpg"
|
||||
imageAlt="A team of landscapers working together in a garden"
|
||||
@@ -185,56 +129,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Care & Maintenance",
|
||||
description: "Keep your lawn healthy and vibrant with our regular mowing, fertilization, aeration, and pest control services.",
|
||||
icon: Car,
|
||||
title: "Lawn Care & Maintenance", description: "Keep your lawn healthy and vibrant with our regular mowing, fertilization, aeration, and pest control services.", icon: Car,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg",
|
||||
imageAlt: "Perfectly manicured green lawn",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-wheat-fields-ukraine-green-wheat-sprouts-field-close-up-concept-ecology-protection-explore-world-s-beauty_169016-15541.jpg", imageAlt: "Perfectly manicured green lawn"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg",
|
||||
imageAlt: "Lawn mower on green grass",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg?_wi=2",
|
||||
imageAlt: "green lawn grass texture close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg", imageAlt: "Lawn mower on green grass"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Garden Design & Planting",
|
||||
description: "From vibrant flower beds to sustainable shrub arrangements, we design and install gardens that thrive in your local climate.",
|
||||
icon: Droplets,
|
||||
title: "Garden Design & Planting", description: "From vibrant flower beds to sustainable shrub arrangements, we design and install gardens that thrive in your local climate.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17286.jpg",
|
||||
imageAlt: "Colorful flower garden",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17286.jpg", imageAlt: "Colorful flower garden"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-cutting-harvested-flower-garden_23-2148165213.jpg",
|
||||
imageAlt: "Gardener planting flowers",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
imageAlt: "green lawn grass texture close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-cutting-harvested-flower-garden_23-2148165213.jpg", imageAlt: "Gardener planting flowers"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hardscaping & Patios",
|
||||
description: "Create stunning outdoor living areas with custom patios, walkways, retaining walls, and other functional hardscape elements.",
|
||||
icon: Building,
|
||||
title: "Hardscaping & Patios", description: "Create stunning outdoor living areas with custom patios, walkways, retaining walls, and other functional hardscape elements.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg",
|
||||
imageAlt: "Modern stone patio with outdoor furniture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", imageAlt: "Modern stone patio with outdoor furniture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-roof-building-with-cars-green-plants_181624-20963.jpg",
|
||||
imageAlt: "Worker installing patio pavers",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
|
||||
imageAlt: "green lawn grass texture close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-roof-building-with-cars-green-plants_181624-20963.jpg", imageAlt: "Worker installing patio pavers"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Specialized Landscaping Services"
|
||||
description="We offer a comprehensive range of landscaping solutions tailored to your specific needs, ensuring lush, vibrant, and perfectly sculpted environments year-round."
|
||||
@@ -249,65 +169,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "lawn-care-basic",
|
||||
brand: "Essential",
|
||||
name: "Basic Lawn Care",
|
||||
price: "$75/month",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg",
|
||||
imageAlt: "Lush green lawn",
|
||||
},
|
||||
id: "lawn-care-basic", brand: "Essential", name: "Basic Lawn Care", price: "$75/month", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", imageAlt: "Lush green lawn"},
|
||||
{
|
||||
id: "garden-refresh",
|
||||
brand: "Seasonal",
|
||||
name: "Seasonal Garden Refresh",
|
||||
price: "$150/season",
|
||||
rating: 4.8,
|
||||
reviewCount: "35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-spraying-flowers-greenhouse_23-2148396881.jpg",
|
||||
imageAlt: "Colorful flower bed",
|
||||
},
|
||||
id: "garden-refresh", brand: "Seasonal", name: "Seasonal Garden Refresh", price: "$150/season", rating: 4.8,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-spraying-flowers-greenhouse_23-2148396881.jpg", imageAlt: "Colorful flower bed"},
|
||||
{
|
||||
id: "shrub-pruning",
|
||||
brand: "Detail",
|
||||
name: "Tree & Shrub Pruning",
|
||||
price: "$120/service",
|
||||
rating: 4.9,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg",
|
||||
imageAlt: "Professionally pruned shrubs",
|
||||
},
|
||||
id: "shrub-pruning", brand: "Detail", name: "Tree & Shrub Pruning", price: "$120/service", rating: 4.9,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg", imageAlt: "Professionally pruned shrubs"},
|
||||
{
|
||||
id: "patio-install",
|
||||
brand: "Custom",
|
||||
name: "Patio & Hardscape Installation",
|
||||
price: "Starting at $2500",
|
||||
rating: 5,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
imageAlt: "Modern backyard patio",
|
||||
},
|
||||
id: "patio-install", brand: "Custom", name: "Patio & Hardscape Installation", price: "Starting at $2500", rating: 5,
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg", imageAlt: "Modern backyard patio"},
|
||||
{
|
||||
id: "irrigation-system",
|
||||
brand: "Efficient",
|
||||
name: "Irrigation System Setup",
|
||||
price: "Starting at $800",
|
||||
rating: 4.7,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-person-watering-plant-with-hose_23-2147779009.jpg",
|
||||
imageAlt: "Automated sprinkler system",
|
||||
},
|
||||
id: "irrigation-system", brand: "Efficient", name: "Irrigation System Setup", price: "Starting at $800", rating: 4.7,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-watering-plant-with-hose_23-2147779009.jpg", imageAlt: "Automated sprinkler system"},
|
||||
{
|
||||
id: "outdoor-lighting",
|
||||
brand: "Ambiance",
|
||||
name: "Outdoor Lighting Design",
|
||||
price: "Starting at $600",
|
||||
rating: 4.9,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg",
|
||||
imageAlt: "Garden pathway lights",
|
||||
},
|
||||
id: "outdoor-lighting", brand: "Ambiance", name: "Outdoor Lighting Design", price: "Starting at $600", rating: 4.9,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/look-through-shiny-branches-white-table-with-candles_1304-4758.jpg", imageAlt: "Garden pathway lights"},
|
||||
]}
|
||||
title="Explore Our Landscaping Packages"
|
||||
description="From routine maintenance to complete garden transformations, our packages are designed to offer exceptional value and outstanding results, meticulously crafted to enhance your outdoor space."
|
||||
@@ -321,61 +199,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic-plan",
|
||||
title: "Basic Garden Refresh",
|
||||
price: "$299",
|
||||
period: "one-time",
|
||||
features: [
|
||||
"Mowing & Edging (up to 5,000 sq ft)",
|
||||
"Weed Control (basic)",
|
||||
"Leaf Blowing",
|
||||
"Trimming & Pruning (basic)",
|
||||
],
|
||||
id: "basic-plan", title: "Basic Garden Refresh", price: "$299", period: "one-time", features: [
|
||||
"Mowing & Edging (up to 5,000 sq ft)", "Weed Control (basic)", "Leaf Blowing", "Trimming & Pruning (basic)"],
|
||||
button: {
|
||||
text: "Choose Basic Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-carrying-box_23-2149722682.jpg",
|
||||
imageAlt: "Gardener trimming hedges",
|
||||
},
|
||||
text: "Choose Basic Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-carrying-box_23-2149722682.jpg", imageAlt: "Gardener trimming hedges"},
|
||||
{
|
||||
id: "premium-plan",
|
||||
title: "Premium Landscape Package",
|
||||
price: "$799",
|
||||
period: "monthly",
|
||||
features: [
|
||||
"All Basic Features",
|
||||
"Seasonal Planting & Fertilization",
|
||||
"Advanced Pest & Disease Control",
|
||||
"Minor Irrigation Adjustments",
|
||||
"Annual Garden Bed Redesign",
|
||||
],
|
||||
id: "premium-plan", title: "Premium Landscape Package", price: "$799", period: "monthly", features: [
|
||||
"All Basic Features", "Seasonal Planting & Fertilization", "Advanced Pest & Disease Control", "Minor Irrigation Adjustments", "Annual Garden Bed Redesign"],
|
||||
button: {
|
||||
text: "Choose Premium Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479080.jpg",
|
||||
imageAlt: "Colorful garden design and planting",
|
||||
},
|
||||
text: "Choose Premium Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479080.jpg", imageAlt: "Colorful garden design and planting"},
|
||||
{
|
||||
id: "custom-plan",
|
||||
title: "Custom Estate Transformation",
|
||||
price: "Contact for Quote",
|
||||
period: "project-based",
|
||||
features: [
|
||||
"Full Custom Landscape Design",
|
||||
"Hardscaping (Patios, Walkways)",
|
||||
"Advanced Water Features & Lighting",
|
||||
"Tree & Large Shrub Installation",
|
||||
"Dedicated Project Manager",
|
||||
],
|
||||
id: "custom-plan", title: "Custom Estate Transformation", price: "Contact for Quote", period: "project-based", features: [
|
||||
"Full Custom Landscape Design", "Hardscaping (Patios, Walkways)", "Advanced Water Features & Lighting", "Tree & Large Shrub Installation", "Dedicated Project Manager"],
|
||||
button: {
|
||||
text: "Get Custom Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-356.jpg",
|
||||
imageAlt: "Luxury outdoor patio and garden",
|
||||
},
|
||||
text: "Get Custom Quote", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-356.jpg", imageAlt: "Luxury outdoor patio and garden"},
|
||||
]}
|
||||
title="Transparent Pricing for Premium Landscaping"
|
||||
description="Choose the plan that best suits your landscaping needs, whether it's ongoing maintenance or a complete outdoor transformation. We offer clear, competitive pricing with no hidden fees."
|
||||
@@ -390,50 +230,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia Martinez",
|
||||
role: "Homeowner",
|
||||
company: "Maplewood Residence",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg",
|
||||
imageAlt: "Sophia Martinez",
|
||||
},
|
||||
id: "1", name: "Sophia Martinez", role: "Homeowner", company: "Maplewood Residence", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg", imageAlt: "Sophia Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Thompson",
|
||||
role: "Property Manager",
|
||||
company: "Green Estates HOA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-using-tablet-talking-phone-park_1262-20391.jpg",
|
||||
imageAlt: "James Thompson",
|
||||
},
|
||||
id: "2", name: "James Thompson", role: "Property Manager", company: "Green Estates HOA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-using-tablet-talking-phone-park_1262-20391.jpg", imageAlt: "James Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Olivia Wilson",
|
||||
role: "Business Owner",
|
||||
company: "The Blooming Cafe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dress-with-pruner_1398-5273.jpg",
|
||||
imageAlt: "Olivia Wilson",
|
||||
},
|
||||
id: "3", name: "Olivia Wilson", role: "Business Owner", company: "The Blooming Cafe", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dress-with-pruner_1398-5273.jpg", imageAlt: "Olivia Wilson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daniel Brown",
|
||||
role: "Residential Client",
|
||||
company: "Sunset Boulevard",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401309.jpg",
|
||||
imageAlt: "Daniel Brown",
|
||||
},
|
||||
id: "4", name: "Daniel Brown", role: "Residential Client", company: "Sunset Boulevard", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401309.jpg", imageAlt: "Daniel Brown"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patricia Davis",
|
||||
role: "Homeowner",
|
||||
company: "Oakridge Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-woman-autumn-wheat-field_1157-33873.jpg",
|
||||
imageAlt: "Patricia Davis",
|
||||
},
|
||||
id: "5", name: "Patricia Davis", role: "Homeowner", company: "Oakridge Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-woman-autumn-wheat-field_1157-33873.jpg", imageAlt: "Patricia Davis"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from homeowners and businesses who have experienced the Gio minimart difference. Their satisfaction is the cornerstone of our success, reflecting our commitment to excellence."
|
||||
@@ -446,25 +256,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve for landscaping?",
|
||||
content: "Gio minimart proudly serves a wide range of residential and commercial properties within the greater metropolitan area and surrounding counties. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve for landscaping?", content: "Gio minimart proudly serves a wide range of residential and commercial properties within the greater metropolitan area and surrounding counties. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I get a free estimate?",
|
||||
content: "Simply fill out the contact form on our website, or give us a call! We'll schedule a convenient time to visit your property, discuss your needs, and provide a detailed, no-obligation estimate.",
|
||||
},
|
||||
id: "q2", title: "How do I get a free estimate?", content: "Simply fill out the contact form on our website, or give us a call! We'll schedule a convenient time to visit your property, discuss your needs, and provide a detailed, no-obligation estimate."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your services eco-friendly?",
|
||||
content: "Yes, we are committed to sustainable landscaping practices. We use environmentally friendly products, promote water-efficient irrigation, and offer native plant options to support local ecosystems.",
|
||||
},
|
||||
id: "q3", title: "Are your services eco-friendly?", content: "Yes, we are committed to sustainable landscaping practices. We use environmentally friendly products, promote water-efficient irrigation, and offer native plant options to support local ecosystems."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer seasonal maintenance packages?",
|
||||
content: "Absolutely! We provide customizable seasonal maintenance packages that include everything from spring clean-ups and fertilization to fall leaf removal and winterization services. These packages are designed to keep your landscape healthy year-round.",
|
||||
},
|
||||
id: "q4", title: "Do you offer seasonal maintenance packages?", content: "Absolutely! We provide customizable seasonal maintenance packages that include everything from spring clean-ups and fertilization to fall leaf removal and winterization services. These packages are designed to keep your landscape healthy year-round."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256618.jpg"
|
||||
imageAlt="Gardener watering plants with a hose"
|
||||
@@ -480,18 +278,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your outdoor space? Let's discuss your landscaping project and bring your vision to life with Gio minimart."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Your Free Estimate", href: "#"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -504,61 +297,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Care", href: "#services"},
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Garden Design", href: "#services"},
|
||||
{
|
||||
label: "Hardscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hardscaping", href: "#services"},
|
||||
{
|
||||
label: "Irrigation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Irrigation", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Packages",
|
||||
href: "#packages",
|
||||
},
|
||||
label: "Our Packages", href: "#packages"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
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