diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5fefed9..b4a6b93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,104 +32,67 @@ export default function LandingPage() {
@@ -139,7 +102,6 @@ export default function LandingPage() {
@@ -148,67 +110,26 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
{
- id: "p1",
- brand: "Amma Restaurant",
- name: "Chicken Biryani",
- price: "OMR 2.00",
- rating: 4.8,
- reviewCount: "120 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg",
- imageAlt: "Aromatic Chicken Biryani",
- },
+ id: "p1", brand: "Amma Restaurant", name: "Chicken Biryani", price: "OMR 2.00", rating: 4.8,
+ reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rice-garnish-with-grilled-chicken-cucumber-carrot-bell-pepper-spring-onion_141793-5070.jpg", imageAlt: "Aromatic Chicken Biryani"},
{
- id: "p2",
- brand: "Amma Restaurant",
- name: "Paneer Butter Masala",
- price: "OMR 1.80",
- rating: 4.8,
- reviewCount: "120 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857894.jpg",
- imageAlt: "Creamy Paneer Butter Masala",
- },
+ id: "p2", brand: "Amma Restaurant", name: "Paneer Butter Masala", price: "OMR 1.80", rating: 4.8,
+ reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857894.jpg", imageAlt: "Creamy Paneer Butter Masala"},
{
- id: "p3",
- brand: "Amma Restaurant",
- name: "Vegetable Samosa",
- price: "OMR 0.50",
- rating: 4.7,
- reviewCount: "85 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2789.jpg",
- imageAlt: "Crispy Vegetable Samosa",
- },
+ id: "p3", brand: "Amma Restaurant", name: "Vegetable Samosa", price: "OMR 0.50", rating: 4.7,
+ reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/nam-neaung-vietnamese-meat-ball-wraps_1339-2789.jpg", imageAlt: "Crispy Vegetable Samosa"},
{
- id: "p4",
- brand: "Amma Restaurant",
- name: "Tandoori Chicken",
- price: "OMR 2.50",
- rating: 4.9,
- reviewCount: "100 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg",
- imageAlt: "Spicy Tandoori Chicken",
- },
+ id: "p4", brand: "Amma Restaurant", name: "Tandoori Chicken", price: "OMR 2.50", rating: 4.9,
+ reviewCount: "100 reviews", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Spicy Tandoori Chicken"},
{
- id: "p5",
- brand: "Amma Restaurant",
- name: "Shrimp Curry",
- price: "OMR 2.20",
- rating: 4.8,
- reviewCount: "70 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/rice-noodle-coconut-milk-solution_1150-24842.jpg",
- imageAlt: "Flavorful Shrimp Curry",
- },
+ id: "p5", brand: "Amma Restaurant", name: "Shrimp Curry", price: "OMR 2.20", rating: 4.8,
+ reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodle-coconut-milk-solution_1150-24842.jpg", imageAlt: "Flavorful Shrimp Curry"},
{
- id: "p6",
- brand: "Amma Restaurant",
- name: "Garlic Naan",
- price: "OMR 0.80",
- rating: 4.9,
- reviewCount: "110 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-bread-hand_140725-3328.jpg",
- imageAlt: "Fresh Garlic Naan",
- },
+ id: "p6", brand: "Amma Restaurant", name: "Garlic Naan", price: "OMR 0.80", rating: 4.9,
+ reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-bread-hand_140725-3328.jpg", imageAlt: "Fresh Garlic Naan"},
]}
title="Explore Our Exquisite Menu"
description="From classic curries to regional specialties like authentic Andhra/Telangana dishes, our menu is a journey through India's diverse flavors."
@@ -219,66 +140,31 @@ export default function LandingPage() {
@@ -309,35 +188,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "What are your opening hours?",
- content: "Amma Restaurant opens at 7 AM daily. We are closed currently and will reopen at 7 AM.",
- },
+ id: "f1", title: "What are your opening hours?", content: "Amma Restaurant opens at 7 AM daily. We are closed currently and will reopen at 7 AM."},
{
- id: "f2",
- title: "Do you offer delivery or takeaway?",
- content: "Yes, we offer both dine-in and takeaway options. You can also place an order for delivery through talabat.com.",
- },
+ id: "f2", title: "Do you offer delivery or takeaway?", content: "Yes, we offer both dine-in and takeaway options. You can also place an order for delivery through talabat.com."},
{
- id: "f3",
- title: "Do you cater to dietary restrictions?",
- content: "We strive to accommodate various dietary needs. Please inform our staff about any allergies or preferences, and we will do our best to assist you.",
- },
+ id: "f3", title: "Do you cater to dietary restrictions?", content: "We strive to accommodate various dietary needs. Please inform our staff about any allergies or preferences, and we will do our best to assist you."},
{
- id: "f4",
- title: "How can I make a reservation?",
- content: "You can make a reservation by calling us directly at 9503 4103 during our operating hours, or visit our Contact section.",
- },
+ id: "f4", title: "How can I make a reservation?", content: "You can make a reservation by calling us directly at 9503 4103 during our operating hours, or visit our Contact section."},
{
- id: "f5",
- title: "What is the average price range per person?",
- content: "Our price range is typically OMR 0–2 per person, offering affordable yet authentic Indian dining.",
- },
+ id: "f5", title: "What is the average price range per person?", content: "Our price range is typically OMR 0–2 per person, offering affordable yet authentic Indian dining."},
{
- id: "f6",
- title: "Where is Amma Restaurant located?",
- content: "We are located at JG2R+GM2, Unnamed Road, Muscat 112. Directions are available on our contact section.",
- },
+ id: "f6", title: "Where is Amma Restaurant located?", content: "We are located at JG2R+GM2, Unnamed Road, Muscat 112. Directions are available on our contact section."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about reservations, menu, delivery, and our authentic dining experience at Amma Restaurant."
@@ -349,8 +210,7 @@ export default function LandingPage() {