3 Commits

Author SHA1 Message Date
7d5be5ba27 Merge version_3 into main
Merge version_3 into main
2026-03-08 06:51:38 +00:00
8594e6f369 Update src/app/page.tsx 2026-03-08 06:51:34 +00:00
23cf312d05 Merge version_2 into main
Merge version_2 into main
2026-03-08 06:48:03 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; 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 AboutMetric from '@/components/sections/about/AboutMetric';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import BlogCardThree from '@/components/sections/blog/BlogCardThree';
@@ -41,29 +41,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroSplit
logoText="MAULIK" background={{ variant: 'glowing-orb' }}
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." 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={[ buttons={[
{ text: 'Explore My Thinking', href: '#thinking' }, { text: 'Explore My Thinking', href: '#thinking' },
{ text: 'See Mailient', href: 'https://mailient.com' } { text: 'See Mailient', href: 'https://mailient.com' }
]} ]}
slides={[ buttonAnimation="slide-up"
{
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}
/> />
</div> </div>