Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-03-31 01:02:10 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Contact Us:\n316 115 Ave #1, Dawson Creek, BC\n(250) 784-5747\nOpen M-F 7:30AM-5PM"
text="Contact Us:\n\n📍 316 115 Ave #1, Dawson Creek, BC\n📞 (250) 784-5747\nOpen M-F 7:30AM-5PM"
buttons={[{ text: "Call Now", href: "tel:2507845747" }]}
/>
</div>
@@ -123,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}