5 Commits

Author SHA1 Message Date
4f93c7a4cb Update src/app/page.tsx 2026-04-20 16:08:46 +00:00
6eddabbd53 Update src/app/page.tsx 2026-04-20 16:08:14 +00:00
14e8f38322 Merge version_3 into main
Merge version_3 into main
2026-04-20 16:06:47 +00:00
a7d1c717d7 Update src/app/page.tsx 2026-04-20 16:06:44 +00:00
187c598596 Merge version_2 into main
Merge version_2 into main
2026-04-20 16:04:23 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -42,7 +42,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroSplitDoubleCarousel
background={{
variant: "plain"}}
title="Build Apps at the Speed of Thought"
@@ -51,19 +51,13 @@ export default function LandingPage() {
{
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: "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"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CYiBIYS3r2Wr0YSB0K42YOlLBL/uploaded-1776701192558-lsrmythq.png?_wi=2", imageAlt: "mobile app interface preview"},
]}
/>
</div>