diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb429a..6d91490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-cooking-together_23-2148965353.jpg", imageAlt: "Delicious restaurant food" }, { imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm restaurant ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=1", imageAlt: "Family dining experience" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Family dining experience" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -65,7 +65,7 @@ export default function LandingPage() { title="Our Services" description="Enjoy The Family Restro the way that works best for you - dine in, grab it quick through our drive-through, or have it delivered to your doorstep." tag="How to Enjoy" - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { title: "Dine-In", description: "Experience our warm hospitality and comfortable seating. Perfect for families and groups wanting to relax over a meal.", icon: UtensilsCrossed, @@ -78,14 +78,14 @@ export default function LandingPage() { title: "Drive-Through", description: "Fast, convenient service without leaving your vehicle. Perfect for busy days when you want quality food quickly.", icon: Car, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Drive-through service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=2", imageAlt: "Quick service meals" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Quick service meals" } ] }, { title: "Food Delivery", description: "Order online and we'll deliver your favorite meals hot and fresh. Convenient dining at home with The Family Restro quality.", icon: Bike, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/safe-food-delivery-with-smartphone_23-2148562020.jpg", imageAlt: "Fast delivery service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg?_wi=1", imageAlt: "Fresh food delivery" } + { imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg", imageAlt: "Fresh food delivery" } ] } ]} @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "2", brand: "The Family Restro", name: "Lunch Special", price: "Rs 250-450", rating: 5, - reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=3", imageAlt: "Complete lunch meal" + reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Complete lunch meal" }, { id: "3", brand: "The Family Restro", name: "Dinner Combo", price: "Rs 300-500", rating: 5, @@ -129,7 +129,7 @@ export default function LandingPage() { }, { id: "4", brand: "The Family Restro", name: "Snacks & Drinks", price: "Rs 50-150", rating: 5, - reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg?_wi=2", imageAlt: "Variety of snacks and beverages" + reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg", imageAlt: "Variety of snacks and beverages" } ]} gridVariant="uniform-all-items-equal" @@ -146,20 +146,16 @@ export default function LandingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", name: "Raj Paudel", role: "Local Resident", company: "Birendranagar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg", imageAlt: "Satisfied customer" + id: "1", name: "Raj Paudel", role: "Local Resident", company: "Birendranagar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg", imageAlt: "Satisfied customer" }, { - id: "2", name: "Priya Singh", role: "Office Employee", company: "Surkhet", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Happy customer review" + id: "2", name: "Priya Singh", role: "Office Employee", company: "Surkhet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Happy customer review" }, { - id: "3", name: "Amit Sharma", role: "Family Father", company: "Birendranagar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Family customer" + id: "3", name: "Amit Sharma", role: "Family Father", company: "Birendranagar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Family customer" }, { - id: "4", name: "Anita Adhikari", role: "Student", company: "Surkhet", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-smiling-home_1098-1343.jpg", imageAlt: "Young customer satisfied" + id: "4", name: "Anita Adhikari", role: "Student", company: "Surkhet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-smiling-home_1098-1343.jpg", imageAlt: "Young customer satisfied" } ]} kpiItems={[