Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 18:52:27 +00:00

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>
);
}
}