Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:52:43 +00:00
parent 8be9253cfc
commit e68a0efa0f

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
logoText="Lovers Lane Food Mart" logoText="Lovers Lane Food Mart"
description="Your Local Stop for Gas, Snacks & Fresh Biscuits. Serving Covington with Quality & Convenience." description="Your Local Stop for Gas, Snacks & Fresh Biscuits. Serving Covington with Quality & Convenience."
buttons={[ buttons={[
{ text: "Get Directions", href: "#location" }, { text: "Get Directions Now", href: "#location" },
{ text: "Call Now", href: "tel:(678)625-2678" } { text: "Call Now", href: "tel:(678)625-2678" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"