Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-12 16:51:40 +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>
);
}
}