diff --git a/src/app/page.tsx b/src/app/page.tsx index 07bb3c5..da0f077 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -31,21 +30,11 @@ export default function LandingPage() { @@ -55,98 +44,55 @@ export default function LandingPage() { @@ -171,124 +117,34 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Full-Service Landscaping", - tags: [ - "Weekly Care", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-carrying-wood-planks_329181-3742.jpg?_wi=2", - }, + id: "f1", title: "Full-Service Landscaping", tags: [ + "Weekly Care", "Design"], + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-carrying-wood-planks_329181-3742.jpg?_wi=2"}, { - id: "f2", - title: "Reliable Snow Removal", - tags: [ - "Emergency Response", - "Clearing", - ], - imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-factory_1303-14070.jpg?_wi=2", - }, + id: "f2", title: "Reliable Snow Removal", tags: [ + "Emergency Response", "Clearing"], + imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-factory_1303-14070.jpg?_wi=2"}, { - id: "f3", - title: "Home Contracting", - tags: [ - "Renovations", - "Quick Fixes", - ], - imageSrc: "http://img.b2bpic.net/free-photo/candid-construction-worker-relaxing-with-cup-coffee_329181-3751.jpg?_wi=3", - }, + id: "f3", title: "Home Contracting", tags: [ + "Renovations", "Quick Fixes"], + imageSrc: "http://img.b2bpic.net/free-photo/candid-construction-worker-relaxing-with-cup-coffee_329181-3751.jpg?_wi=3"}, ]} title="Our Expert Services" description="Everything your property needs, handled with care." /> -
- -
-
@@ -317,29 +170,19 @@ export default function LandingPage() { logoText="Green Mans" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -348,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file