From f2a78f9c53409655778cb4336e02caaef4bf490b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:51:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4221492..10ae6ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function HomePage() { } ]} buttons={[ - { text: "Order Fresh Meals Today", href: "tel:+91XXXXXXXXXX" }, + { text: "📞 Call Now", href: "tel:+91XXXXXXXXXX" }, { text: "💬 Order on WhatsApp", href: "https://wa.me/91XXXXXXXXXX" } ]} useInvertedBackground={false} @@ -278,28 +278,28 @@ export default function HomePage() { tagIcon={HelpCircle} faqs={[ { - id: "1", title: "What are your delivery areas in Jaipur?", content: "We deliver across Jhotwara, Lajpat Nagar, Prem Nagar, Vasudev Puri, Matrikunj, and surrounding areas in Jaipur. Contact us to confirm delivery to your specific location." + id: "1", title: "Do you offer trial meals?", content: "Yes! First-time customers can order a single meal to try our food quality before committing to a subscription. This way, you can taste before you subscribe." }, { - id: "2", title: "Can I customize my tiffin menu?", content: "Yes! We offer fully customizable menus based on your dietary preferences. Tell us if you prefer vegetarian, non-vegetarian, or specific cuisines, and we'll arrange it for you." + id: "2", title: "What are your delivery areas in Jaipur?", content: "We deliver across Jhotwara, Lajpat Nagar, Prem Nagar, Vasudev Puri, Matrikunj, and surrounding areas in Jaipur. Contact us to confirm delivery to your specific location." }, { - id: "3", title: "What time is tiffin delivery?", content: "Lunch tiffins are delivered between 12:00 PM - 1:00 PM, and dinner tiffins between 7:00 PM - 8:00 PM. We ensure your meal arrives hot and fresh." + id: "3", title: "Can I customize my tiffin menu?", content: "Yes! We offer fully customizable menus based on your dietary preferences. Tell us if you prefer vegetarian, non-vegetarian, or specific cuisines, and we'll arrange it for you." }, { - id: "4", title: "Do you offer meal subscriptions?", content: "Yes! We offer weekly and monthly subscription plans with discounts. You can pause anytime with 24 hours notice. Flexible commitment, no long-term contracts." + id: "4", title: "What time is tiffin delivery?", content: "Lunch tiffins are delivered between 12:00 PM - 1:00 PM, and dinner tiffins between 7:00 PM - 8:00 PM. We ensure your meal arrives hot and fresh." }, { - id: "5", title: "Are your meals hygienic and safe?", content: "Absolutely! We follow strict hygiene standards. All meals are prepared in a clean, certified kitchen using fresh, premium ingredients. Your health is our priority." + id: "5", title: "Do you offer meal subscriptions?", content: "Yes! We offer weekly and monthly subscription plans with discounts. You can pause anytime with 24 hours notice. Flexible commitment, no long-term contracts." }, { - id: "6", title: "How do I place an order?", content: "You can call us directly, WhatsApp your order, or fill out our online form. We'll confirm your order and arrange delivery. Quick and hassle-free!" + id: "6", title: "Are your meals hygienic and safe?", content: "Absolutely! We follow strict hygiene standards. All meals are prepared in a clean, certified kitchen using fresh, premium ingredients. Your health is our priority." }, { - id: "7", title: "What's your minimum order for catering?", content: "For event catering, we have flexible minimums starting from 10 people. Contact us to discuss your event requirements and get a custom quote." + id: "7", title: "How do I place an order?", content: "You can call us directly, WhatsApp your order, or fill out our online form. We'll confirm your order and arrange delivery. Quick and hassle-free!" }, { - id: "8", title: "Do you offer trial meals?", content: "Yes! First-time customers can order a single meal to try our food quality before committing to a subscription. This way, you can taste before you subscribe." + id: "8", title: "What's your minimum order for catering?", content: "For event catering, we have flexible minimums starting from 10 people. Contact us to discuss your event requirements and get a custom quote." } ]} textboxLayout="default" -- 2.49.1