diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0344619..5740bf4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,6 +21,23 @@ export default function LandingPage() {
setLang((prev) => (prev === "EN" ? "AL" : prev === "AL" ? "IT" : "EN"));
};
+ const getTranslatedMenu = () => {
+ const menu = [
+ { id: "1", brand: { EN: "Pizza", AL: "Picë", IT: "Pizza" }, name: { EN: "Margherita Classica", AL: "Margherita Klasike", IT: "Margherita Classica" }, price: "800 ALL", img: "http://img.b2bpic.net/free-photo/turkish-street-food-lahmacun-with-lemon-fresh-parsley-melted-cheese-top_114579-4348.jpg" },
+ { id: "2", brand: { EN: "Pasta", AL: "Pastë", IT: "Pasta" }, name: { EN: "Carbonara Oro", AL: "Carbonara e Artë", IT: "Carbonara d'Oro" }, price: "1200 ALL", img: "http://img.b2bpic.net/free-photo/close-up-cheesy-spaghetti-pasta-white-ceramic-plate_23-2148246792.jpg" },
+ { id: "3", brand: { EN: "Pasta", AL: "Pastë", IT: "Pasta" }, name: { EN: "Tagliatelle al Tartufo", AL: "Tagliatelle me Tartuf", IT: "Tagliatelle al Tartufo" }, price: "1600 ALL", img: "http://img.b2bpic.net/free-photo/fettuccine-funghi-table_140725-8235.jpg" },
+ { id: "4", brand: { EN: "Dessert", AL: "Ëmbëlsirë", IT: "Dolce" }, name: { EN: "Tiramisu della Casa", AL: "Tiramisu e Shtëpisë", IT: "Tiramisù della Casa" }, price: "500 ALL", img: "http://img.b2bpic.net/free-photo/tiramisu-piece-with-coffee-beans_23-2148531561.jpg" },
+ { id: "5", brand: { EN: "Antipasti", AL: "Antipasta", IT: "Antipasti" }, name: { EN: "Caprese Moderna", AL: "Caprese Moderne", IT: "Caprese Moderna" }, price: "700 ALL", img: "http://img.b2bpic.net/free-photo/plate-with-mozzarella-cheese-tomatoes_23-2149460148.jpg" },
+ { id: "6", brand: { EN: "Antipasti", AL: "Antipasta", IT: "Antipasti" }, name: { EN: "Tagliere Italiano", AL: "Tavolinë Italiane", IT: "Tagliere Italiano" }, price: "1500 ALL", img: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg" }
+ ];
+ return menu.map(item => ({
+ ...item,
+ brand: item.brand[lang as keyof typeof item.brand],
+ name: item.name[lang as keyof typeof item.name],
+ imageSrc: item.img
+ }));
+ };
+
return (
@@ -70,26 +83,9 @@ export default function LandingPage() {
-
-
-
-
@@ -99,26 +95,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
- products={[
- { id: "1", brand: "Pizza", name: "Margherita Classica", price: "800 ALL", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/turkish-street-food-lahmacun-with-lemon-fresh-parsley-melted-cheese-top_114579-4348.jpg" },
- { id: "2", brand: "Pasta", name: "Carbonara Oro", price: "1200 ALL", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheesy-spaghetti-pasta-white-ceramic-plate_23-2148246792.jpg" },
- { id: "3", brand: "Pasta", name: "Tagliatelle al Tartufo", price: "1600 ALL", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-funghi-table_140725-8235.jpg" },
- { id: "4", brand: "Dessert", name: "Tiramisu della Casa", price: "500 ALL", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-piece-with-coffee-beans_23-2148531561.jpg" },
- { id: "5", brand: "Antipasti", name: "Caprese Moderna", price: "700 ALL", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mozzarella-cheese-tomatoes_23-2149460148.jpg" },
- { id: "6", brand: "Antipasti", name: "Tagliere Italiano", price: "1500 ALL", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg" },
- ]}
- title="Our Signature Dishes"
- description="Taste the finest Italian culinary craftsmanship."
- />
-
-
-
-
@@ -128,39 +107,18 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "1", name: "Elena R.", handle: "@elena_r", testimonial: "The best pizza I have ever had in Tirana! Truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232223.jpg" },
- { id: "2", name: "Marko V.", handle: "@marko_v", testimonial: "Feels like dining in Italy. Great atmosphere and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
- { id: "3", name: "Sara K.", handle: "@sara_k", testimonial: "Absolutely 10/10 experience. The pasta is handmade perfection.", imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg" },
- { id: "4", name: "John D.", handle: "@john_d", testimonial: "Friendly service and great wine list. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
- { id: "5", name: "Sofia L.", handle: "@sofia_l", testimonial: "A hidden gem in the heart of the city. Will come again!", imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg" },
+ { id: "1", name: "Elena R.", handle: "@elena_r", testimonial: "The best pizza I have ever had in Tirana! Truly authentic." },
]}
title="What Our Guests Say"
description="Experiences that make every meal memorable."
/>
-
-
-
-