5 Commits

Author SHA1 Message Date
d715448672 Update src/app/page.tsx 2026-03-03 09:17:54 +00:00
4d6d8f595b Update src/app/layout.tsx 2026-03-03 09:17:53 +00:00
72d082049d Merge version_1 into main
Merge version_1 into main
2026-03-03 09:05:39 +00:00
ba413a4c3d Merge version_1 into main
Merge version_1 into main
2026-03-03 09:00:35 +00:00
16b1683ef1 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:59:53 +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>
);
}
}