Merge version_2 into main #3
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -42,26 +42,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="YOUR AMERICAN DREAM"
|
||||
<HeroSplitKpi
|
||||
title="YOUR AMERICAN DREAM"
|
||||
description="Navigate your immigration journey with expert guidance, comprehensive support, and unwavering commitment to your success in the United States."
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "12,500+", label: "Successful Cases" },
|
||||
{ value: "95%", label: "Approval Rate" },
|
||||
{ value: "15+", label: "Years of Excellence" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/independence-day-poster-with-statue-liberty-star_1057-1254.jpg?_wi=1", imageAlt: "Statue of Liberty symbolizing American freedom and opportunity"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/central-park-autumn-midtown-skyline-manhattan-new-york-city_649448-2720.jpg", imageAlt: "American city skyline representing economic opportunity"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crumpled-usa-flag-blue-timber-surface_23-2148143339.jpg?_wi=1", imageAlt: "American flag representing patriotic values"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
mediaAnimation="none"
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user