3 Commits

Author SHA1 Message Date
a43b0fda04 Update src/app/page.tsx 2026-04-15 18:07:08 +00:00
dcac57a5f2 Update src/app/page.tsx 2026-04-15 18:04:20 +00:00
d5ed5e050c Merge version_14 into main
Merge version_14 into main
2026-04-15 18:00:28 +00:00

View File

@@ -46,8 +46,8 @@ 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" },
]} ]}
@@ -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" 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]">