diff --git a/src/app/page.tsx b/src/app/page.tsx index 0712c66..3d385ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,8 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Scissors, Sparkles, Heart, Camera, Award, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -21,147 +23,64 @@ export default function LandingPage() {
-
- +
+
+
+ +
+
@@ -171,63 +90,24 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "My dog has never looked so good, and she was actually happy when I picked her up!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9862.jpg", - }, - { - id: "2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Professional, clean, and truly patient with my nervous rescue dog.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/little-kid-having-fun-with-his-dog-home_23-2148755246.jpg", - }, - { - id: "3", - name: "Emily Rodriguez", - handle: "@emilyrod", - testimonial: "The photo updates gave me so much peace of mind. Truly premium care.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-hugging-dog-with-her-mother_1098-2608.jpg?_wi=1", - }, - { - id: "4", - name: "David Kim", - handle: "@dkim", - testimonial: "Visible results every time. My cat actually purrs now when we arrive!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-hugging-dog-with-her-mother_1098-2608.jpg?_wi=2", - }, - { - id: "5", - name: "Jessica Lee", - handle: "@jlee", - testimonial: "Amazing patience and skill. My senior dog felt so calm and comfortable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg", - }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The attention to detail and genuine kindness shown to my dog is unparalleled.", rating: 5 }, + { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Finally, a groomer who understands my nervous rescue pet's needs.", rating: 5 }, + { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Such a premium, relaxing experience for my little one. Highly recommended!", rating: 5 }, ]} showRating={true} - title="Trusted by Pet Parents" - description="Hear what our community of pet parents has to say about their experience with us." + title="Words of Love from Our Community" + description="We are honored to be a part of your pet's health and happiness journey." />
@@ -236,45 +116,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pekingese-dog-vet-salon_176532-10706.jpg" logoText="VelvetPaws" columns={[ - { - title: "Services", - items: [ - { - label: "Grooming", - href: "#services", - }, - { - label: "Spa Treatments", - href: "#services", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Book Now", - href: "#contact", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + { title: "Services", items: [{ label: "Spa Treatments", href: "#services" }, { label: "Precision Grooming", href: "#services" }] }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Book Now", href: "#contact" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, ]} />