Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f93c7a4cb | |||
| 6eddabbd53 | |||
| 14e8f38322 | |||
| a7d1c717d7 | |||
| 187c598596 |
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Build Apps at the Speed of Thought"
|
title="Build Apps at the Speed of Thought"
|
||||||
@@ -51,19 +51,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Launch Studio", href: "#"},
|
text: "Launch Studio", href: "#"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageAlt: "mobile app design studio ui"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYiBIYS3r2Wr0YSB0K42YOlLBL/uploaded-1776701192558-lsrmythq.png?_wi=1", imageAlt: "mobile app design studio ui"},
|
||||||
|
]}
|
||||||
|
rightCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-paper_23-2149930977.jpg", imageAlt: "mobile app design studio ui"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYiBIYS3r2Wr0YSB0K42YOlLBL/uploaded-1776701192558-lsrmythq.png?_wi=2", imageAlt: "mobile app interface preview"},
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg", imageAlt: "mobile app design studio ui"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038910.jpg", imageAlt: "mobile app design studio ui"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645646.jpg", imageAlt: "mobile app design studio ui"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg", imageAlt: "mobile app design studio ui"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user