diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32f1064..3474e9f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 803d004..44ba2ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,13 @@ export default function LandingPage() { { text: "Shop Mattresses Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", alt: "Customer 1" }, + { src: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", alt: "Customer 2" }, + { src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", alt: "Customer 3" }, + { src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "Customer 4" } + ]} + avatarText="Trusted by 50K+ customers" imageSrc="http://img.b2bpic.net/free-photo/relaxed-woman-lying-with-eyes-closed-bed_1163-5158.jpg" imageAlt="Premium mattress in serene bedroom setting" imagePosition="right" @@ -296,4 +303,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file