diff --git a/src/app/page.tsx b/src/app/page.tsx index 818e51d..7028869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Cake, Cheese, Clock, Coffee, Drumstick, Fish, Gift, Heart, IceCream, Leaf, Olive, Salad, Smile, Star, Wheat } from "lucide-react"; +import { Award, Cake, Clock, Coffee, Drumstick, Fish, Gift, Heart, IceCream, Leaf, Salad, Smile, Star, Wheat, Square, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -125,14 +125,16 @@ export default function LandingPage() { { type: "text", content: "Our Story: A Taste of Kefalonia"}, { - type: "text", content: "Borgo Kefalonia brings the heart of Greek hospitality and traditional recipes to your table. Passed down through generations, our dishes tell a story of heritage and passion, using only the freshest local ingredients. We celebrate the rich culinary traditions of Kefalonia, offering a true taste of the island's spirit."}, + type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-hands-cutting-bread_23-2149481195.jpg", alt: "Chef preparing a traditional Greek dish" + }, + { + type: "text", content: "Borgo Kefalonia brings the heart of Greek hospitality and traditional recipes to your table. Passed down through generations, our dishes tell a story of heritage and passion, using only the freshest local ingredients. We celebrate the rich culinary traditions of Kefalonia, offering a true taste of the island's spirit." + }, ]} buttons={[ { text: "Learn More About Us", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-cutting-bread_23-2149481195.jpg" - imageAlt="Chef preparing a traditional Greek dish" /> @@ -150,10 +152,10 @@ export default function LandingPage() { icon: Salad, text: "Fresh Horiatiki"}, { - icon: Olive, + icon: Circle, text: "Marinated Olives"}, { - icon: Cheese, + icon: Square, text: "Flaming Saganaki"}, ], reverse: false,