diff --git a/src/app/page.tsx b/src/app/page.tsx
index 393bef4..576c14d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,101 +32,44 @@ export default function LandingPage() {
@@ -135,19 +78,9 @@ export default function LandingPage() {
@@ -158,26 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Spices",
- title: "Fresh Ground Spices",
- subtitle: "Authentic Blend",
- description: "Every spice we use is hand-ground to preserve its unique aromatic profile.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg?_wi=1",
- },
+ tag: "Spices", title: "Fresh Ground Spices", subtitle: "Authentic Blend", description: "Every spice we use is hand-ground to preserve its unique aromatic profile.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg"},
{
- tag: "Method",
- title: "Traditional Clay Ovens",
- subtitle: "Heritage Cooking",
- description: "Our tandoors bring that perfect char and smokiness to every dish.",
- imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg?_wi=1",
- },
+ tag: "Method", title: "Traditional Clay Ovens", subtitle: "Heritage Cooking", description: "Our tandoors bring that perfect char and smokiness to every dish.", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg"},
{
- tag: "Vibe",
- title: "Warm Atmosphere",
- subtitle: "Community Focused",
- description: "Designed for families, friends, and anyone looking for a soulful meal.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg?_wi=1",
- },
+ tag: "Vibe", title: "Warm Atmosphere", subtitle: "Community Focused", description: "Designed for families, friends, and anyone looking for a soulful meal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg"},
]}
title="Why Dine With Us"
description="We blend ancient cooking techniques with fresh, locally sourced ingredients to bring you an unparalleled dining experience."
@@ -191,60 +109,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- brand: "Starter",
- name: "Vegetable Samosas",
- price: "$8",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-surface_140725-107275.jpg",
- },
- {
- id: "2",
- brand: "Bread",
- name: "Garlic Naan",
- price: "$4",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg",
- },
- {
- id: "3",
- brand: "Main",
- name: "Butter Chicken",
- price: "$18",
- rating: 5,
- reviewCount: "350",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747704.jpg",
- },
- {
- id: "4",
- brand: "Side",
- name: "Aloo Gobi",
- price: "$14",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg",
- },
- {
- id: "5",
- brand: "Drink",
- name: "Mango Lassi",
- price: "$6",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/small-glass-with-mojito_1203-373.jpg",
- },
- {
- id: "6",
- brand: "Dessert",
- name: "Gulab Jamun",
- price: "$7",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg",
- },
+ { id: "1", brand: "Starter", name: "Vegetable Samosas", price: "$8", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-surface_140725-107275.jpg" },
+ { id: "2", brand: "Bread", name: "Garlic Naan", price: "$4", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg" },
+ { id: "3", brand: "Main", name: "Butter Chicken", price: "$18", rating: 5, reviewCount: "350", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747704.jpg" },
+ { id: "4", brand: "Side", name: "Aloo Gobi", price: "$14", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg" },
+ { id: "5", brand: "Drink", name: "Mango Lassi", price: "$6", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-with-mojito_1203-373.jpg" },
+ { id: "6", brand: "Dessert", name: "Gulab Jamun", price: "$7", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg" },
]}
title="Signature Menu"
description="Explore our curated collection of culinary masterpieces."
@@ -258,21 +128,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "20k+",
- description: "Meals Served Annually",
- },
- {
- id: "m2",
- value: "95%",
- description: "Repeat Customers",
- },
- {
- id: "m3",
- value: "12",
- description: "Awards Received",
- },
+ { id: "m1", value: "20k+", description: "Meals Served Annually" },
+ { id: "m2", value: "95%", description: "Repeat Customers" },
+ { id: "m3", value: "12", description: "Awards Received" },
]}
title="By The Numbers"
description="Our commitment to quality has earned us a reputation for excellence."
@@ -284,61 +142,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- date: "Jan 2024",
- title: "Foodie",
- quote: "Absolutely the most authentic Indian food in town!",
- tag: "Excellent",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg?_wi=2",
- imageAlt: "happy customer dining restaurant portrait",
- },
- {
- id: "2",
- name: "Raj K.",
- date: "Dec 2023",
- title: "Regular",
- quote: "Reminds me of home. Great spices and perfect naan.",
- tag: "Loved it",
- avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg",
- imageAlt: "happy customer dining restaurant portrait",
- },
- {
- id: "3",
- name: "Emily Chen",
- date: "Nov 2023",
- title: "Guest",
- quote: "The Butter Chicken is legendary. Worth every penny.",
- tag: "Highly Recommended",
- avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-indoor-portrait-young-brunette-woman-posing-city-cafeteria-enjoy-her-tasty-hot-morning-coffee_291049-795.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg?_wi=2",
- imageAlt: "happy customer dining restaurant portrait",
- },
- {
- id: "4",
- name: "Marcus A.",
- date: "Oct 2023",
- title: "Food Critic",
- quote: "A masterclass in spice balancing. Truly delicious.",
- tag: "Impressed",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-hostel_23-2150601158.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg?_wi=2",
- imageAlt: "happy customer dining restaurant portrait",
- },
- {
- id: "5",
- name: "Linda G.",
- date: "Sep 2023",
- title: "Local",
- quote: "The staff are so friendly and welcoming. Five stars!",
- tag: "Perfect Experience",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg?_wi=2",
- imageAlt: "happy customer dining restaurant portrait",
- },
+ { id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Foodie", quote: "Absolutely the most authentic Indian food in town!", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", imageAlt: "happy customer dining restaurant portrait" },
+ { id: "2", name: "Raj K.", date: "Dec 2023", title: "Regular", quote: "Reminds me of home. Great spices and perfect naan.", tag: "Loved it", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg", imageAlt: "happy customer dining restaurant portrait" },
+ { id: "3", name: "Emily Chen", date: "Nov 2023", title: "Guest", quote: "The Butter Chicken is legendary. Worth every penny.", tag: "Highly Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-indoor-portrait-young-brunette-woman-posing-city-cafeteria-enjoy-her-tasty-hot-morning-coffee_291049-795.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg", imageAlt: "happy customer dining restaurant portrait" },
+ { id: "4", name: "Marcus A.", date: "Oct 2023", title: "Food Critic", quote: "A masterclass in spice balancing. Truly delicious.", tag: "Impressed", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-hostel_23-2150601158.jpg", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg", imageAlt: "happy customer dining restaurant portrait" },
+ { id: "5", name: "Linda G.", date: "Sep 2023", title: "Local", quote: "The staff are so friendly and welcoming. Five stars!", tag: "Perfect Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg", imageAlt: "happy customer dining restaurant portrait" },
]}
title="What Our Guests Say"
description="Honest reviews from our beloved community."
@@ -350,21 +158,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, we encourage reservations for large groups or weekend dining.",
- },
- {
- id: "q2",
- title: "Are there vegan options?",
- content: "Absolutely! Our menu features a dedicated section for delicious vegan dishes.",
- },
- {
- id: "q3",
- title: "Is parking available?",
- content: "We offer complimentary parking for all our guests in the restaurant lot.",
- },
+ { id: "q1", title: "Do you accept reservations?", content: "Yes, we encourage reservations for large groups or weekend dining." },
+ { id: "q2", title: "Are there vegan options?", content: "Absolutely! Our menu features a dedicated section for delicious vegan dishes." },
+ { id: "q3", title: "Is parking available?", content: "We offer complimentary parking for all our guests in the restaurant lot." },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754682.jpg"
title="Common Queries"
@@ -376,9 +172,7 @@ export default function LandingPage() {