Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5a6606fa8 | |||
| 2cc63e1629 | |||
| f0d47fc281 | |||
| ea11425031 | |||
| 16df01e616 |
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -46,32 +46,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<HeroBillboard
|
||||
title="Bringing Your Vision to Life"
|
||||
description="Schedule a conversation to get a customized roadmap for your digital growth."
|
||||
tag="Freelance Agency"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Strategy Call", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg", imageAlt: "Studio Workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-geometric-shapes-with-copy-space_23-2148830227.jpg", imageAlt: "Digital Geometric"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120374.jpg", imageAlt: "Minimalist Desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-work-team-multinational-company-analyzing-performance-metrics-projections-staff_482257-132812.jpg", imageAlt: "Team Brainstorm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "UI Development"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777529.jpg", imageAlt: "Office Interior"},
|
||||
{ text: "Book Your Strategy Call", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg"
|
||||
imageAlt="Studio Workspace"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -193,8 +177,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Start?"
|
||||
description="Let's discuss your next project and build something incredible together."
|
||||
|
||||
Reference in New Issue
Block a user