diff --git a/src/app/page.tsx b/src/app/page.tsx index b66476d..880d236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Feather, Sparkles } from "lucide-react"; +import { Feather, Sparkles, CalendarCheck, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -34,32 +34,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "About Us", id: "about", - href: "#about", + }, { name: "Pricing", id: "pricing", - href: "#pricing", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Sparkle Clean" @@ -97,6 +97,7 @@ export default function LandingPage() {
@@ -209,7 +210,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Homeowner", testimonial: "Sparkle Clean transformed my home! It's never been so clean and fresh. The team was punctual and incredibly thorough. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg", imageAlt: "Sarah J.", }, { @@ -241,7 +242,7 @@ export default function LandingPage() { name: "Jessica L.", role: "Busy Parent", testimonial: "As a busy parent, having Sparkle Clean take care of our home has been a game-changer. I come home to a pristine house every time!", - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg", imageAlt: "Jessica L.", }, ]}