Update src/app/page.tsx
This commit is contained in:
@@ -157,6 +157,8 @@ export default function LandingPage() {
|
|||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Where are you located?", content: "7610 Milwaukee Ave Suite 300, Lubbock, TX"},
|
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."},
|
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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user