Compare commits
7 Commits
version_16
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| b3c4b79081 | |||
| 6087f409c2 | |||
| a7a0e7485e | |||
| 762e9c3bf5 | |||
| 5843d193ef | |||
| 0ff83e6f48 | |||
| e531cc7c73 |
@@ -7,7 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
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 PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Exceptional Grooming Experience"
|
||||
description="Professional styling and precision grooming in the heart of Coral Springs."
|
||||
title=""
|
||||
description=""
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "/booking" },
|
||||
]}
|
||||
@@ -64,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