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">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Brookside Barbers"
|
logoText=""
|
||||||
description="Master barbers. Classic cuts. Brookside Square."
|
description=""
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment", href: "/booking" },
|
{ text: "Book Your Appointment", href: "/booking" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776275636014-o8w0rm32.png"
|
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}
|
showDimOverlay={true}
|
||||||
buttonContainerClassName="flex flex-col items-center gap-4"
|
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"
|
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]">
|
<div className="text-center py-6 bg-[#0a0a0a] text-[#e1b875]">
|
||||||
|
|||||||
Reference in New Issue
Block a user