Update src/app/page.tsx

This commit is contained in:
2026-04-17 00:51:07 +00:00
parent d772581a6c
commit 48bf559a33

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}