diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fa1035..0cbde1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,103 +47,58 @@ export default function LandingPage() {
@@ -164,17 +111,11 @@ export default function LandingPage() { description="At Maa Annpurna Hotel, we believe that food is not just nourishment, but a journey through tradition. Our kitchen is dedicated to using time-honored recipes to bring you the best flavors." bulletPoints={[ { - title: "Fresh Ingredients", - description: "We source the finest local produce daily.", - }, + title: "Fresh Ingredients", description: "We source the finest local produce daily."}, { - title: "Authentic Recipes", - description: "Centuries-old recipes passed down through generations.", - }, + title: "Authentic Recipes", description: "Centuries-old recipes passed down through generations."}, { - title: "Warm Hospitality", - description: "Experience service that feels like home.", - }, + title: "Warm Hospitality", description: "Experience service that feels like home."}, ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg" mediaAnimation="blur-reveal" @@ -188,24 +129,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Traditional Flavors", - description: "Rich, aromatic dishes cooked to perfection.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97954.jpg", - }, + title: "Traditional Flavors", description: "Rich, aromatic dishes cooked to perfection.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97954.jpg"}, items: [ { - text: "Pure Spices", - icon: CheckCircle, + text: "Pure Spices", icon: CheckCircle, }, { - text: "Homemade Taste", - icon: CheckCircle, + text: "Homemade Taste", icon: CheckCircle, }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg?_wi=2", - imageAlt: "fresh ingredients vegetable preparation", }, ]} title="What We Offer" @@ -221,41 +155,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Special Thali", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg", - }, + id: "1", name: "Special Thali", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg"}, { - id: "2", - name: "Paneer Butter Masala", - price: "$10.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-rice-inside-plate-dark-surface-dinner-food-cuisine-meal-dish-restaurant-kitchen-bread-taste_140725-158743.jpg", - }, + id: "2", name: "Paneer Butter Masala", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-rice-inside-plate-dark-surface-dinner-food-cuisine-meal-dish-restaurant-kitchen-bread-taste_140725-158743.jpg"}, { - id: "3", - name: "Dal Makhani", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-arrangement-teapot-cup_23-2148316964.jpg", - }, + id: "3", name: "Dal Makhani", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/rustic-arrangement-teapot-cup_23-2148316964.jpg"}, { - id: "4", - name: "Vegetable Biryani", - price: "$11.00", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-classic-tomato-soup-brown-bowl-beans-spoon-mixed-color-table-footage_140725-92036.jpg", - }, + id: "4", name: "Vegetable Biryani", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-classic-tomato-soup-brown-bowl-beans-spoon-mixed-color-table-footage_140725-92036.jpg"}, { - id: "5", - name: "Gulab Jamun", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-bowl-rice-wooden-surface_181624-16780.jpg", - }, + id: "5", name: "Gulab Jamun", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-bowl-rice-wooden-surface_181624-16780.jpg"}, { - id: "6", - name: "Masala Chai", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247241.jpg", - }, + id: "6", name: "Masala Chai", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247241.jpg"}, ]} title="Our Signature Dishes" description="Explore our curated selection of traditional Indian delicacies." @@ -264,44 +174,20 @@ export default function LandingPage() {
@@ -339,16 +216,13 @@ export default function LandingPage() { @@ -359,29 +233,19 @@ export default function LandingPage() { logoText="Maa Annpurna Hotel" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, ]}