4 Commits

Author SHA1 Message Date
8a8dfeb109 Update src/app/page.tsx 2026-05-09 12:51:11 +00:00
8f7e6cf5f9 Merge version_3 into main
Merge version_3 into main
2026-05-09 12:50:06 +00:00
4d59b954ce Update src/app/page.tsx 2026-05-09 12:50:03 +00:00
508e80708d Merge version_2 into main
Merge version_2 into main
2026-05-09 12:49:01 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-s-eve-together_23-2149144052.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Customer"},
src: "http://img.b2bpic.net/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Customer"},
]}
avatarText="Loved by thousands"
buttons={[
@@ -125,7 +125,7 @@ export default function LandingPage() {
id: "6", name: "Stuffed Vine Leaves", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-ground-meat-dish-with-seasonings-dark_140725-52803.jpg"},
]}
title="Our Signature Dishes"
description="From our secret recipe falafel to fresh salads and dips."
description="Hand-crafted, crispy perfection delivered to your door."
buttons={[
{
text: "Order Now", href: "#contact"
@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Join us today for an authentic Mediterranean meal."
buttons={[
{
text: "Call to Reserve", href: "tel:+1234567890"},
text: "Reserve Your Table Now", href: "tel:+1234567890"},
]}
/>
</div>
@@ -276,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}