diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5463207..62d7f3a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e93b4e7..31fd815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,13 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/handsome-man-outdoor_624325-664.jpg", alt: "Guest 1" }, + { src: "http://img.b2bpic.net/free-photo/short-haired-woman-looking-into-camera-isolated-background-active-emotional-lady-black-jacket-makes-funny-face-white-backdrop_197531-18512.jpg", alt: "Guest 2" }, + { src: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", alt: "Guest 3" }, + { src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", alt: "Guest 4" } + ]} + avatarText="Trusted by 500+ guests monthly" imageSrc="http://img.b2bpic.net/free-psd/flat-design-food-template_23-2150460115.jpg" imageAlt="Elegant restaurant dining experience" mediaAnimation="slide-up" @@ -295,4 +302,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file