Update src/app/page.tsx

This commit is contained in:
2026-03-18 17:26:19 +00:00
parent e3309a7502
commit d17efc826a

View File

@@ -232,7 +232,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience The Parks Cafe? We're located at 12241 Woodside Ave, Lakeside, CA 92040. Open TuesdaySunday, 8 AM6 PM. Stop by, call us, or order curbside pickup. We're excited to serve you!"
text="Open Today Until 6 PM! Ready to experience The Parks Cafe? We're located at 12241 Woodside Ave, Lakeside, CA 92040. Curbside pickup is our fast, convenient option to get your healthy favorites quickly. Stop by, call us at (619) 509-0967, or order curbside pickup. We're excited to serve you!"
animationType="entrance-slide"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
@@ -283,4 +283,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}