Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c889554098 | |||
| c6ad82dfa4 |
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Find Yoz Yogurt"
|
title="Find Yoz Yogurt"
|
||||||
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
|
description="Open daily: 11 AM - 10 PM. Located at 123 Yogurt Lane, Sweet City. Stop by for your treat today!"
|
||||||
buttons={[{ text: "Get Directions" }]}
|
buttons={[{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=123+Yogurt+Lane+Sweet+City" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user