diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12aea16..fbbcd41 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1416,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d8a3fa..3780f84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,12 @@ export default function LandingPage() { { text: "Learn More", href: "services" } ]} buttonAnimation="slide-up" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", alt: "Customer 3" } + ]} + avatarText="500+ Happy Customers" imageSrc="http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20497.jpg" imageAlt="Barber King Shop Interior" mediaAnimation="blur-reveal" @@ -248,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}