4 Commits

Author SHA1 Message Date
140b7c5aa3 Merge version_3 into main
Merge version_3 into main
2026-03-03 17:45:39 +00:00
d926f677df Update src/app/page.tsx 2026-03-03 17:45:33 +00:00
6267ef0fd3 Update src/app/layout.tsx 2026-03-03 17:45:32 +00:00
4e42dd3619 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:27:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1402,4 +1402,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}