3 Commits

Author SHA1 Message Date
324fb0776e Merge version_2 into main
Merge version_2 into main
2026-04-07 05:09:25 +00:00
1803f6bf54 Update src/app/page.tsx 2026-04-07 05:09:22 +00:00
2d1621ca75 Merge version_1 into main
Merge version_1 into main
2026-04-07 05:01:26 +00:00

View File

@@ -134,10 +134,10 @@ export default function LandingPage() {
variant: "plain"}}
tag="Book Today"
title="DM Us for Appointments"
description="Find us on Instagram @FreshBinBoys. We offer service Monday and Wednesday, 4pm-7pm."
description="Find us on Instagram @Fresh_bin_boys. We offer service Monday and Wednesday, 4pm-7pm."
buttons={[
{
text: "Instagram @FreshBinBoys", href: "https://instagram.com/FreshBinBoys"},
text: "Instagram @Fresh_bin_boys", href: "https://instagram.com/Fresh_bin_boys"},
]}
/>
</div>
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}