Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 860ec23379 | |||
| 1d982580cd | |||
| 38bb8ec2b4 | |||
| 07cca7bdf9 | |||
| 2752490a78 | |||
| 9d098cacde | |||
| e95c97f2a7 | |||
| 02a36b7646 | |||
| c2f129ddbd | |||
| 46756d3fa9 |
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Deltacon?"
|
||||
metrics={[
|
||||
{ label: "Professionalism", value: "100%", icon: Award },
|
||||
{ label: "Detail Oriented", value: "Yes", icon: CheckCircle },
|
||||
{ label: "Clear Communication", value: "Always", icon: MessageSquare },
|
||||
{ label: "Industry Experience", value: "20+ Years", icon: Award },
|
||||
{ label: "Projects Completed", value: "500+", icon: CheckCircle },
|
||||
{ label: "Service Radius", value: "100km", icon: MessageSquare },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Contact Us: 316 115 Ave #1, Dawson Creek, BC. (250) 784-5747. Open M-F 7:30AM-5PM."
|
||||
text="Contact Us:\n\n📍 316 115 Ave #1, Dawson Creek, BC\n📞 (250) 784-5747\n⏰ Open M-F 7:30AM-5PM"
|
||||
buttons={[{ text: "Call Now", href: "tel:2507845747" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,4 +123,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user