diff --git a/src/app/page.tsx b/src/app/page.tsx
index d5b65d5..ae66c7e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -44,8 +44,8 @@ export default function LandingPage() {
@@ -84,15 +67,15 @@ export default function LandingPage() {
@@ -106,12 +89,9 @@ export default function LandingPage() {
{ id: "p1", brand: "Bamboo", name: "Signature Spicy Chicken", price: "$12", rating: 4.5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-shrimp-noodles-black-bowl_84443-85686.jpg?_wi=2" },
{ id: "p2", brand: "Bamboo", name: "Traditional Dim Sum", price: "$8", rating: 4.8, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/chinese-steamed-buns-baozi-black-plate_84443-85749.jpg?_wi=2" },
{ id: "p3", brand: "Bamboo", name: "Vegetable Stir Fry", price: "$10", rating: 4.2, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/assortment-traditional-indonesian-bakso_23-2148933291.jpg?_wi=2" },
- { id: "p4", brand: "Bamboo", name: "Classic Lo Mein", price: "$9", rating: 4.7, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/authentic-pad-thai-noodles-with-shrimp-black-background_84443-85829.jpg" },
- { id: "p5", brand: "Bamboo", name: "House Fried Rice", price: "$7", rating: 4.6, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/hot-pepper-egg-cooking_1253-502.jpg" },
- { id: "p6", brand: "Bamboo", name: "Hot & Sour Soup", price: "$6", rating: 4.4, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-soup-with-spring-onion-bread-stick-table_141793-3668.jpg" },
]}
- title="Our Signature Dishes"
- description="Explore our curated menu of Chinese favorites, made to perfection."
+ title="Our Menu Highlights"
+ description="Taste the finest selection of our Chinese specialties."
/>
@@ -120,13 +100,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- { title: "Central Location", description: "Easily accessible in the heart of Chattogram.", buttonIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089075.jpg", imageAlt: "chinese food delivery app logo" },
- { title: "Warm Vibe", description: "Comfortable seating perfect for families.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149287848.jpg?_wi=3", imageAlt: "chinese food delivery app logo" },
- { title: "Fast Delivery", description: "Hot and delicious food delivered to your door.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208283.jpg?_wi=3", imageAlt: "chinese food delivery app logo" },
- { title: "Affordable Prices", description: "Quality dining that doesn't break the bank.", buttonIcon: DollarSign, imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-shrimp-noodles-black-bowl_84443-85686.jpg?_wi=3", imageAlt: "chinese food delivery app logo" },
+ { title: "Central Location", description: "Find us conveniently in Chattogram city center.", buttonIcon: MapPin },
+ { title: "Warm Vibe", description: "Perfect for families and group gatherings.", buttonIcon: Coffee },
+ { title: "Fast Delivery", description: "Hot meals brought straight to your door.", buttonIcon: Truck },
+ { title: "Affordable", description: "Great authentic taste at excellent value.", buttonIcon: DollarSign },
]}
- title="Why Dine With Us?"
- description="We are committed to providing the best dining experience in Chattogram."
+ title="The Bamboo Experience"
+ description="Why guests choose Bamboo Restaurant."
/>
@@ -136,15 +116,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- { id: "1", name: "Prantika Roy", handle: "@prantika", testimonial: "Loved this place! You can visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
- { id: "2", name: "RS Lina", handle: "@rslina", testimonial: "Atmosphere is very good.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg" },
- { id: "3", name: "Afroza Ahmed", handle: "@afroza", testimonial: "Disappointing food, maybe improve the ratio.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg" },
- { id: "4", name: "Rahim Uddin", handle: "@rahim", testimonial: "Excellent service and great menu options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-posing-photo-cafe_23-2147785283.jpg" },
- { id: "5", name: "Sarah Khan", handle: "@sarahk", testimonial: "Reliable spot for a quick lunch.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-food-bowl_23-2149628600.jpg" },
+ { id: "1", name: "Prantika Roy", handle: "@prantika", testimonial: "Authentic flavor and excellent service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
+ { id: "2", name: "RS Lina", handle: "@rslina", testimonial: "Best late night dining spot.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg" },
]}
showRating={true}
- title="Customer Stories"
- description="What our guests say about their dining experience."
+ title="Guest Reviews"
+ description="Feedback from our community in Chattogram."
/>
@@ -152,10 +129,9 @@ export default function LandingPage() {
@@ -164,12 +140,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- { id: "f1", title: "Are you open on weekends?", content: "Yes, we are open 24 hours every day." },
- { id: "f2", title: "Do you offer delivery?", content: "Yes, delivery is available through major local platforms." },
- { id: "f3", title: "Is parking available?", content: "Street parking is available near the restaurant location." },
+ { id: "f1", title: "What are your hours?", content: "We are proudly open 24/7." },
+ { id: "f2", title: "Do you offer delivery?", content: "Yes, we partner with major delivery apps." },
+ { id: "f3", title: "Do you accept reservations?", content: "Yes, please contact us for table bookings." },
]}
- title="Frequently Asked Questions"
- description="Answers to commonly asked questions about our restaurant."
+ title="Questions & Answers"
+ description="Everything you need to know about dining at Bamboo."
faqsAnimation="slide-up"
/>
@@ -178,12 +154,11 @@ export default function LandingPage() {
@@ -191,9 +166,8 @@ export default function LandingPage() {