Merge version_1 into main #2
107
src/app/page.tsx
107
src/app/page.tsx
@@ -29,28 +29,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Souvlaki Agrinio"
|
||||
button={{ text: "Παραγγελία", href: "tel:+302641000000" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,12 +44,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Αυθεντικό Σουβλάκι στο Αγρίνιο"
|
||||
description="Η καλύτερη ποιότητα κρεατικών, ψημένα με μεράκι και αγνά υλικά. Ελάτε να δοκιμάσετε τη νοστιμιά της παράδοσης."
|
||||
buttons={[
|
||||
{
|
||||
text: "Δείτε το Μενού",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Δείτε το Μενού", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072586.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,23 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Καλαμάκι Χοιρινό",
|
||||
price: "1.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables_23-2148632616.jpg",
|
||||
},
|
||||
id: "1", name: "Καλαμάκι Χοιρινό", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables_23-2148632616.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Πίτα Γύρο Χοιρινό",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kebab-wrap-with-meat-vegetables_23-2148632645.jpg",
|
||||
},
|
||||
id: "2", name: "Πίτα Γύρο Χοιρινό", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-kebab-wrap-with-meat-vegetables_23-2148632645.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Χωριάτικη Σαλάτα",
|
||||
price: "6.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-boiled-sweet-corn-green-peas-spices-oil-vegetables-wooden-board-with-tablecloth_114579-24244.jpg",
|
||||
},
|
||||
id: "3", name: "Χωριάτικη Σαλάτα", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/bowls-boiled-sweet-corn-green-peas-spices-oil-vegetables-wooden-board-with-tablecloth_114579-24244.jpg"},
|
||||
]}
|
||||
title="Το Μενού μας"
|
||||
description="Δοκιμάστε τα ζουμερά κρεατικά μας."
|
||||
@@ -120,45 +89,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "George",
|
||||
role: "Πελάτης",
|
||||
company: "Agrinio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "George", role: "Πελάτης", company: "Agrinio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ioanna Koutsolamprou",
|
||||
role: "Local Guide",
|
||||
company: "Agrinio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg",
|
||||
},
|
||||
id: "2", name: "Ioanna Koutsolamprou", role: "Local Guide", company: "Agrinio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "T.S.",
|
||||
role: "Local Guide",
|
||||
company: "Agrinio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-eating-drinking-get-together_23-2149187013.jpg",
|
||||
},
|
||||
id: "3", name: "T.S.", role: "Local Guide", company: "Agrinio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-eating-drinking-get-together_23-2149187013.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ελλη Ας",
|
||||
role: "Πελάτης",
|
||||
company: "Agrinio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "4", name: "Ελλη Ας", role: "Πελάτης", company: "Agrinio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Νίκος Π.",
|
||||
role: "Τακτικός Πελάτης",
|
||||
company: "Agrinio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Νίκος Π.", role: "Τακτικός Πελάτης", company: "Agrinio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg"},
|
||||
]}
|
||||
title="Τι λένε για εμάς"
|
||||
description="Οι αξιολογήσεις των πελατών μας είναι η μεγαλύτερη επιβράβευση για εμάς."
|
||||
@@ -168,18 +112,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Επικοινωνία"
|
||||
title="Ελάτε να μας επισκεφτείτε"
|
||||
description="Βρισκόμαστε στην καρδιά του Αγρινίου. Ελάτε να δοκιμάσετε τα καλύτερα κρεατικά της πόλης."
|
||||
buttons={[
|
||||
{
|
||||
text: "Τηλεφωνική Παραγγελία",
|
||||
href: "tel:+302641000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Τηλεφωνική Παραγγελία", href: "tel:+302641000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user