diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f69427..6405834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,6 +157,8 @@ export default function LandingPage() { faqs={[ { id: "1", title: "Where are you located?", content: "7610 Milwaukee Ave Suite 300, Lubbock, TX"}, + { + id: "5", title: "What are your operating hours?", content: "We are open daily from 7:00 AM to 6:00 PM to serve your pastry cravings!"}, { id: "2", title: "Do you offer catering?", content: "Yes, contact us for custom orders and bulk requests."}, { @@ -223,4 +225,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}