|
|
|
@@ -11,7 +11,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -219,32 +218,17 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardOne
|
|
|
|
<SocialProofOne
|
|
|
|
animationType="slide-up"
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
names={[
|
|
|
|
{
|
|
|
|
"Acme Corp", "Globex Inc.", "Soylent Corp", "Tyrell Corp", "Omni Consumer Products", "Weyland-Yutani", "Cyberdyne Systems" ]}
|
|
|
|
id: "1", name: "Alex P.", role: "Marketing Director", company: "Urban Eats Co.", rating: 5,
|
|
|
|
title="Our Previous Clients"
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Alex P. Avatar"},
|
|
|
|
description="Trusted by a diverse range of businesses to deliver impactful advertising solutions."
|
|
|
|
{
|
|
|
|
tag="Partnerships"
|
|
|
|
id: "2", name: "Brenda T.", role: "CEO", company: "Zenith Innovations", rating: 5,
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Brenda T. Avatar"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "3", name: "Carlos M.", role: "Brand Manager", company: "Dynamic Fitness", rating: 5,
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", imageAlt: "Carlos M. Avatar"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "4", name: "Diana L.", role: "Founder", company: "EcoSolutions Inc.", rating: 5,
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-handsome-middle-aged-boss_1262-4837.jpg", imageAlt: "Diana L. Avatar"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "5", name: "Frank S.", role: "VP Sales", company: "Global Logistics", rating: 5,
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg", imageAlt: "Frank S. Avatar"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
|
|
|
description="Hear directly from businesses who have achieved remarkable success with our billboard advertising solutions."
|
|
|
|
|
|
|
|
tag="Client Success Stories"
|
|
|
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
|
|
|
speed={40}
|
|
|
|
|
|
|
|
showCard={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -253,7 +237,7 @@ export default function LandingPage() {
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
names={[
|
|
|
|
names={[
|
|
|
|
"Google", "Microsoft", "Apple", "Amazon", "Nike", "Coca-Cola", "Samsung"]}
|
|
|
|
"Google", "Microsoft", "Apple", "Amazon", "Nike", "Coca-Cola", "Samsung" ]}
|
|
|
|
title="Trusted by Industry Leaders"
|
|
|
|
title="Trusted by Industry Leaders"
|
|
|
|
description="We're proud to partner with some of the most recognized brands to deliver their messages to the world."
|
|
|
|
description="We're proud to partner with some of the most recognized brands to deliver their messages to the world."
|
|
|
|
tag="Our Esteemed Partners"
|
|
|
|
tag="Our Esteemed Partners"
|
|
|
|
|