Switch to version 4: modified src/app/page.tsx

This commit is contained in:
2026-03-09 22:09:59 +00:00
parent be33bbbd90
commit a7e672cde4

View File

@@ -10,7 +10,6 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
export default function LandingPage() {
return (
@@ -32,7 +31,6 @@ export default function LandingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "Local Coverage", id: "coverage" },
{ name: "Gallery", id: "gallery" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
@@ -53,7 +51,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" }
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/sunny-day-park-landscape-green-grass-two-bicycles-standing-near-tree-sunbeams-lighting-up_1258-200490.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=1"
imageAlt="Premium Atlanta residential lawn with city skyline"
frameStyle="card"
mediaAnimation="slide-up"
@@ -86,15 +84,15 @@ export default function LandingPage() {
features={[
{
id: "residential", title: "Residential Lawn Care", author: "Enhancing Atlanta Homes", description: "From routine maintenance to seasonal care, we keep your lawn looking pristine. Regular mowing, edging, mulching, and landscape design to elevate your property's curb appeal.", tags: ["Lawn Maintenance", "Seasonal Care"],
imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Residential lawn care service"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=2", imageAlt: "Residential lawn care"
},
{
id: "commercial", title: "Commercial Lawn Care", author: "Professional Lawn Management", description: "Dedicated commercial landscaping services for Atlanta businesses. Reliable scheduled maintenance, landscape design, and grounds management that keeps your property looking premium.", tags: ["Commercial Service", "Scheduled Maintenance"],
imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg", imageAlt: "Commercial landscaping service"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=3", imageAlt: "Commercial lawn care"
},
{
id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"],
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358980.jpg", imageAlt: "Professional pressure washing service"
id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, building, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png?_wi=4", imageAlt: "Pressure washing service"
}
]}
animationType="slide-up"
@@ -121,40 +119,6 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery">
<TeamCardSix
title="Our Portfolio Gallery"
description="See the transformation NKOSI brings to Atlanta landscapes. From stunning residential lawns to pristine commercial properties, explore our recent projects and landscaping work."
tag="Portfolio Gallery"
tagAnimation="slide-up"
members={[
{
id: "1", name: "Buckhead Residential Transformation", role: "Luxury Lawn Redesign", imageSrc: "http://img.b2bpic.net/free-photo/sunny-day-park-landscape-green-grass-two-bicycles-standing-near-tree-sunbeams-lighting-up_1258-200490.jpg", imageAlt: "Beautiful Buckhead residential lawn redesign"
},
{
id: "2", name: "Midtown Commercial Grounds", role: "Professional Landscape Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Meticulously maintained commercial grounds"
},
{
id: "3", name: "East Atlanta Driveway Revival", role: "Pressure Washing Excellence", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358980.jpg", imageAlt: "Sparkling clean driveway after pressure washing"
},
{
id: "4", name: "Decatur Garden Installation", role: "Landscape Design & Installation", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41446.jpg", imageAlt: "Beautiful garden installation project"
},
{
id: "5", name: "Sandy Springs Spring Cleanup", role: "Seasonal Lawn Restoration", imageSrc: "http://img.b2bpic.net/free-photo/sunny-day-park-landscape-green-grass-two-bicycles-standing-near-tree-sunbeams-lighting-up_1258-200490.jpg", imageAlt: "Freshly maintained lawn after spring cleanup"
},
{
id: "6", name: "Alpharetta Patio Renovation", role: "Outdoor Living Space", imageSrc: "http://img.b2bpic.net/free-photo/man-uniform-glasses-gloves-pruning-bushes-garden_7502-9841.jpg", imageAlt: "Beautifully renovated patio and garden space"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Portfolio gallery of landscaping projects"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Atlanta Clients Say"
@@ -163,16 +127,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Maria Johnson", role: "Homeowner, Buckhead", testimonial: "NKOSI transformed our backyard into something we didn't think was possible. The attention to detail is incredible, and they're always professional and punctual. Highly recommend to anyone in Atlanta!", imageSrc: "http://img.b2bpic.net/free-photo/professional-young-woman-checking-her-phone_23-2148452656.jpg", imageAlt: "Maria Johnson"
id: "1", name: "Maria Johnson", role: "Homeowner, Buckhead", testimonial: "NKOSI transformed our backyard into something we didn't think was possible. The attention to detail is incredible, and they're always professional and punctual. Highly recommend to anyone in Atlanta!"
},
{
id: "2", name: "James Williams", role: "Property Manager, Midtown Atlanta", testimonial: "We've used NKOSI for our commercial properties for over two years. Their reliability and quality are unmatched. They understand what it means to maintain a premium property.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg", imageAlt: "James Williams"
id: "2", name: "James Williams", role: "Property Manager, Midtown Atlanta", testimonial: "We've used NKOSI for our commercial properties for over two years. Their reliability and quality are unmatched. They understand what it means to maintain a premium property."
},
{
id: "3", name: "Sophia Chen", role: "Homeowner, Decatur", testimonial: "Supporting Black-owned businesses matters to us, and NKOSI delivers excellence. Our lawn has never looked better, and we love their eco-friendly approach.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-business-suit-white-shirt_613910-8307.jpg", imageAlt: "Sophia Chen"
id: "3", name: "Sophia Chen", role: "Homeowner, Decatur", testimonial: "Supporting Black-owned businesses matters to us, and NKOSI delivers excellence. Our lawn has never looked better, and we love their eco-friendly approach."
},
{
id: "4", name: "David Patel", role: "Business Owner, East Atlanta", testimonial: "NKOSI's pressure washing service cleaned our storefront better than any competitor. Fast, professional, and fair pricing. They're Atlanta's best kept secret!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-looking-camera-application-develop_1163-5298.jpg", imageAlt: "David Patel"
id: "4", name: "David Patel", role: "Business Owner, East Atlanta", testimonial: "NKOSI's pressure washing service cleaned our storefront better than any competitor. Fast, professional, and fair pricing. They're Atlanta's best kept secret!"
}
]}
animationType="slide-up"
@@ -199,7 +163,7 @@ export default function LandingPage() {
id: "3", title: "Do you offer seasonal lawn care packages?", content: "Yes! We offer customized seasonal packages that include spring cleanup, summer maintenance, fall leaf removal, and winter preparation. Let us know your needs and we'll create the perfect plan."
},
{
id: "4", title: "Are your pressure washing services eco-friendly?", content: "Absolutely. We use eco-friendly pressure washing techniques that effectively clean driveways, decks, and sidewalks without harmful chemicals that damage the environment."
id: "4", title: "Are your pressure washing services eco-friendly?", content: "Absolutely. We use eco-friendly pressure washing techniques that effectively clean driveways, buildings, decks, and sidewalks without harmful chemicals that damage the environment."
},
{
id: "5", title: "Can you help with landscape design?", content: "Yes! Beyond maintenance, we offer landscape design consultation to help transform your outdoor space. Our team can recommend plants, layouts, and features tailored to your Atlanta property."
@@ -247,21 +211,21 @@ export default function LandingPage() {
title: "Company", items: [
{ label: "About NKOSI", href: "#about" },
{ label: "Service Areas", href: "#coverage" },
{ label: "Portfolio Gallery", href: "#gallery" }
{ label: "Testimonials", href: "#testimonials" }
]
},
{
title: "Support", items: [
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact Us", href: "#contact" }
{ label: "Contact Us", href: "#contact" },
{ label: "Get Free Estimate", href: "#contact" }
]
}
]}
copyrightText="© 2025 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based."
copyrightText="© 2021 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based."
ariaLabel="Footer navigation"
/>
</div>
</ThemeProvider>
);
}
}