Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39ecdd6139 | |||
| fc63d1546a | |||
| 817dca7aa0 | |||
| f1b02194e9 | |||
| 6f452c58eb | |||
| b014774a9e |
@@ -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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
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">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Bringing Life to Every Event"
|
title="Bringing Life to Every Event"
|
||||||
@@ -61,9 +61,6 @@ 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