Update src/app/page.tsx

This commit is contained in:
2026-03-12 18:52:23 +00:00
parent 216f9306de
commit 3a87d9a0f6

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
carouselPosition="right"
buttons={[
{ text: "Explore Products", href: "products" },
{ text: "View Equipment Catalog", href: "products" },
{ text: "Learn More", href: "about" }
]}
buttonAnimation="slide-up"
@@ -333,4 +333,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}