diff --git a/src/app/page.tsx b/src/app/page.tsx index 14df0f7..29f2f3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,15 +113,15 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "meat", badge: "Signature", price: "Κρέατα", subtitle: "Από επιλεγμένους παραγωγούς", buttons: [{ text: "View" }], + id: "meat", badge: "Signature", price: "Κρέατα", subtitle: "Από επιλεγμένους παραγωγούς", buttons: [{ text: "Δείτε Αναλυτικά" }], features: ["Μοσχαρίσια μπριζόλα", "Σιδηρόδρομος", "Αρνίσια Παϊδάκια"] }, { - id: "sea", badge: "Fresh", price: "Θαλασσινά", subtitle: "Φρέσκια ψαριά ημέρας", buttons: [{ text: "View" }], + id: "sea", badge: "Fresh", price: "Θαλασσινά", subtitle: "Φρέσκια ψαριά ημέρας", buttons: [{ text: "Δείτε Αναλυτικά" }], features: ["Καλαμάρι σχάρας", "Μπακαλιάρος ψητός", "Αστακομακαρονάδα"] }, { - id: "spec", badge: "New", price: "Specials", subtitle: "Ειδικές γεύσεις Πελώριος", buttons: [{ text: "View" }], + id: "spec", badge: "New", price: "Specials", subtitle: "Ειδικές γεύσεις Πελώριος", buttons: [{ text: "Δείτε Αναλυτικά" }], features: ["Κριθαρότο θαλασσινών", "Premium ποικιλίες", "Chef's selection"] } ]} @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file