Compare commits
13 Commits
version_14
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| b3c4b79081 | |||
| 6087f409c2 | |||
| a7a0e7485e | |||
| 762e9c3bf5 | |||
| 5843d193ef | |||
| 0ff83e6f48 | |||
| e531cc7c73 | |||
| 15d7c0368d | |||
| 038ec4322e | |||
| a43b0fda04 | |||
| 6fa3c19e6d | |||
| dcac57a5f2 | |||
| d5ed5e050c |
@@ -6,8 +6,8 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
@@ -45,18 +45,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Brookside Barbers"
|
||||
description="Master barbers. Classic cuts. Brookside Square."
|
||||
<HeroOverlay
|
||||
title=""
|
||||
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="Cinematic close-up of a barber's hands using a straight razor on a client's neck with warm moody lighting"
|
||||
imageAlt="Barber shop professional styling"
|
||||
showDimOverlay={true}
|
||||
buttonContainerClassName="flex flex-col items-center gap-4"
|
||||
buttonClassName="bg-[#e1b875] text-black"
|
||||
className="min-h-[80vh] flex flex-col items-center justify-center text-center font-serif"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
<div className="text-center py-6 bg-[#0a0a0a] text-[#e1b875]">
|
||||
<a href="tel:7863780141" className="block hover:text-white transition">Tel: (786) 378-0141</a>
|
||||
@@ -65,11 +64,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
<TextSplitAbout
|
||||
title="Exceptional Service, Professional Vibe"
|
||||
description="Located inside Brookside Square, we offer an upscale, clean, and welcoming environment. Our expert team focuses on precision grooming and personalized care for every client."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776263927063-aohm0713.webp?_wi=2"
|
||||
description={[
|
||||
"Located inside Brookside Square, we offer an upscale, clean, and welcoming environment.", "Our expert team focuses on precision grooming and personalized care for every client."
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user