Merge version_2 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user