Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-08 06:51:38 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import AboutMetric from '@/components/sections/about/AboutMetric';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
@@ -41,29 +41,21 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="MAULIK"
description="Building AI agents that scale to millions. I'm exploring how conversational intelligence can reshape how we work. Mailient is my current obsession—an AI email agent that understands context, intent, and nuance. This is where systems thinking meets product."
<HeroSplit
background={{ variant: 'glowing-orb' }}
title="Building AI agents that scale to millions"
description="I'm exploring how conversational intelligence can reshape how we work. Mailient is my current obsession—an AI email agent that understands context, intent, and nuance. This is where systems thinking meets product."
tag="New Release"
tagIcon={Sparkles}
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/a-minimalist-sophisticated-tech-workspac-1772951773595-252577a7.png?_wi=1"
imageAlt="AI vision interface representing future of work"
mediaAnimation="slide-up"
buttons={[
{ text: 'Explore My Thinking', href: '#thinking' },
{ text: 'See Mailient', href: 'https://mailient.com' }
]}
slides={[
{
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/a-minimalist-sophisticated-tech-workspac-1772951773595-252577a7.png?_wi=1',
imageAlt: 'AI vision interface representing future of work'
},
{
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/clean-minimal-interface-mockup-of-an-ai--1772951775571-7f7270e6.png?_wi=1',
imageAlt: 'Mailient AI email agent interface'
},
{
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/abstract-representation-of-complex-syste-1772951773297-67f5f6be.png?_wi=1',
imageAlt: 'Systems thinking and interconnected ideas'
}
]}
autoplayDelay={5000}
showDimOverlay={true}
buttonAnimation="slide-up"
/>
</div>