diff --git a/src/app/page.tsx b/src/app/page.tsx index 877cd8f..f773c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { ]} brandName="Fast & Fine" button={{ - text: "Call Now", href: "tel:+97444882283"}} + text: "Call Now", href: "tel:+97444882283" + }} /> @@ -50,23 +51,31 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-rice-cooked-indian-style_23-2148294964.jpg", imageAlt: "Delicious chicken biryani"}, + imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-rice-cooked-indian-style_23-2148294964.jpg", imageAlt: "Delicious chicken biryani" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-dark-desk_140725-66611.jpg", imageAlt: "Fresh warm chapati"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-dark-desk_140725-66611.jpg", imageAlt: "Fresh warm chapati" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "Restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "Restaurant interior" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg", imageAlt: "Fast food combo"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg", imageAlt: "Fast food combo" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Chicken biryani plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Chicken biryani plate" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg", imageAlt: "Chinese noodles"}, + imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg", imageAlt: "Chinese noodles" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Drive through service"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Drive through service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-41045.jpg", imageAlt: "Beef biryani"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-41045.jpg", imageAlt: "Beef biryani" + }, ]} buttons={[ { text: "Call Now", href: "tel:+97444882283" }, @@ -74,7 +83,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselPosition="right" - useInvertedBackground={false} className="w-full" /> @@ -92,17 +100,23 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Chicken Biryani", price: "QAR 12-18", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Chicken biryani"}, + id: "1", name: "Chicken Biryani", price: "QAR 12-18", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Chicken biryani" + }, { - id: "2", name: "Beef Biryani", price: "QAR 15-22", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-41045.jpg", imageAlt: "Beef biryani"}, + id: "2", name: "Beef Biryani", price: "QAR 15-22", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-different-homemade-dishes-table_181624-41045.jpg", imageAlt: "Beef biryani" + }, { - id: "3", name: "Chinese Noodles", price: "QAR 8-12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg", imageAlt: "Chinese noodles"}, + id: "3", name: "Chinese Noodles", price: "QAR 8-12", imageSrc: "http://img.b2bpic.net/free-photo/bowl-noodles-with-assortment-asian-food_23-2148382870.jpg", imageAlt: "Chinese noodles" + }, { - id: "4", name: "Chapati Meal", price: "QAR 5-10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-dark-desk_140725-66611.jpg", imageAlt: "Chapati meal"}, + id: "4", name: "Chapati Meal", price: "QAR 5-10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-pie-round-formed-dark-desk_140725-66611.jpg", imageAlt: "Chapati meal" + }, { - id: "5", name: "Fast Food Combo", price: "QAR 15-25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg", imageAlt: "Fast food combo"}, + id: "5", name: "Fast Food Combo", price: "QAR 15-25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg", imageAlt: "Fast food combo" + }, { - id: "6", name: "Mixed Biryani", price: "QAR 18-25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-rice-cooked-indian-style_23-2148294964.jpg", imageAlt: "Mixed biryani platter"}, + id: "6", name: "Mixed Biryani", price: "QAR 18-25", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-rice-cooked-indian-style_23-2148294964.jpg", imageAlt: "Mixed biryani platter" + }, ]} buttons={[{ text: "View Full Menu", href: "#order" }]} buttonAnimation="slide-up" @@ -121,16 +135,20 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Hours", title: "Open 24 Hours", subtitle: "Anytime, anywhere", description: "We never close. Whether it's early morning or late night, we're always ready to serve you fresh, hot meals whenever you need them.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "Open 24 hours"}, + tag: "Hours", title: "Open 24 Hours", subtitle: "Anytime, anywhere", description: "We never close. Whether it's early morning or late night, we're always ready to serve you fresh, hot meals whenever you need them.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "Open 24 hours" + }, { id: 2, - tag: "Pricing", title: "Affordable Food", subtitle: "Quality at great prices", description: "Enjoy premium quality biryani, Chinese dishes, and fast food without breaking the bank. Prices start from just QAR 5-50 per person.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Affordable pricing"}, + tag: "Pricing", title: "Affordable Food", subtitle: "Quality at great prices", description: "Enjoy premium quality biryani, Chinese dishes, and fast food without breaking the bank. Prices start from just QAR 5-50 per person.", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-fillet_140725-43709.jpg", imageAlt: "Affordable pricing" + }, { id: 3, - tag: "Service", title: "Quick Service", subtitle: "Fresh and fast", description: "Get your order prepared fresh and fast. Our skilled team ensures every meal is cooked to perfection and ready quickly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Quick service"}, + tag: "Service", title: "Quick Service", subtitle: "Fresh and fast", description: "Get your order prepared fresh and fast. Our skilled team ensures every meal is cooked to perfection and ready quickly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Quick service" + }, { id: 4, - tag: "Delivery", title: "Drive-Through & Delivery", subtitle: "Convenient ordering", description: "Use our drive-through window for quick pickup or order delivery to your location. Convenient for busy professionals and families.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Drive through available"}, + tag: "Delivery", title: "Drive-Through & Delivery", subtitle: "Convenient ordering", description: "Use our drive-through window for quick pickup or order delivery to your location. Convenient for busy professionals and families.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg", imageAlt: "Drive through available" + }, ]} /> @@ -149,22 +167,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Hassan", role: "Engineer", company: "Local Worker", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-with-coffee-cup_23-2148095736.jpg", imageAlt: "Ahmed Hassan" + }, { id: "2", name: "Fatima Al-Dosari", role: "Student", company: "QU Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-big-hat-cafe_273609-13409.jpg", imageAlt: "Fatima Al-Dosari"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-big-hat-cafe_273609-13409.jpg", imageAlt: "Fatima Al-Dosari" + }, { id: "3", name: "Mohammed Ali", role: "Manager", company: "Office Worker", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-showing-three-fingers_1149-165.jpg", imageAlt: "Mohammed Ali"}, + imageSrc: "http://img.b2bpic.net/free-photo/guy-showing-three-fingers_1149-165.jpg", imageAlt: "Mohammed Ali" + }, { id: "4", name: "Aisha Noor", role: "Family", company: "Regular Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", imageAlt: "Aisha Noor"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", imageAlt: "Aisha Noor" + }, { id: "5", name: "Khalid Saeed", role: "Taxi Driver", company: "Local Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-926.jpg", imageAlt: "Khalid Saeed"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-926.jpg", imageAlt: "Khalid Saeed" + }, { id: "6", name: "Zainab Malik", role: "Business Owner", company: "Local Entrepreneur", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Zainab Malik"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Zainab Malik" + }, ]} /> @@ -207,15 +231,20 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What are your opening hours?", content: "Fast & Fine is open 24 hours, 7 days a week. We never close, so you can order anytime!"}, + id: "1", title: "What are your opening hours?", content: "Fast & Fine is open 24 hours, 7 days a week. We never close, so you can order anytime!" + }, { - id: "2", title: "How long does delivery take?", content: "Most orders are delivered within 20-30 minutes in Al Rayyan. Orders with drive-through pickup are ready in 10-15 minutes."}, + id: "2", title: "How long does delivery take?", content: "Most orders are delivered within 20-30 minutes in Al Rayyan. Orders with drive-through pickup are ready in 10-15 minutes." + }, { - id: "3", title: "What payment methods do you accept?", content: "We accept cash on delivery, online payment transfers, and card payments. WhatsApp orders are also available."}, + id: "3", title: "What payment methods do you accept?", content: "We accept cash on delivery, online payment transfers, and card payments. WhatsApp orders are also available." + }, { - id: "4", title: "Can I customize my order?", content: "Yes! You can customize spice levels, add extra ingredients, or request special preparations when placing your order."}, + id: "4", title: "Can I customize my order?", content: "Yes! You can customize spice levels, add extra ingredients, or request special preparations when placing your order." + }, { - id: "5", title: "Do you offer group catering?", content: "Yes, we offer special catering packages for groups and office orders. Call us at +974 4488 2283 for details."}, + id: "5", title: "Do you offer group catering?", content: "Yes, we offer special catering packages for groups and office orders. Call us at +974 4488 2283 for details." + }, ]} /> @@ -227,10 +256,12 @@ export default function LandingPage() { socialLinks={[ { icon: Phone, - href: "tel:+97444882283", ariaLabel: "Call us"}, + href: "tel:+97444882283", ariaLabel: "Call us" + }, { icon: MapPin, - href: "https://maps.google.com/?q=Al+Rayyan+Qatar", ariaLabel: "View location"}, + href: "https://maps.google.com/?q=Al+Rayyan+Qatar", ariaLabel: "View location" + }, ]} />