Compare commits
3 Commits
version_14
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| a43b0fda04 | |||
| dcac57a5f2 | |||
| d5ed5e050c |
@@ -46,8 +46,8 @@ 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" },
|
||||
]}
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
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]">
|
||||
|
||||
Reference in New Issue
Block a user