Compare commits
8 Commits
version_16
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d85cc80ddb | |||
| a7a0e7485e | |||
| cc556504f7 | |||
| 762e9c3bf5 | |||
| 1c36781f64 | |||
| 5843d193ef | |||
| 0ff83e6f48 | |||
| e531cc7c73 |
@@ -7,7 +7,7 @@ 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 HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
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';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Exceptional Grooming Experience"
|
title="Maybach Barber shop "
|
||||||
description="Professional styling and precision grooming in the heart of Coral Springs."
|
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" },
|
||||||
@@ -64,11 +64,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={true}
|
|
||||||
title="Exceptional Service, Professional Vibe"
|
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."
|
description={[
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776263927063-aohm0713.webp?_wi=2"
|
"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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user