Gallery
Events still not working
This commit is contained in:
@@ -2,6 +2,7 @@ export const dynamic = "force-dynamic"; // Prevents static rendering
|
||||
import Features, { FeatureItem } from "@/components/features";
|
||||
import Gallery from "@/components/gallery";
|
||||
import Hero from "@/components/hero";
|
||||
import HomepageGalleryItems from "@/components/homepage-gallery";
|
||||
import Testimonial from "@/components/testimonial";
|
||||
import { CarouselItem } from "@/components/ui/carousel";
|
||||
import YouTubeEmbed from "@/components/youtube-embed";
|
||||
@@ -149,11 +150,13 @@ export default async function Home() {
|
||||
</FeatureItem>
|
||||
</Features>
|
||||
<Gallery
|
||||
tagLine="Tag Line"
|
||||
cta="Book a demo"
|
||||
ctaHref="#"
|
||||
title="Gallery"
|
||||
/>
|
||||
tagLine=""
|
||||
cta="Voir toutes les photos"
|
||||
ctaHref="/gallery"
|
||||
title="Gallerie"
|
||||
>
|
||||
<HomepageGalleryItems />
|
||||
</Gallery>
|
||||
{videos && (
|
||||
<Gallery
|
||||
tagLine=""
|
||||
|
||||
Reference in New Issue
Block a user