diff --git a/src/app/page.tsx b/src/app/page.tsx index 572c02a..711a995 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file