diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ef3ef7..582be41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,32 +31,14 @@ export default function LandingPage() { @@ -64,41 +46,14 @@ export default function LandingPage() { @@ -108,12 +63,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Taste of Italy in Tirana" description="From handmade pasta to our wood-fired oven pizzas, every dish is crafted with authentic Italian traditions and local, fresh ingredients. Experience a warm, cozy atmosphere that transports you to Rome with every bite." - buttons={[ - { - text: "Learn Our Story", - href: "#about", - }, - ]} + buttons={[{ text: "Learn Our Story", href: "#about" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-person-making-pasta-with-machine_23-2148296887.jpg" imageAlt="Authentic Italian Kitchen" /> @@ -126,27 +76,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} features={[ - { - title: "Traditional Pizza", - description: "Authentic sourdough crust fired in our traditional oven.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-pepper-ingredients_23-2148765344.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg", - buttonText: "Discover", - }, - { - title: "Artisanal Pasta", - description: "Fresh, handmade pasta daily with premium imported flour.", - imageSrc: "http://img.b2bpic.net/free-photo/from-pasta-near-meat-cheese_23-2147772009.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", - buttonText: "Discover", - }, - { - title: "Memorable Service", - description: "Warm, welcoming hospitality just like family.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-selling-food-street_329181-20708.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/barman-serving-coffee_23-2147821304.jpg", - buttonText: "Discover", - }, + { title: "Traditional Pizza", description: "Authentic sourdough crust fired in our traditional oven.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-pepper-ingredients_23-2148765344.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg", buttonText: "Discover" }, + { title: "Artisanal Pasta", description: "Fresh, handmade pasta daily with premium imported flour.", imageSrc: "http://img.b2bpic.net/free-photo/from-pasta-near-meat-cheese_23-2147772009.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/low-angle-pasta-with-vegetables_23-2148584799.jpg", buttonText: "Discover" }, + { title: "Memorable Service", description: "Warm, welcoming hospitality just like family.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-selling-food-street_329181-20708.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/barman-serving-coffee_23-2147821304.jpg", buttonText: "Discover" }, ]} title="Why We Are Tirana's Favorite" description="Experience excellence in every detail of our service and cuisine." @@ -155,64 +87,17 @@ export default function LandingPage() {