Update src/app/page.tsx

This commit is contained in:
2026-04-11 15:42:45 +00:00
parent 182aff0de1
commit ba84063f61

View File

@@ -39,7 +39,6 @@ export default function LandingPage() {
name: "Reviews", id: "reviews"},
]}
brandName="Brook Barbers"
logoSrc="https://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg"
/>
</div>
@@ -149,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}