Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-17 00:51:13 +00:00

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>
);
}
}