Merge version_8 into main #9

Merged
bender merged 1 commits from version_8 into main 2026-04-05 16:58:36 +00:00

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Find Yoz Yogurt"
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>
@@ -139,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}