Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-19 09:55:48 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -40,7 +40,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
<HeroBillboardTestimonial
title="Deep Repository Intelligence"
description="Powered by Gemini 3. Analyze your codebase with AI-driven insights that transform how you understand, improve, and scale your projects."
background={{ variant: "sparkles-gradient" }}
@@ -52,23 +52,30 @@ export default function LandingPage() {
{ text: "View Demo", href: "#features" }
]}
buttonAnimation="blur-reveal"
leftCarouselItems={[
testimonials={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/abstract-code-visualization-with-flowing-1773913518959-a02c677a.png?_wi=1", imageAlt: "Repository structure visualization"
name: "Sarah Chen", handle: "@sarahchen", testimonial: "RepoLens has completely transformed how we review code. The AI insights catch issues our team would have missed.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-software-engi-1773913521565-32c4b543.png", imageAlt: "Sarah Chen"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/ai-brain-network-visualization-with-purp-1773913520924-7b393f8d.png", imageAlt: "AI neural network visualization"
}
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/a-sleek-modern-ai-repository-analysis-da-1773913520871-0d3df012.png?_wi=1", imageAlt: "RepoLens AI dashboard interface"
name: "Marcus Rodriguez", handle: "@mrodriguez", testimonial: "The depth of analysis from Gemini 3 is unmatched. We've improved our code quality metrics by 45% in just three months.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-product-manag-1773913522500-2d678a3c.png", imageAlt: "Marcus Rodriguez"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/abstract-code-visualization-with-flowing-1773913518959-a02c677a.png?_wi=2", imageAlt: "Code analysis visualization"
name: "Emma Thompson", handle: "@emmathompson", testimonial: "Setting up RepoLens was painless. It integrates seamlessly with our GitHub workflow and immediately started providing valuable insights.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-cto-or-senior-1773913520802-fbe51dc2.png", imageAlt: "Emma Thompson"
}
]}
carouselPosition="right"
testimonialRotationInterval={5000}
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-software-engi-1773913521565-32c4b543.png", alt: "User 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-product-manag-1773913522500-2d678a3c.png", alt: "User 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/professional-headshot-of-a-cto-or-senior-1773913520802-fbe51dc2.png", alt: "User 3" }
]}
avatarText="Loved by 1000+ teams"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9u5Yh7Nmu8er61FA5wMuV66Jn/a-sleek-modern-ai-repository-analysis-da-1773913520871-0d3df012.png?_wi=1"
imageAlt="RepoLens AI dashboard"
mediaAnimation="slide-up"
ariaLabel="Hero section - RepoLens AI repository analyzer"
/>
</div>