Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 11:18:24 +00:00

View File

@@ -95,7 +95,8 @@ export default function LandingPage() {
<div id="services" data-section="services">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[{ text: "Book Services Now", href: "#contact" }]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -186,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}