Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:59:57 +00:00

View File

@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Order Now", href: "#contact"}}
text: "Order Now", href: "#contact"
}}
/>
</div>
@@ -53,16 +54,20 @@ export default function LandingPage() {
testimonials={[
{
name: "Fast Food Enthusiast", handle: "Local Customer", testimonial: "I have never experienced faster food service in my entire life.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
name: "Greek Food Lover", handle: "Visitor", testimonial: "The best gyros in town. Authentic, fresh, and absolutely delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"
},
{
name: "Budget Traveler", handle: "International Guest", testimonial: "Amazing quality, amazing service, amazing price. Unbeatable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
},
{
name: "Group Visitor", handle: "Friends Dining", testimonial: "€20 for 4 people — unbelievable value for such quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"
},
]}
buttons={[
{ text: "🍽 View Menu", href: "#menu" },
@@ -70,6 +75,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>
@@ -78,7 +84,8 @@ export default function LandingPage() {
title="Why Everyone Keeps Coming Back"
description="Join thousands of satisfied customers who've made us their go-to gyros destination in Thessaloniki."
names={[
"Fastest Service Award", "Best Local Favorite", "Incredible Value", "Legendary Portions", "Spotlessly Clean", "English-Friendly Staff", "Authentic Greek Taste", "Premium Quality"]}
"Fastest Service Award", "Best Local Favorite", "Incredible Value", "Legendary Portions", "Spotlessly Clean", "English-Friendly Staff", "Authentic Greek Taste", "Premium Quality"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -113,11 +120,14 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Pita Gyros", price: "€7-9", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805466.jpg", imageAlt: "Juicy, freshly carved pita gyros wrapped to perfection"},
id: "1", name: "Pita Gyros", price: "€7-9", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805466.jpg", imageAlt: "Juicy, freshly carved pita gyros wrapped to perfection"
},
{
id: "2", name: "Greek Meat Specialities", price: "€8-10", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-ribs-with-eggplant-caviar_140725-3757.jpg", imageAlt: "Authentic flavours, perfectly grilled meat specialities"},
id: "2", name: "Greek Meat Specialities", price: "€8-10", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-ribs-with-eggplant-caviar_140725-3757.jpg", imageAlt: "Authentic flavours, perfectly grilled meat specialities"
},
{
id: "3", name: "Vegetarian Options", price: "€6-8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cauliflower-with-sliced-peppers-vegetable-salad-with-melted-butter-plaid-cloth-surface_141793-9928.jpg", imageAlt: "Simple, fresh, delicious vegetarian pita options"},
id: "3", name: "Vegetarian Options", price: "€6-8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cauliflower-with-sliced-peppers-vegetable-salad-with-melted-butter-plaid-cloth-surface_141793-9928.jpg", imageAlt: "Simple, fresh, delicious vegetarian pita options"
},
]}
buttons={[{ text: "👉 View Full Menu", href: "#" }]}
/>
@@ -134,12 +144,14 @@ export default function LandingPage() {
{
id: "single", tag: "Individual Meal", price: "€7-10", period: "per gyro", description: "Premium handcrafted gyro with fresh ingredients and authentic Greek flavour.", button: { text: "Come Hungry", href: "#contact" },
featuresTitle: "What You Get:", features: [
"Freshly carved meat", "Authentic pita bread", "Premium toppings", "Generous portions"],
"Freshly carved meat", "Authentic pita bread", "Premium toppings", "Generous portions"
],
},
{
id: "group", tag: "Family Feast", price: "€20", period: "for 4 people", description: "Feed your entire group with our legendary value offer. Premium quality at unbeatable prices.", button: { text: "Feast Now", href: "#contact" },
featuresTitle: "Family Bundle Includes:", features: [
"4 premium gyros", "Generous portions", "Fresh ingredients daily", "Perfect for sharing"],
"4 premium gyros", "Generous portions", "Fresh ingredients daily", "Perfect for sharing"
],
},
]}
/>
@@ -155,16 +167,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Yiannis K.", role: "Regular Customer", company: "Thessaloniki Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
id: "2", name: "Maria S.", role: "Visitor", company: "Travel Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-elder-tourist-woman_23-2148620263.jpg"
},
{
id: "3", name: "Alex P.", role: "Business Owner", company: "Local Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"
},
{
id: "4", name: "Sofia M.", role: "Student", company: "University Town", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-woman_641386-1013.jpg"
},
]}
kpiItems={[
{ value: "5.0", label: "Average Rating" },
@@ -187,17 +203,23 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How fast is your service really?", content: "We're known as the fastest gyros service in Thessaloniki. Most orders are ready within 3-5 minutes. We prioritize speed without ever compromising on quality or portion size."},
id: "1", title: "How fast is your service really?", content: "We're known as the fastest gyros service in Thessaloniki. Most orders are ready within 3-5 minutes. We prioritize speed without ever compromising on quality or portion size."
},
{
id: "2", title: "Do you have an English menu?", content: "Yes! We're fully English-friendly with a complete English menu available. Our staff speaks English and is happy to help both locals and international visitors navigate our offerings."},
id: "2", title: "Do you have an English menu?", content: "Yes! We're fully English-friendly with a complete English menu available. Our staff speaks English and is happy to help both locals and international visitors navigate our offerings."
},
{
id: "3", title: "Is there dine-in seating?", content: "Absolutely. We have comfortable dine-in seating available. Our space is clean, welcoming, and perfect for enjoying your meal with friends or family."},
id: "3", title: "Is there dine-in seating?", content: "Absolutely. We have comfortable dine-in seating available. Our space is clean, welcoming, and perfect for enjoying your meal with friends or family."
},
{
id: "4", title: "What makes your portions so generous?", content: "We believe in real value for money. Each gyro is hand-carved fresh and loaded with premium ingredients. We never skimp on portions — that's our promise."},
id: "4", title: "What makes your portions so generous?", content: "We believe in real value for money. Each gyro is hand-carved fresh and loaded with premium ingredients. We never skimp on portions — that's our promise."
},
{
id: "5", title: "Can I feed a group affordably?", content: "Definitely! Feed 4 people for €20 with our family feast. It's our most popular offer and perfect for groups, families, or budget-conscious travelers."},
id: "5", title: "Can I feed a group affordably?", content: "Definitely! Feed 4 people for €20 with our family feast. It's our most popular offer and perfect for groups, families, or budget-conscious travelers."
},
{
id: "6", title: "Are there vegetarian options?", content: "Yes, we offer delicious vegetarian pita options with fresh, authentic ingredients. All our vegetarian dishes maintain our high quality standards at unbeatable prices."},
id: "6", title: "Are there vegetarian options?", content: "Yes, we offer delicious vegetarian pita options with fresh, authentic ingredients. All our vegetarian dishes maintain our high quality standards at unbeatable prices."
},
]}
/>
</div>