Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:18:00 +00:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -68,8 +68,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About " },
{ type: "text", content: "DZ Barber Shop" }
{ type: "text", content: "About DZ Barber Shop: Premium Cuts, Expert Care, Community Pride" }
]}
useInvertedBackground={false}
buttons={[
@@ -206,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}