Compare commits
9 Commits
version_13
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 15d7c0368d | |||
| 038ec4322e | |||
| a43b0fda04 | |||
| 6fa3c19e6d | |||
| dcac57a5f2 | |||
| d5ed5e050c | |||
| cee5b837d8 | |||
| 96e18a5284 | |||
| be5fe64175 |
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
@@ -45,18 +45,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroOverlay
|
||||||
logoText="Brookside Barbers"
|
title="Exceptional Grooming Experience"
|
||||||
description="Master barbers. Classic cuts. Brookside Square."
|
description="Professional styling and precision grooming in the heart of Coral Springs."
|
||||||
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="Barber shop professional styling"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttonContainerClassName="flex flex-col items-center gap-4"
|
showBlur={true}
|
||||||
buttonClassName="bg-[#e1b875] text-black"
|
textPosition="bottom"
|
||||||
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]">
|
||||||
<a href="tel:7863780141" className="block hover:text-white transition">Tel: (786) 378-0141</a>
|
<a href="tel:7863780141" className="block hover:text-white transition">Tel: (786) 378-0141</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user