Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47faca2d79 | |||
| adc8f287ac | |||
| 34e0521967 |
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
@@ -42,16 +42,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroBillboardGallery
|
||||||
title="Ride the Waves of Haifa's Surf Culture"
|
title="Ride the Waves of Haifa's Surf Culture"
|
||||||
description="Join a vibrant community of surfers sharing passion, lessons, and local events"
|
description="Join a vibrant community of surfers sharing passion, lessons, and local events"
|
||||||
tag="Welcome to Haifa Surf Club"
|
tag="Welcome to Haifa Surf Club"
|
||||||
tagIcon={Waves}
|
tagIcon={Waves}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-girl-walks-with-surfboard-wild-beach-amazing-view-from-top_72229-1193.jpg"
|
mediaItems={[
|
||||||
imageAlt="Surfers riding waves in Haifa"
|
{
|
||||||
textPosition="bottom-left"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1768607717157-b0cu5r4f.png", imageAlt: "Surfers riding waves in Haifa"
|
||||||
showBlur={true}
|
}
|
||||||
showDimOverlay={true}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Join the Club Today", href: "contact" },
|
{ text: "Join the Club Today", href: "contact" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
|
|||||||
Reference in New Issue
Block a user