Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f37f1b179a | |||
| 124b916d46 |
@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import { Award, Calendar, ThumbsUp } from "lucide-react";
|
import { Award, Calendar, ThumbsUp } from "lucide-react";
|
||||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Bringing Life to Every Event"
|
title="Bringing Life to Every Event"
|
||||||
@@ -61,6 +61,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-giant-wheel-with-blue-sky_23-2148311235.jpg", imageAlt: "Event stage atmosphere"}
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-giant-wheel-with-blue-sky_23-2148311235.jpg", imageAlt: "Event stage atmosphere"}
|
||||||
]}
|
]}
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
rating={5}
|
||||||
|
ratingText="Trusted by 100+ prestigious events"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user