Update src/app/page.tsx

This commit is contained in:
2026-03-09 11:55:00 +00:00
parent 57cec103fe
commit 1795b539c2

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