diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a59d34..05a767a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,77 +48,44 @@ export default function LandingPage() {
@@ -138,24 +95,15 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Taste the ", - }, + type: "text", content: "Taste the "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/fresh-vegetables-peppers-onions-garlics-with-beans-greens-light-blue_140725-32237.jpg", - alt: "Anandham Restaurant", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/fresh-vegetables-peppers-onions-garlics-with-beans-greens-light-blue_140725-32237.jpg", alt: "Anandham Restaurant"}, { - type: "text", - content: " Essence of Authentic Indian Cuisine", - }, + type: "text", content: " Essence of Authentic Indian Cuisine"}, ]} buttons={[ { - text: "Read Our Story", - href: "#", - }, + text: "Read Our Story", href: "#"}, ]} /> @@ -168,59 +116,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "South Indian", - name: "Crispy Masala Dosa", - price: "Rs 800", - rating: 5, - reviewCount: "21 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg", - }, + id: "1", brand: "South Indian", name: "Crispy Masala Dosa", price: "Rs 800", rating: 5, + reviewCount: "21 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg"}, { - id: "2", - brand: "Beverage", - name: "Refreshing Mango Lassi", - price: "Rs 500", - rating: 5, - reviewCount: "6 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-atlama-yogurt-drink-with-greens-wood-board-cucumbers-potted-plant-grey-isolated-table-copy-place_140725-146344.jpg", - }, + id: "2", brand: "Beverage", name: "Refreshing Mango Lassi", price: "Rs 500", rating: 5, + reviewCount: "6 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-atlama-yogurt-drink-with-greens-wood-board-cucumbers-potted-plant-grey-isolated-table-copy-place_140725-146344.jpg"}, { - id: "3", - brand: "North Indian", - name: "Dal Makhani", - price: "Rs 900", - rating: 4, - reviewCount: "2 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-with-delicious-pakistan-meal_23-2148821537.jpg", - }, + id: "3", brand: "North Indian", name: "Dal Makhani", price: "Rs 900", rating: 4, + reviewCount: "2 reviews", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-with-delicious-pakistan-meal_23-2148821537.jpg"}, { - id: "4", - brand: "Snack", - name: "Mixed Snack Platter", - price: "Rs 750", - rating: 4, - reviewCount: "12 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-hummus-plate_23-2149595662.jpg", - }, + id: "4", brand: "Snack", name: "Mixed Snack Platter", price: "Rs 750", rating: 4, + reviewCount: "12 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-hummus-plate_23-2149595662.jpg"}, { - id: "5", - brand: "Main Course", - name: "Vegetarian Biryani", - price: "Rs 1100", - rating: 5, - reviewCount: "15 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-meal-basket_23-2148821576.jpg", - }, + id: "5", brand: "Main Course", name: "Vegetarian Biryani", price: "Rs 1100", rating: 5, + reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistan-meal-basket_23-2148821576.jpg"}, { - id: "6", - brand: "Breads", - name: "Assorted Naan Basket", - price: "Rs 600", - rating: 5, - reviewCount: "8 reviews", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tandir-breads-blue-cloth-wooden-table_141793-11860.jpg", - }, + id: "6", brand: "Breads", name: "Assorted Naan Basket", price: "Rs 600", rating: 5, + reviewCount: "8 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tandir-breads-blue-cloth-wooden-table_141793-11860.jpg"}, ]} title="Our Signature Menu" description="Explore a wide variety of authentic South and North Indian dishes, prepared with fresh ingredients and traditional spices." @@ -235,20 +147,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Ingredients", - description: "We use only the freshest produce and authentic spices for our meals.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510862.jpg", - }, + title: "Fresh Ingredients", description: "We use only the freshest produce and authentic spices for our meals.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510862.jpg"}, { - title: "Excellent Service", - description: "Our team ensures a warm and welcoming experience for every guest.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg", - }, + title: "Excellent Service", description: "Our team ensures a warm and welcoming experience for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg"}, { - title: "Perfect Ambiance", - description: "Relax in our clean, cozy, and beautifully decorated dining space.", - imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-sitting_140725-163896.jpg", - }, + title: "Perfect Ambiance", description: "Relax in our clean, cozy, and beautifully decorated dining space.", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-sitting_140725-163896.jpg"}, ]} title="Why Choose Anandham?" description="We take pride in providing a high-quality vegetarian dining experience in the heart of Colombo." @@ -263,45 +166,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Thanoja W.", - role: "Local Guide", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg", - }, + id: "1", name: "Thanoja W.", role: "Local Guide", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg"}, { - id: "2", - name: "Dinethra K.", - role: "Local Guide", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-gourmet-meal-beef-taco-salad-plate-generated-by-ai_188544-13382.jpg", - }, + id: "2", name: "Dinethra K.", role: "Local Guide", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-gourmet-meal-beef-taco-salad-plate-generated-by-ai_188544-13382.jpg"}, { - id: "3", - name: "Surruthisha S.", - role: "Foodie", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-little-potato_23-2148332105.jpg", - }, + id: "3", name: "Surruthisha S.", role: "Foodie", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-little-potato_23-2148332105.jpg"}, { - id: "4", - name: "Ananya P.", - role: "Food Blogger", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", - }, + id: "4", name: "Ananya P.", role: "Food Blogger", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"}, { - id: "5", - name: "Ravi K.", - role: "Regular Guest", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", - }, + id: "5", name: "Ravi K.", role: "Regular Guest", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"}, ]} title="What Our Guests Say" description="We're honored to serve our community and appreciate the wonderful feedback from our guests." @@ -314,20 +192,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "What are your opening hours?", - content: "We are open daily from 11:00 AM to 3:30 PM, and re-open from 6:00 PM to 10:00 PM.", - }, + id: "f1", title: "What are your opening hours?", content: "We are open daily from 11:00 AM to 3:30 PM, and re-open from 6:00 PM to 10:00 PM."}, { - id: "f2", - title: "Do you offer delivery?", - content: "Yes, we provide delivery services. You can place an order via phone at 070 666 6781.", - }, + id: "f2", title: "Do you offer delivery?", content: "Yes, we provide delivery services. You can place an order via phone at 070 666 6781."}, { - id: "f3", - title: "Is the restaurant fully vegetarian?", - content: "Yes, Anandham is a 100% vegetarian Indian restaurant.", - }, + id: "f3", title: "Is the restaurant fully vegetarian?", content: "Yes, Anandham is a 100% vegetarian Indian restaurant."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-taking-food-photos_23-2149294504.jpg" mediaAnimation="slide-up" @@ -341,16 +210,13 @@ export default function LandingPage() { @@ -359,46 +225,29 @@ export default function LandingPage() {