diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f47295..4874412 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,81 +28,38 @@ export default function LandingPage() {
@@ -113,18 +70,9 @@ export default function LandingPage() { title="A Legacy of Taste" description="Born from a love for traditional recipes, Carnatic Cafe brings the rich heritage of Southern India to your table. We prioritize quality, authentic spices, and the timeless art of slow cooking." metrics={[ - { - value: "15+", - title: "Years Experience", - }, - { - value: "50+", - title: "Traditional Recipes", - }, - { - value: "10k+", - title: "Happy Guests", - }, + { value: "15+", title: "Years Experience" }, + { value: "50+", title: "Traditional Recipes" }, + { value: "10k+", title: "Happy Guests" }, ]} imageSrc="http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516883.jpg" imageAlt="Traditional kitchen preparation" @@ -140,60 +88,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Snacks", - name: "Medu Vada", - price: "$8.00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-south-indian-breakfast-plate_23-2152002822.jpg", - }, - { - id: "p2", - brand: "Breakfast", - name: "Plain Dosa", - price: "$10.00", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg", - }, - { - id: "p3", - brand: "Main Course", - name: "Masala Dosa", - price: "$12.00", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-rolled-pancakes-lined-dark-background-color-meal-pie-meat-pastry-dough-cake-sweet-hotcake_179666-46762.jpg", - }, - { - id: "p4", - brand: "Breakfast", - name: "Idli Sambar", - price: "$9.00", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg", - }, - { - id: "p5", - brand: "Breakfast", - name: "Veg Uttapam", - price: "$11.00", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102096.jpg", - }, - { - id: "p6", - brand: "Beverage", - name: "Filter Coffee", - price: "$5.00", - rating: 5, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-side-transparent-chrome-drip-coffee-maker-with-roasted-filtered-coffee-isolated-thick-wooden-table-cafe-shop-white-weights-steam-brutal_346278-1398.jpg", - }, + { id: "p1", brand: "Snacks", name: "Medu Vada", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-south-indian-breakfast-plate_23-2152002822.jpg" }, + { id: "p2", brand: "Breakfast", name: "Plain Dosa", price: "$10.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg" }, + { id: "p3", brand: "Main Course", name: "Masala Dosa", price: "$12.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-rolled-pancakes-lined-dark-background-color-meal-pie-meat-pastry-dough-cake-sweet-hotcake_179666-46762.jpg" }, + { id: "p4", brand: "Breakfast", name: "Idli Sambar", price: "$9.00", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg" }, + { id: "p5", brand: "Breakfast", name: "Veg Uttapam", price: "$11.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102096.jpg" }, + { id: "p6", brand: "Beverage", name: "Filter Coffee", price: "$5.00", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-side-transparent-chrome-drip-coffee-maker-with-roasted-filtered-coffee-isolated-thick-wooden-table-cafe-shop-white-weights-steam-brutal_346278-1398.jpg" }, ]} title="Signature Menu" description="Delight your senses with our carefully curated selection of traditional delicacies." @@ -204,31 +104,11 @@ export default function LandingPage() { @@ -260,29 +132,15 @@ export default function LandingPage() {