4 Commits

Author SHA1 Message Date
a81e716174 Merge version_3 into main
Merge version_3 into main
2026-03-04 12:52:16 +00:00
231b688890 Update src/app/page.tsx 2026-03-04 12:52:12 +00:00
6047c486d0 Update src/app/layout.tsx 2026-03-04 12:52:11 +00:00
f3a96ccdbd Merge version_2 into main
Merge version_2 into main
2026-03-04 12:42:43 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:0789804771" }, { text: "Book Your Cut Now", href: "tel:0789804771" },
{ text: "Book a Trim", href: "#contact" }, { text: "Book a Trim", href: "#contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }