Compare commits
6 Commits
version_13
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| a43b0fda04 | |||
| dcac57a5f2 | |||
| d5ed5e050c | |||
| cee5b837d8 | |||
| 96e18a5284 | |||
| be5fe64175 |
@@ -46,16 +46,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Brookside Barbers"
|
||||
description="Master barbers. Classic cuts. Brookside Square."
|
||||
logoText=""
|
||||
description=""
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "/booking" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776275636014-o8w0rm32.png"
|
||||
imageAlt="Dark cinematic barber shop interior"
|
||||
imageAlt="Cinematic close-up of a barber's hands using a straight razor on a client's neck with warm moody lighting"
|
||||
showDimOverlay={true}
|
||||
buttonContainerClassName="flex flex-col items-center gap-4"
|
||||
buttonClassName="bg-[#e1b875] text-black"
|
||||
buttonClassName="bg-[#e1b875] text-[#1a1a1a] px-[32px] py-[16px] text-[20px] font-bold rounded-full"
|
||||
className="min-h-[80vh] flex flex-col items-center justify-center text-center font-serif"
|
||||
/>
|
||||
<div className="text-center py-6 bg-[#0a0a0a] text-[#e1b875]">
|
||||
@@ -181,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user