diff --git a/src/app/page.tsx b/src/app/page.tsx index a452bfe..f05a78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,132 +31,53 @@ export default function LandingPage() {
@@ -166,9 +87,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Flavor" description={[ - "Founded with a passion for excellence, Al-Nazeer brings traditional recipes into a contemporary fine-dining setting. We honor history with every plate.", - "Our commitment to quality means every dish is curated to provide a unique sensory experience for every guest.", - ]} + "Founded with a passion for excellence, Al-Nazeer brings traditional recipes into a contemporary fine-dining setting. We honor history with every plate.", "Our commitment to quality means every dish is curated to provide a unique sensory experience for every guest."]} /> @@ -179,60 +98,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - brand: "Signature", - name: "Royal Biryani", - price: "$24.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg", - }, - { - id: "2", - brand: "Appetizer", - name: "Saffron Kebabs", - price: "$18.50", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg", - }, - { - id: "3", - brand: "Main Course", - name: "Tandoori Special", - price: "$32.00", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg", - }, - { - id: "4", - brand: "Vegetarian", - name: "Dal Bukhara", - price: "$15.99", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg", - }, - { - id: "5", - brand: "Dessert", - name: "Gulab Jamun", - price: "$9.99", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg", - }, - { - id: "6", - brand: "Special", - name: "Spiced Lamb Chops", - price: "$38.00", - rating: 5, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg", - }, + { id: "1", brand: "Signature", name: "Royal Biryani", price: "$24.99", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg" }, + { id: "2", brand: "Appetizer", name: "Saffron Kebabs", price: "$18.50", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-feta-cheese-olives-white-plate_140725-9209.jpg" }, + { id: "3", brand: "Main Course", name: "Tandoori Special", price: "$32.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg" }, + { id: "4", brand: "Vegetarian", name: "Dal Bukhara", price: "$15.99", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg" }, + { id: "5", brand: "Dessert", name: "Gulab Jamun", price: "$9.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg" }, + { id: "6", brand: "Special", name: "Spiced Lamb Chops", price: "$38.00", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg" }, ]} title="Chef's Signature Selection" description="Explore our hand-crafted menu designed to ignite your palate with authentic spices and fresh, premium ingredients." @@ -245,26 +116,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Freshness", - title: "Farm to Table", - subtitle: "Quality", - description: "Every ingredient is sourced from sustainable, local farms to ensure maximum freshness in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg", - }, + tag: "Freshness", title: "Farm to Table", subtitle: "Quality", description: "Every ingredient is sourced from sustainable, local farms to ensure maximum freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/retro-interior-design-table-with-food_23-2150595529.jpg"}, { - tag: "Artistry", - title: "Expert Chefs", - subtitle: "Craft", - description: "Our chefs are masters of their craft, blending traditional spice profiles with modern cooking techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/new-year-table-decorated_23-2149197029.jpg", - }, + tag: "Artistry", title: "Expert Chefs", subtitle: "Craft", description: "Our chefs are masters of their craft, blending traditional spice profiles with modern cooking techniques.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-table-decorated_23-2149197029.jpg"}, { - tag: "Comfort", - title: "Impeccable Service", - subtitle: "Care", - description: "We treat every guest like royalty, ensuring a warm, welcoming environment that feels like home.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg", - }, + tag: "Comfort", title: "Impeccable Service", subtitle: "Care", description: "We treat every guest like royalty, ensuring a warm, welcoming environment that feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"}, ]} title="Why Choose Al-Nazeer" description="We blend traditional cooking techniques with exceptional service to create memorable dining moments." @@ -277,41 +133,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah Ahmed", - handle: "@sarah_foodie", - testimonial: "The Royal Biryani is absolutely life-changing! A must-try.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg", - }, - { - id: "2", - name: "John Doe", - handle: "@jd_eats", - testimonial: "The atmosphere and flavors are simply the best in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg", - }, - { - id: "3", - name: "Amira Khan", - handle: "@amira_k", - testimonial: "I love the warm service and the authentic kebabs. 5 stars!", - imageSrc: "http://img.b2bpic.net/free-photo/glad-african-american-young-woman-rests-alone-coffee-shop-has-delighted-look-rests-after-work-laptop-computer-has-positive-expression_273609-3414.jpg", - }, - { - id: "4", - name: "Mark Stevens", - handle: "@mstevens", - testimonial: "A wonderful dining experience for the whole family.", - imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg", - }, - { - id: "5", - name: "Lisa Wang", - handle: "@lisaw", - testimonial: "Authentic spices and such fresh ingredients. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/man-apron-giving-croissant-woman_23-2147766943.jpg", - }, + { id: "1", name: "Sarah Ahmed", handle: "@sarah_foodie", testimonial: "The Royal Biryani is absolutely life-changing! A must-try.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg" }, + { id: "2", name: "John Doe", handle: "@jd_eats", testimonial: "The atmosphere and flavors are simply the best in the city.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67527.jpg" }, + { id: "3", name: "Amira Khan", handle: "@amira_k", testimonial: "I love the warm service and the authentic kebabs. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/glad-african-american-young-woman-rests-alone-coffee-shop-has-delighted-look-rests-after-work-laptop-computer-has-positive-expression_273609-3414.jpg" }, + { id: "4", name: "Mark Stevens", handle: "@mstevens", testimonial: "A wonderful dining experience for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg" }, + { id: "5", name: "Lisa Wang", handle: "@lisaw", testimonial: "Authentic spices and such fresh ingredients. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-apron-giving-croissant-woman_23-2147766943.jpg" }, ]} title="What Our Guests Say" description="Discover why our guests keep coming back for the Al-Nazeer experience." @@ -323,27 +149,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend making a reservation, especially on weekends.", - }, - { - id: "2", - title: "Are there vegetarian options?", - content: "Absolutely, our menu offers a wide variety of plant-based dishes.", - }, - { - id: "3", - title: "Do you offer private events?", - content: "Yes, we accommodate private parties and events with custom menus.", - }, + { id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially on weekends." }, + { id: "2", title: "Are there vegetarian options?", content: "Absolutely, our menu offers a wide variety of plant-based dishes." }, + { id: "3", title: "Do you offer private events?", content: "Yes, we accommodate private parties and events with custom menus." }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-happy-waitress-serving-food-guests-restaurant_637285-8962.jpg" mediaAnimation="slide-up" + faqsAnimation="slide-up" title="Frequently Asked Questions" description="Everything you need to know before your next visit to Al-Nazeer." - faqsAnimation="slide-up" /> @@ -353,21 +167,9 @@ export default function LandingPage() { title="Our Culinary Impact" tag="Milestones" metrics={[ - { - id: "1", - value: "15k+", - description: "Happy Guests Served", - }, - { - id: "2", - value: "20+", - description: "Signature Recipes", - }, - { - id: "3", - value: "5", - description: "Star Service Rating", - }, + { id: "1", value: "15k+", description: "Happy Guests Served" }, + { id: "2", value: "20+", description: "Signature Recipes" }, + { id: "3", value: "5", description: "Star Service Rating" }, ]} metricsAnimation="slide-up" /> @@ -376,9 +178,7 @@ export default function LandingPage() {