Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:57:20 +00:00
parent a3db65329b
commit c97e30e50a

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
<div id="services" data-section="services">
<FeatureCardEight
title="Our Services"
description="Comprehensive mining equipment solutions tailored to your operations"
description="Comprehensive mining equipment solutions tailored to your operations. Pricing is custom-quoted based on your specific needs contact us to discuss your requirements and get a tailored quote."
tag="What We Offer"
tagIcon={Wrench}
tagAnimation="slide-up"
@@ -122,7 +122,7 @@ export default function HomePage() {
]}
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Discuss Your Needs", href: "tel:0722170221" }]}
buttons={[{ text: "Request a Custom Quote", href: "tel:0722170221" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -213,4 +213,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}