4 Commits

Author SHA1 Message Date
91b73869f9 Merge version_3 into main
Merge version_3 into main
2026-03-09 11:55:04 +00:00
1795b539c2 Update src/app/page.tsx 2026-03-09 11:55:00 +00:00
57cec103fe Update src/app/layout.tsx 2026-03-09 11:55:00 +00:00
6646c94b22 Merge version_2 into main
Merge version_2 into main
2026-03-09 11:53:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -98,7 +98,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
title="The Oly's Cuts Story"
description="Founded with a passion for precision and excellence, Oly's Cuts has been the trusted destination for premium grooming since 2015. We believe barbering is an art, and every cut is a masterpiece."
description="Since 2015 • 4 Master Barbers. Founded with a passion for precision and excellence, Oly's Cuts has been the trusted destination for premium grooming. We believe barbering is an art, and every cut is a masterpiece."
tag="Our Heritage"
tagIcon={Award}
tagAnimation="slide-up"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}