Update src/app/page.tsx

This commit is contained in:
2026-05-13 06:51:49 +00:00
parent 3846b265a9
commit c8d4ca5895

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
textboxLayout="split"
features={[
{ title: "Traditional Recipes", description: "Authentic Mediterranean flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-shaurma-sliced-chicken-sandwich-with-lemon-greens-dark-space_140725-95462.jpg" },
{ title: "Locally Owned", description: "Committed to serving our community.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104397.jpg" },
{ title: "Locally Owned", description: "Committed to serving our community.", imageSrc: "http://img.b2bpic.net/top-view-sliced-shaurma-meat-sandwich-with-lemonnd-greens-black_140725-104397.jpg" },
{ title: "Freshly Prepared", description: "High quality ingredients every single day.", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food_2829-14400.jpg" }
]}
useInvertedBackground={true}
@@ -122,6 +122,7 @@ export default function LandingPage() {
<FooterSimple
columns={[]}
bottomLeftText="© 2024 Osmow's"
bottomRightText=""
/>
</div>
</ReactLenis>