Merge version_1 into main #2
@@ -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() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
@@ -118,7 +119,7 @@ export default function LandingPage() {
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
description="At Sparkle Clean, we believe a clean environment is a happy environment. Our dedicated team uses eco-friendly products and meticulous attention to detail to ensure your home or office shines. Experience the difference of a truly professional clean, tailored to your schedule and specific needs."
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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.",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user