Update src/app/page.tsx

This commit is contained in:
2026-04-11 15:45:57 +00:00
parent a6da8634a0
commit da950834b0

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{
text: "Call 083 115 3906", href: "tel:0831153906"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCz6f5fByQ8tj7xRgjegDt93rc/uploaded-1775921508085-k9slcg29.png"
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Precision Cuts" },
@@ -148,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}