Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-27 06:58:52 +00:00

View File

@@ -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"