Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-23 15:12:30 +00:00

View File

@@ -41,9 +41,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "plain" }}
title="Grow Your Business With a Professional Website in Just 3 Days"
description="Professional, affordable web development tailored for your growth."
leftCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2426&auto=format&fit=crop" }]}
rightCarouselItems={[{ imageSrc: "https://images.unsplash.com/photo-1581291518633-83b4ebd1d83e?q=80&w=2340&auto=format&fit=crop" }]}
background={{ variant: "plain" }}
buttons={[
{ text: "WhatsApp Now", href: "https://wa.me/9286946493" }
]}
@@ -57,6 +59,7 @@ export default function LandingPage() {
description="We create simple and affordable websites for businesses."
subdescription="We build digital solutions that help your business scale effortlessly."
icon={Code}
videoSrc="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
useInvertedBackground={false}
/>
</div>