Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:45:33 +00:00
parent 6267ef0fd3
commit d926f677df

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}