Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 16:01:32 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
description="Transforming raw timber into timeless works of art for your home. Experience quality you can feel, created with precision and passion."
buttons={[
{
text: "View Collections", href: "#products"},
text: "Request Custom Quote", href: "#contact"},
{
text: "Contact Us", href: "#contact"},
]}
@@ -239,4 +239,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}