diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b9aaf..54dd418 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,62 +49,39 @@ export default function LandingPage() {
@@ -124,9 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Friend's Circle Near Suchitra Road" description={[ - "Founded on a love for communal dining, My Friend's Circle has become a local staple. We serve recipes passed down through generations, bringing the heart of Mughlai flavors to our neighborhood.", - "We take pride in our authentic preparation methods, ensuring every plate served captures the essence of Hyderabad.", - ]} + "Founded on a love for communal dining, My Friend's Circle has become a local staple. We serve recipes passed down through generations, bringing the heart of Mughlai flavors to our neighborhood.", "We take pride in our authentic preparation methods, ensuring every plate served captures the essence of Hyderabad."]} /> @@ -138,26 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Slow-Cooked Haleem", - description: "Rich, creamy mutton stew cooked for over 12 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-fried-hot-pot-with-spicy-sauce-korean-style_1150-42866.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-vegetable-cooking-meal-cuisine-food-dish-meat-cook-dinner_140725-158768.jpg", - buttonText: "Order Now", - }, + title: "Slow-Cooked Haleem", description: "Rich, creamy mutton stew cooked for over 12 hours.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fried-hot-pot-with-spicy-sauce-korean-style_1150-42866.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-vegetable-cooking-meal-cuisine-food-dish-meat-cook-dinner_140725-158768.jpg", buttonText: "Order Now"}, { - title: "Traditional Biryani", - description: "Signature spice blend with fragrant basmati rice.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-dish-with-rice-cashew-nuts-sauce-lemon-vegetables-coriander-leaf-wooden-tray_613910-21742.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-composition_23-2148821517.jpg", - buttonText: "Order Now", - }, + title: "Traditional Biryani", description: "Signature spice blend with fragrant basmati rice.", imageSrc: "http://img.b2bpic.net/free-photo/indian-traditional-dish-with-rice-cashew-nuts-sauce-lemon-vegetables-coriander-leaf-wooden-tray_613910-21742.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-composition_23-2148821517.jpg", buttonText: "Order Now"}, { - title: "Irani Tea Time", - description: "Authentic Irani Chai, perfect for every conversation.", - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-milk-with-froth_140725-7260.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-with-cinnamons-wooden-board_114579-52724.jpg", - buttonText: "Order Now", - }, + title: "Irani Tea Time", description: "Authentic Irani Chai, perfect for every conversation.", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-milk-with-froth_140725-7260.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-with-cinnamons-wooden-board_114579-52724.jpg", buttonText: "Order Now"}, ]} title="Our Signature Specialties" description="From slow-cooked Haleem to perfectly spiced Tandoori, discover the pillars of our culinary reputation." @@ -166,46 +116,23 @@ export default function LandingPage() {