From 6c178343817f6cce7b52ccf4c1e27a3de7fbeb82 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:56:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 109 +++++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ab9f6d..32c9008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import { Star, ShieldCheck, Users } from "lucide-react"; +import { Star, ShieldCheck, Users, CalendarClock, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -34,18 +34,18 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Services", id: "features" }, - { name: "Pricing", id: "pricing" }, + { name: "Estimates", id: "pricing" }, { name: "Contact", id: "contact" }, ]} - brandName="Cleaning company" + brandName="Clean Zone PH" button={{ text: "Get a Quote", href: "#contact" }} />
-
- -
- -
- -
-
-
- +
); -} \ No newline at end of file +}