diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4f9bfb2..e8f251a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1402,4 +1402,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf069a..8e281a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function HomePage() { tag="Premium South African Craftsmanship" tagIcon={Sparkles} buttons={[ - { text: "Request a Quote", href: "/contact" }, + { text: "Get Your Custom Design", href: "/contact" }, { text: "Visit Our Showroom", href: "/contact" }, ]} background={{ variant: "radial-gradient" }} @@ -395,4 +395,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file