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

This commit is contained in:
2026-03-10 00:20:41 +00:00
parent 0c9411710a
commit 6d71ad5fd2

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 { Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -128,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: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", 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/cool-lady-with-brunette-hair-charming-makeup-pink-sweater-black-top-modern-pants-looking-into-camera-smiling-isolated-wall_197531-23488.jpg?id=15788838", 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: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", 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"
@@ -223,7 +222,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2021 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based. | Call: 404-713-0117"
copyrightText="© 2021 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based."
ariaLabel="Footer navigation"
/>
</div>