Update src/app/page.tsx

This commit is contained in:
2026-05-06 05:10:00 +00:00
parent b624646999
commit 12a759b5c7

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { ArrowRight } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -32,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Gonzalez Landscape"
/>
@@ -55,31 +48,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Crafting Your Perfect Outdoor Haven"
description="Gonzalez Landscape & Design brings professional expertise, passion, and precision to every lawn and garden project."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg?_wi=1",
imageAlt: "landscaping design backyard paradise",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg", imageAlt: "landscaping design backyard paradise"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-from-hong-kong_181624-34551.jpg?_wi=1",
imageAlt: "modern garden patio seating design",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-from-hong-kong_181624-34551.jpg", imageAlt: "modern garden patio seating design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-shovel-rake-pruner-cactus-plant-peat-tray-pot-blank-slate-messy-white-background_23-2148044445.jpg?_wi=1",
imageAlt: "stone pathway landscaped backyard garden",
},
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-shovel-rake-pruner-cactus-plant-peat-tray-pot-blank-slate-messy-white-background_23-2148044445.jpg", imageAlt: "stone pathway landscaped backyard garden"},
{
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg",
imageAlt: "landscaping design backyard paradise",
},
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "landscaping design backyard paradise"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg",
imageAlt: "modern garden patio seating design",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg", imageAlt: "modern garden patio seating design"},
]}
mediaAnimation="slide-up"
/>
@@ -93,19 +75,13 @@ export default function LandingPage() {
description="With over a decade of experience, we transform ordinary properties into stunning landscapes that reflect your personal style."
bulletPoints={[
{
title: "Expert Team",
description: "Trained horticulturalists and designers.",
},
title: "Expert Team", description: "Trained horticulturalists and designers."},
{
title: "Precision Care",
description: "Dedicated to every blade of grass.",
},
title: "Precision Care", description: "Dedicated to every blade of grass."},
{
title: "Tailored Solutions",
description: "Custom designs to fit your property.",
},
title: "Tailored Solutions", description: "Custom designs to fit your property."},
]}
imageSrc="http://img.b2bpic.net/free-photo/gardening_23-2148013398.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/gardening_23-2148013398.jpg"
imageAlt="landscape designer working in garden"
mediaAnimation="slide-up"
/>
@@ -117,32 +93,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Hardscaping",
description: "Patios, walkways, and stone masonry.",
imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg?_wi=1",
imageAlt: "landscape hardscaping stone patio construction",
buttonIcon: "ArrowRight",
title: "Hardscaping", description: "Patios, walkways, and stone masonry.", imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg", imageAlt: "landscape hardscaping stone patio construction", buttonIcon: ArrowRight,
},
{
title: "Lawn Care",
description: "Full maintenance, mowing, and aeration.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-plants-with-sprinkler_23-2148396764.jpg",
imageAlt: "landscape garden maintenance professional tool",
buttonIcon: "ArrowRight",
title: "Lawn Care", description: "Full maintenance, mowing, and aeration.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-plants-with-sprinkler_23-2148396764.jpg", imageAlt: "landscape garden maintenance professional tool", buttonIcon: ArrowRight,
},
{
title: "Lighting",
description: "Expert architectural lighting design.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-partying-nature_23-2149655634.jpg",
imageAlt: "garden lighting design outdoor evening",
buttonIcon: "ArrowRight",
title: "Lighting", description: "Expert architectural lighting design.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-partying-nature_23-2149655634.jpg", imageAlt: "garden lighting design outdoor evening", buttonIcon: ArrowRight,
},
{
title: "Irrigation",
description: "Smart, efficient irrigation systems.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg",
imageAlt: "irrigation system design landscape garden",
buttonIcon: "ArrowRight",
title: "Irrigation", description: "Smart, efficient irrigation systems.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127952.jpg", imageAlt: "irrigation system design landscape garden", buttonIcon: ArrowRight,
},
]}
title="Our Services"
@@ -158,20 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500+",
description: "Projects Completed",
},
id: "m1", value: "500+", description: "Projects Completed"},
{
id: "m2",
value: "15+",
description: "Years Experience",
},
id: "m2", value: "15+", description: "Years Experience"},
{
id: "m3",
value: "98%",
description: "Client Satisfaction",
},
id: "m3", value: "98%", description: "Client Satisfaction"},
]}
title="By The Numbers"
description="Proven results in our community."
@@ -184,65 +135,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
date: "Jan 2024",
title: "Homeowner",
quote: "Gonzalez completely revived my backyard.",
tag: "Garden Design",
avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
avatarAlt: "happy client portrait garden residential",
imageSrc: "http://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg?_wi=2",
imageAlt: "happy client portrait garden residential",
},
id: "t1", name: "Sarah Miller", date: "Jan 2024", title: "Homeowner", quote: "Gonzalez completely revived my backyard.", tag: "Garden Design", avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", avatarAlt: "happy client portrait garden residential", imageSrc: "http://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg", imageAlt: "happy client portrait garden residential"},
{
id: "t2",
name: "John Doe",
date: "Dec 2023",
title: "Homeowner",
quote: "Professional, punctual, and highly skilled.",
tag: "Lawn Care",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
avatarAlt: "professional client testimonial outdoor",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-from-hong-kong_181624-34551.jpg?_wi=2",
imageAlt: "happy client portrait garden residential",
},
id: "t2", name: "John Doe", date: "Dec 2023", title: "Homeowner", quote: "Professional, punctual, and highly skilled.", tag: "Lawn Care", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", avatarAlt: "professional client testimonial outdoor", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-from-hong-kong_181624-34551.jpg", imageAlt: "happy client portrait garden residential"},
{
id: "t3",
name: "Emily Kent",
date: "Nov 2023",
title: "Homeowner",
quote: "Love the custom stone work they installed.",
tag: "Hardscaping",
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg",
avatarAlt: "happy garden owner portrait outdoor",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-shovel-rake-pruner-cactus-plant-peat-tray-pot-blank-slate-messy-white-background_23-2148044445.jpg?_wi=2",
imageAlt: "happy client portrait garden residential",
},
id: "t3", name: "Emily Kent", date: "Nov 2023", title: "Homeowner", quote: "Love the custom stone work they installed.", tag: "Hardscaping", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", avatarAlt: "happy garden owner portrait outdoor", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-shovel-rake-pruner-cactus-plant-peat-tray-pot-blank-slate-messy-white-background_23-2148044445.jpg", imageAlt: "happy client portrait garden residential"},
{
id: "t4",
name: "Mark Wilson",
date: "Oct 2023",
title: "Homeowner",
quote: "The lighting installation is stunning.",
tag: "Lighting",
avatarSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-summer-concept_74855-12994.jpg",
avatarAlt: "landscaping client testimonial portrait",
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013398.jpg?_wi=2",
imageAlt: "happy client portrait garden residential",
},
id: "t4", name: "Mark Wilson", date: "Oct 2023", title: "Homeowner", quote: "The lighting installation is stunning.", tag: "Lighting", avatarSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-summer-concept_74855-12994.jpg", avatarAlt: "landscaping client testimonial portrait", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148013398.jpg", imageAlt: "happy client portrait garden residential"},
{
id: "t5",
name: "Jane Smith",
date: "Sep 2023",
title: "Homeowner",
quote: "Highly recommend their seasonal care.",
tag: "Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg",
avatarAlt: "client portrait professional landscape design",
imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg?_wi=2",
imageAlt: "happy client portrait garden residential",
},
id: "t5", name: "Jane Smith", date: "Sep 2023", title: "Homeowner", quote: "Highly recommend their seasonal care.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", avatarAlt: "client portrait professional landscape design", imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg", imageAlt: "happy client portrait garden residential"},
]}
title="What Our Clients Say"
description="Hear from the happy homeowners we've helped."
@@ -254,14 +155,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Landscape Pro",
"Green World",
"Nature Tech",
"Garden Solutions",
"Stone Mason",
"Patio Experts",
"Lawn Masters",
]}
"Landscape Pro", "Green World", "Nature Tech", "Garden Solutions", "Stone Mason", "Patio Experts", "Lawn Masters"]}
title="Trusted Partners & Community"
description="Collaborating with leading providers for the best materials."
/>
@@ -273,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer free estimates?",
content: "Yes, we provide complimentary consultations.",
},
id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide complimentary consultations."},
{
id: "q2",
title: "Is your service seasonal?",
content: "We offer year-round maintenance packages.",
},
id: "q2", title: "Is your service seasonal?", content: "We offer year-round maintenance packages."},
{
id: "q3",
title: "Do you serve commercial clients?",
content: "We serve both residential and commercial projects.",
},
id: "q3", title: "Do you serve commercial clients?", content: "We serve both residential and commercial projects."},
]}
title="Frequently Asked Questions"
description="Find answers to common landscaping questions."
@@ -298,14 +183,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to transform your lawn? Let's get started."
buttons={[
{
text: "Contact Us Now",
href: "mailto:hello@gonzalezlandscape.com",
},
text: "Contact Us Now", href: "mailto:hello@gonzalezlandscape.com"},
]}
/>
</div>
@@ -314,29 +196,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}