Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Building2, Leaf, MapPin, Scissors, ShieldCheck, Star, Sun, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Habersham Gardens"
|
||||
/>
|
||||
@@ -59,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Atlanta’s Trusted Landscaping Experts"
|
||||
description="Beautiful outdoor spaces designed and maintained with precision, care, and creativity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+14045550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:+14045550123"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg"
|
||||
/>
|
||||
@@ -85,17 +70,11 @@ export default function LandingPage() {
|
||||
description="At Habersham Gardens, we combine local Atlanta expertise with a passion for beautiful, sustainable outdoor spaces. Our team prioritizes attention to detail, personalized customer care, and reliability in every project."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Passionate Experts",
|
||||
description: "Dedicated to creating stunning gardens.",
|
||||
},
|
||||
title: "Passionate Experts", description: "Dedicated to creating stunning gardens."},
|
||||
{
|
||||
title: "Detail Focused",
|
||||
description: "Meticulous work on every landscape element.",
|
||||
},
|
||||
title: "Detail Focused", description: "Meticulous work on every landscape element."},
|
||||
{
|
||||
title: "Customer-First",
|
||||
description: "Reliable service tailored to your needs.",
|
||||
},
|
||||
title: "Customer-First", description: "Reliable service tailored to your needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-gardeners-growing-coniferous-plants-pots-blonde-woman-holding-small-thuja-working-with-grey-haired-man-glasses-gardening-activity-summer-concept_74855-12856.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -110,34 +89,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Landscape Design",
|
||||
description: "Custom concepts tailored to your home.",
|
||||
},
|
||||
title: "Landscape Design", description: "Custom concepts tailored to your home."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Garden Installation",
|
||||
description: "Professional planting for lasting beauty.",
|
||||
},
|
||||
title: "Garden Installation", description: "Professional planting for lasting beauty."},
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Lawn Maintenance",
|
||||
description: "Precise care to keep your lawn pristine.",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Precise care to keep your lawn pristine."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Seasonal Cleanups",
|
||||
description: "Preparing your yard for every season.",
|
||||
},
|
||||
title: "Seasonal Cleanups", description: "Preparing your yard for every season."},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Outdoor Enhancements",
|
||||
description: "Adding functional beauty to your space.",
|
||||
},
|
||||
title: "Outdoor Enhancements", description: "Adding functional beauty to your space."},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Commercial Landscaping",
|
||||
description: "Professional grounds for business properties.",
|
||||
},
|
||||
title: "Commercial Landscaping", description: "Professional grounds for business properties."},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive landscaping solutions designed to enhance your property’s beauty and value."
|
||||
@@ -151,23 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: ShieldCheck,
|
||||
title: "Reliable Service",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m1", icon: ShieldCheck,
|
||||
title: "Reliable Service", value: "100%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Clients", value: "500+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: MapPin,
|
||||
title: "Atlanta Locals",
|
||||
value: "10+",
|
||||
},
|
||||
id: "m3", icon: MapPin,
|
||||
title: "Atlanta Locals", value: "10+"},
|
||||
]}
|
||||
title="Why Choose Habersham Gardens"
|
||||
description="We stand by our commitment to quality, reliability, and local excellence."
|
||||
@@ -182,41 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Garden",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-wear-beret-coat-with-handbag-posing-outdoor_627829-5520.jpg",
|
||||
},
|
||||
id: "p1", name: "Modern Garden", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-wear-beret-coat-with-handbag-posing-outdoor_627829-5520.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lush Backyard",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392040.jpg",
|
||||
},
|
||||
id: "p2", name: "Lush Backyard", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-beautiful-sunflowers_23-2150392040.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Patio Oasis",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-view-green-spring-field-blurred-greenery-sunlight-background-with-copy-space-using-natural-green-plants-landscape-ecology-fresh-wallpaper-as-background_166373-1965.jpg",
|
||||
},
|
||||
id: "p3", name: "Patio Oasis", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-view-green-spring-field-blurred-greenery-sunlight-background-with-copy-space-using-natural-green-plants-landscape-ecology-fresh-wallpaper-as-background_166373-1965.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Front Yard Redesign",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg",
|
||||
},
|
||||
id: "p4", name: "Front Yard Redesign", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Commercial Grounds",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg",
|
||||
},
|
||||
id: "p5", name: "Commercial Grounds", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seasonal Display",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6666.jpg",
|
||||
},
|
||||
id: "p6", name: "Seasonal Display", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6666.jpg"},
|
||||
]}
|
||||
title="Portfolio Showcase"
|
||||
description="A look at some of our recent transformations and outdoor living projects."
|
||||
@@ -224,49 +158,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rick Davenport",
|
||||
role: "Homeowner",
|
||||
testimonial: "Nice friendly people and a great place for all your landscaping needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Tomeka Tiller",
|
||||
role: "Client",
|
||||
testimonial: "I love this company! Excellent service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Peter Whitaker",
|
||||
role: "Client",
|
||||
testimonial: "Good service, very happy with results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Homeowner",
|
||||
testimonial: "Professional and very thorough in their maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Moore",
|
||||
role: "Business Owner",
|
||||
testimonial: "They keep our grounds looking immaculate year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
|
||||
},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Read why our neighbors in Atlanta trust us with their landscaping needs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Rick Davenport", date: "March 2024", title: "Homeowner", quote: "Nice friendly people and a great place for all your landscaping needs.", tag: "Exceeded Expectations", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg"
|
||||
},
|
||||
{
|
||||
id: "t2", name: "Tomeka Tiller", date: "February 2024", title: "Client", quote: "I love this company! Excellent service!", tag: "Highly Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg"
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Peter Whitaker", date: "January 2024", title: "Client", quote: "Good service, very happy with results.", tag: "Great Value", avatarSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -277,28 +184,17 @@ export default function LandingPage() {
|
||||
description="Request your free consultation today. Our local team is ready to help."
|
||||
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: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your garden project",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your garden project", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/relaxation-space-garden-with-beds_1232-3472.jpg"
|
||||
/>
|
||||
@@ -308,33 +204,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Habersham Gardens",
|
||||
items: [
|
||||
title: "Habersham Gardens", items: [
|
||||
{
|
||||
label: "Atlanta, GA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Atlanta, GA", href: "#"},
|
||||
{
|
||||
label: "(404) 555-0123",
|
||||
href: "tel:+14045550123",
|
||||
},
|
||||
label: "(404) 555-0123", href: "tel:+14045550123"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,4 +229,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user