Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 07:42:05 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}