diff --git a/src/app/page.tsx b/src/app/page.tsx index ff20b5e..40965e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplit from '@/components/sections/hero/HeroSplit'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Scissors, Zap, Smile, Users, Calendar, CheckCircle, Phone } from "lucide-react"; @@ -50,13 +50,6 @@ export default function LandingPage() { { text: "Book Appointment", href: "contact" } ]} buttonAnimation="slide-up" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", alt: "Client 1" }, - { src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", alt: "Client 2" }, - { src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=3", alt: "Client 3" }, - { src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=4", alt: "Client 4" } - ]} - avatarText="4.6★ from 47 reviews" imageSrc="http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg" imageAlt="Area 809 Barbershop storefront" imagePosition="right" @@ -121,6 +114,24 @@ export default function LandingPage() { /> +