From c047180525fe69ddabc5fa84d111157428da8f1d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 06:58:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0929bc7..914f697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,9 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "q1", title: "Do you deliver cakes?", content: "Yes, we deliver freshly baked cakes across Maisammaguda." }, - { id: "q2", title: "What are your hours?", content: "We are open Monday – Sunday, 8:00 AM – 9:45 PM." } + { id: "q2", title: "What are your hours?", content: "We are open Monday – Sunday, 8:00 AM – 9:45 PM." }, + { id: "q3", title: "Do you have vegetarian options?", content: "Yes, we have a variety of delicious vegetarian snacks, pizzas, and bakery items available daily." }, + { id: "q4", title: "Where exactly are you located?", content: "We are located in the heart of Maisammaguda, near the main campus entrance, easily accessible from all student hostels." } ]} sideTitle="Common Questions" faqsAnimation="slide-up" -- 2.49.1