Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-12 16:51:41 +00:00

View File

@@ -161,7 +161,7 @@ export default function LandingPage() {
tag="Let's Get Coffee"
title="Visit Us Today"
description="Come grab a cup and a slice. We're open every day at the corner of Main and 5th."
buttons={[{ text: "Get Directions", href: "#" }]}
buttons={[{ text: "Get Directions", href: "#" }, { text: "Call Us", href: "tel:+1234567890" }]}
/>
</div>
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}