Update src/app/page.tsx

This commit is contained in:
2026-05-26 01:00:41 +00:00
parent 9473e327a6
commit 3c490cde43

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
{
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520113.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEv9KAQUsqhLqoA3HhRE04ikoM/uploaded-1779757202687-4czshi3y.jpg"
imageAlt="Cozy cafe interior with coffee and pastries"
mediaAnimation="blur-reveal"
tagIcon={Sparkles}
@@ -115,7 +115,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Story: Brooklyn's Favorite Cozy Cafe"
description="Nestled in the heart of Brooklyn, Cafe Bazaar is more than just a coffee shop it's a community hub. We pride ourselves on creating a warm, inviting atmosphere where every visit feels like coming home. From freshly brewed artisanal coffees to delectable homemade pastries, we craft every item with passion and care. Come experience the charm and comfort that makes us a neighborhood gem."
imageSrc="http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEv9KAQUsqhLqoA3HhRE04ikoM/uploaded-1779757202687-s2ztw1ds.jpg"
imageAlt="Inviting interior of Cafe Bazaar with comfortable seating"
/>
</div>
@@ -300,4 +300,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}