diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50a51aa..9fdf38e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1423,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 466cea8..17cc7a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,12 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Local Service Leader" tagIcon={Award} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer 3" }, + ]} + avatarText="Trusted by 12,500+ Local Families" buttons={[ { text: "Call Now: (555) 123-4567", href: "tel:+15551234567" }, { text: "Get Free Quote", href: "#contact" }, @@ -221,4 +227,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}