diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ab5a0..7f1464f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -45,10 +46,10 @@ export default function LandingPage() { description="Premium salon and makeup services in Devinagar, Bengaluru. Experience relaxation with our personalized care and expert styling." avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/flat-lay-smiley-women-with-cucumber-slices-eyes_23-2148520277.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/happy-adult-caucasian-lady-uses-roller-massager-while-sitting-blonde-woman-table-indoors-skin-care-concept_197531-31466.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Customer" }, - { src: "http://img.b2bpic.net/free-photo/female-hairstylist-drying-curly-girl-s-hair-using-big-plastic-brush_651396-973.jpg", alt: "Customer" } + { src: "http://img.b2bpic.net/flat-lay-smiley-women-with-cucumber-slices-eyes_23-2148520277.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/happy-adult-caucasian-lady-uses-roller-massager-while-sitting-blonde-woman-table-indoors-skin-care-concept_197531-31466.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/female-hairstylist-drying-curly-girl-s-hair-using-big-plastic-brush_651396-973.jpg", alt: "Customer" } ]} avatarText="Loved by 100+ happy clients" buttons={[{ text: "Book Your Session", href: "#contact" }]}