diff --git a/src/app/page.tsx b/src/app/page.tsx index f74a433..4325c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; @@ -79,7 +79,7 @@ export default function LandingPage() {
-
@@ -141,7 +141,7 @@ export default function LandingPage() { { id: "1", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-holding-gesture_1298-431.jpg", imageAlt: "Marcus Thompson" }, { id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-shirt-vest-showing-thumbs-up-looking-jolly_176474-16943.jpg", imageAlt: "James Rodriguez" }, { id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", imageAlt: "David Chen" }, - { id: "4", name: "Anthony Williams", imageSrc: "http://img.b2bpic.net/free-photo/sincere-human-emotions-feeings-reaction-good-looking-charismatic-young-man-with-earrings-thick-beard-laughing-joke-being-good-mood-smiling-broadly-showing-his-teeth_343059-4776.jpg", imageAlt: "Anthony Williams" } + { id: "4", name: "Anthony Williams", imageSrc: "http://img.b2bpic.net/free-photo/sincere-human-emotions-feelings-reaction-good-looking-charismatic-young-man-with-earrings-thick-beard-laughing-joke-being-good-mood-smiling-broadly-showing-his-teeth_343059-4776.jpg", imageAlt: "Anthony Williams" } ]} ariaLabel="Customer testimonials for Dipalo Barbershop" /> @@ -200,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file