Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-06 14:18:21 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Dalyan Food"
description="Where every bite tells the story of a place worth remembering. From our famous Hot Honey Wrap to spicy soy-honey perfection family-run, fast, friendly, and 5-star rated."
description="Authentic flavors by the river. Taste our signature Hot Honey and Spicy Soy wraps, crafted with fresh local ingredients in a family-run tradition."
buttons={[{ text: "Explore Our Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629542.jpg"
imageAlt="Signature Hot Honey Wrap at Dalyan Food"
@@ -51,8 +51,8 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Authenticity in Every Bite"
description="Born from a passion for local ingredients and traditional family recipes, Dalyan Food is more than just a meal. It's a sanctuary for travelers and locals alike to enjoy legendary wraps by the river."
title="Tradition Meets the River"
description="Dalyan Food is more than a restaurant; it's a family-run heritage where every wrap is a tribute to our local roots. We combine the finest fresh ingredients with recipes passed down through generations."
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg"
imageAlt="Our family-run kitchen staff"
/>
@@ -73,7 +73,7 @@ export default function LandingPage() {
{ id: "p6", brand: "Classic", name: "Mediterranean Veggie", price: "115 TL", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg" },
]}
title="Our Signature Wraps"
description="Taste the legend. Our wraps are crafted with love and fresh, local ingredients."
description="Fresh ingredients, bold flavors, and legendary recipes that define Dalyan."
/>
</div>
@@ -90,21 +90,21 @@ export default function LandingPage() {
{ id: "4", name: "David Smith", role: "Tourist", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg" },
{ id: "5", name: "Amelia White", role: "Blogger", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg?_wi=2" },
]}
title="5-Star Memories"
description="What our guests say about us"
title="5-Star Social Proof"
description="Trusted by travelers and locals alike for the best wraps in the region."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us in Dalyan"
description="We are open daily for lunch and dinner. Reserve a table for large groups or just drop by for a legendary wrap!"
title="Join Us for a Wrap"
description="Find us in the heart of Dalyan. Whether you're a tourist exploring or a local grabbing a quick bite, we welcome you with open doors and warm hospitality."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
textarea={{ name: "message", placeholder: "Tell us your reservation request" }}
textarea={{ name: "message", placeholder: "Reservation request or general feedback" }}
imageSrc="http://img.b2bpic.net/free-photo/dining-terrace-open-restaurant-with-sofas-chairs-tables_114579-2728.jpg"
imageAlt="Dalyan river location"
/>
@@ -120,4 +120,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}