Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-28 08:59:39 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
textboxLayout="split-actions"
buttons={[
{ text: "Buy Now", href: "#" },
{ text: "View Details", href: "#" },
{ text: "Discover More", href: "#" },
]}
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}