Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-31 02:34:16 +00:00

View File

@@ -178,8 +178,8 @@ export default function LandingPage() {
buttonText="Subscribe"
termsText="By subscribing, you agree to receive promotional emails from Wedam Hyper-market."
buttons={[
{ text: "Get Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere", onClick: () => alert('Getting directions!') },
{ text: "Call Now", href: "tel:+233594682831", onClick: () => alert('Calling Wedam Hyper-market!') }
{ text: "Get Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere", onClick: () => alert("Getting directions!") },
{ text: "Call Now", href: "tel:+233594682831", onClick: () => alert("Calling Wedam Hyper-market!") }
]}
/>
</div>