diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ec3339..6663b54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,14 @@ export default function LandingPage() { description="Discover what makes us the heart of Turkish dining in our community" features={[ { - id: "1", title: "Friendly & Welcoming Staff", description: "Our smiling team treats every guest like family. Experience genuine Turkish hospitality where warmth and kindness are served with every meal.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1", imageAlt: "Friendly restaurant staff"}, + id: "1", title: "Friendly & Welcoming Staff", description: "Our smiling team treats every guest like family. Experience genuine Turkish hospitality where warmth and kindness are served with every meal.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Friendly restaurant staff"}, { - id: "2", title: "Delicious Homemade Meals", description: "Every dish is prepared with care using traditional recipes passed down through generations. Taste authenticity in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mixed-pickles-side-pomegranate_140725-6452.jpg?_wi=1", imageAlt: "Homemade Turkish dishes"}, + id: "2", title: "Delicious Homemade Meals", description: "Every dish is prepared with care using traditional recipes passed down through generations. Taste authenticity in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mixed-pickles-side-pomegranate_140725-6452.jpg", imageAlt: "Homemade Turkish dishes"}, { - id: "3", title: "Great Service & Hospitality", description: "From the moment you arrive, our dedicated team ensures your dining experience is memorable and exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28159.jpg?_wi=1", imageAlt: "Exceptional service presentation"}, + id: "3", title: "Great Service & Hospitality", description: "From the moment you arrive, our dedicated team ensures your dining experience is memorable and exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28159.jpg", imageAlt: "Exceptional service presentation"}, { - id: "4", title: "Highly Recommended", description: "Customers love us so much they recommend The Pia Yemek to everyone. Join our growing family of satisfied guests.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Community of happy customers"}, + id: "4", title: "Highly Recommended", description: "Customers love us so much they recommend The Pia Yemek to everyone. Join our growing family of satisfied guests.", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Community of happy customers"}, ]} - gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -92,9 +91,9 @@ export default function LandingPage() { description="Taste the authentic flavors of Turkish cuisine crafted with passion and tradition" products={[ { - id: "1", name: "Turkish Meze Platter", price: "Traditional Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mixed-pickles-side-pomegranate_140725-6452.jpg?_wi=2", imageAlt: "Turkish Meze Platter"}, + id: "1", name: "Turkish Meze Platter", price: "Traditional Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mixed-pickles-side-pomegranate_140725-6452.jpg", imageAlt: "Turkish Meze Platter"}, { - id: "2", name: "Grilled Kebab", price: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28159.jpg?_wi=2", imageAlt: "Grilled Turkish Kebab"}, + id: "2", name: "Grilled Kebab", price: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28159.jpg", imageAlt: "Grilled Turkish Kebab"}, { id: "3", name: "Turkish Baklava", price: "Sweet Finale", imageSrc: "http://img.b2bpic.net/free-photo/traditional-eastern-desserts-wooden-background_93675-130990.jpg", imageAlt: "Homemade Turkish Baklava"}, ]} @@ -125,7 +124,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", imageAlt: "Ali Öztürk"}, ]} showRating={true} - gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true}