Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 10:52:50 +00:00

View File

@@ -190,6 +190,14 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
text="Visit us at: 123 Fuel Drive, Regina. Call us at (555) 123-4567. Open 24 hours daily."
buttons={[
{
text: "Get Directions", href: "https://maps.google.com"
},
{
text: "Call Now", href: "tel:+15551234567"
}
]}
/>
</div>