diff --git a/src/app/page.tsx b/src/app/page.tsx
index 312918d..50e72ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Coffee, Croissant, Sandwich, Salad } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -29,135 +30,50 @@ export default function LandingPage() {
@@ -175,34 +91,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Καφέδες",
- description: "Ελληνικός, espresso, freddo, cappuccino.",
- buttonIcon: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg?_wi=1",
- imageAlt: "greek coffee freddo espresso close up",
- },
- {
- title: "Πρωινό",
- description: "Πίτες, μπουγάτσα, κρουάσαν και ομελέτες.",
- buttonIcon: "Croissant",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=3",
- imageAlt: "greek coffee freddo espresso close up",
- },
- {
- title: "Σάντουιτς",
- description: "Χειροποίητα σάντουιτς και τοστ.",
- buttonIcon: "Sandwich",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg?_wi=1",
- imageAlt: "greek coffee freddo espresso close up",
- },
- {
- title: "Σαλάτες",
- description: "Χωριάτικη, Caesar's, Ντάκος.",
- buttonIcon: "Salad",
- imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg?_wi=1",
- imageAlt: "greek coffee freddo espresso close up",
- },
+ { title: "Καφέδες", description: "Ελληνικός, espresso, freddo, cappuccino.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-coffee-rustic-table_23-2147693441.jpg", imageAlt: "greek coffee freddo espresso close up" },
+ { title: "Πρωινό", description: "Πίτες, μπουγάτσα, κρουάσαν και ομελέτες.", buttonIcon: Croissant, imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", imageAlt: "greek coffee freddo espresso close up" },
+ { title: "Σάντουιτς", description: "Χειροποίητα σάντουιτς και τοστ.", buttonIcon: Sandwich, imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg", imageAlt: "greek coffee freddo espresso close up" },
+ { title: "Σαλάτες", description: "Χωριάτικη, Caesar's, Ντάκος.", buttonIcon: Salad, imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg", imageAlt: "greek coffee freddo espresso close up" }
]}
title="Κάτι για Κάθε Γούστο"
description="Από τον πρωινό καφέ μέχρι τα βραδινά σνακ, κάθε πιάτο φτιάχνεται με μεράκι."
@@ -216,30 +108,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Freddo Espresso",
- price: "€2,50",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Greek Bougatsa",
- price: "€2,00",
- imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Souvlaki",
- price: "€2,80",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-grilled_23-2148632662.jpg",
- },
- {
- id: "4",
- name: "Greek Salad",
- price: "€6,00",
- imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg",
- },
+ { id: "1", name: "Freddo Espresso", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pastry-dark-blue-surface_179666-44266.jpg" },
+ { id: "2", name: "Greek Bougatsa", price: "€2,00", imageSrc: "http://img.b2bpic.net/free-photo/classic-greek-salad-fresh-vegetables-cucumber-tomato-sweet-pepper-lettuce-red-onion-feta-cheese-olives-with-olive-oil-healthy-food-top-view_1150-44877.jpg" },
+ { id: "3", name: "Souvlaki", price: "€2,80", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-grilled_23-2148632662.jpg" },
+ { id: "4", name: "Greek Salad", price: "€6,00", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-pastel-colored-background_23-2151752968.jpg" }
]}
title="Γεύσεις που Μένουν"
description="Δοκιμάστε τις αγαπημένες μας επιλογές."
@@ -248,68 +120,20 @@ export default function LandingPage() {
@@ -338,37 +155,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file