1 Commits

Author SHA1 Message Date
9386acbb30 Update src/app/page.tsx 2026-03-20 14:54:01 +00:00

View File

@@ -6,10 +6,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Image as ImageIcon, Leaf, Mail, Sparkles, Star } from "lucide-react"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import { Image as ImageIcon, Leaf, Mail, Sparkles, Star, Users, TrendingUp } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -113,7 +114,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
gridVariant="three-columns-all-equal-width" gridVariant="bento-grid"
products={[ products={[
{ {
id: "project-1", name: "Modern Minimalist Retreat", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Modern minimalist landscape design" id: "project-1", name: "Modern Minimalist Retreat", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Modern minimalist landscape design"
@@ -129,9 +130,9 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardSixteen
title="Loved by Homeowners" title="Loved by Homeowners & Businesses"
description="Discover what our satisfied clients say about their landscaping and design transformations." description="Discover what our satisfied clients say about their landscaping and design transformations. Join hundreds of happy customers who've transformed their outdoor spaces."
tag="Client Testimonials" tag="Client Testimonials"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -142,30 +143,52 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
speed={40} kpiItems={[
topMarqueeDirection="left" { value: "500+", label: "Projects Completed" },
{ value: "4.9/5", label: "Average Rating" },
{ value: "15+", label: "Years Experience" }
]}
testimonials={[ testimonials={[
{ {
id: "testimonial-1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Verdant Design Co. completely transformed our backyard into the outdoor oasis we'd always dreamed of. Their attention to detail and professionalism exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127313.jpg", imageAlt: "Sarah Johnson" id: "testimonial-1", name: "Sarah Johnson", role: "Homeowner", company: "Residential", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127313.jpg", imageAlt: "Sarah Johnson"
}, },
{ {
id: "testimonial-2", name: "Michael Chen", handle: "Property Owner", testimonial: "The team's expertise in landscape design is unmatched. They listened to our vision and created something even more beautiful than we imagined. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/good-moments-profile-young-joyful-pretty-woman-warm-clothes-crouching-looking-child-basket-smiling-camera-man-raking-leaves-garden_259150-58579.jpg", imageAlt: "Michael Chen" id: "testimonial-2", name: "Michael Chen", role: "Property Owner", company: "Premium Estates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-moments-profile-young-joyful-pretty-woman-warm-clothes-crouching-looking-child-basket-smiling-camera-man-raking-leaves-garden_259150-58579.jpg", imageAlt: "Michael Chen"
}, },
{ {
id: "testimonial-3", name: "Emily Rodriguez", handle: "Business Owner", testimonial: "We hired them for our commercial property and the results were outstanding. The landscaping has increased our property value significantly and attracts clients.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2901.jpg", imageAlt: "Emily Rodriguez" id: "testimonial-3", name: "Emily Rodriguez", role: "Business Owner", company: "Corporate Landscapes", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2901.jpg", imageAlt: "Emily Rodriguez"
}, },
{ {
id: "testimonial-4", name: "David Kim", handle: "Homeowner", testimonial: "From initial consultation to final installation, every step was seamless. The team's professionalism and creative solutions made this a hassle-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "David Kim" id: "testimonial-4", name: "David Kim", role: "Homeowner", company: "Residential", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "David Kim"
} }
]} ]}
/> />
</div> </div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={["Architectural Digest", "Better Homes & Gardens", "Garden Design Quarterly", "Luxury Living Magazine", "Outdoor Excellence Awards"]}
title="Recognized Excellence"
description="Featured in leading industry publications and awarded for innovative landscape design and sustainable practices."
tag="Industry Recognition"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get In Touch" tag="Get In Touch"
title="Ready to Transform Your Outdoor Space?" title="Ready to Transform Your Outdoor Space?"
description="Schedule a free consultation with our design team and discover how we can create your perfect landscape." description="Schedule a free consultation with our design team and discover how we can create your perfect landscape. We're excited to bring your vision to life."
tagIcon={Mail} tagIcon={Mail}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}