diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e73beb..7ff7c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,28 +29,14 @@ export default function LandingPage() { @@ -58,12 +44,7 @@ export default function LandingPage() { @@ -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() {