Merge version_4 into main #5
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user