9 Commits

Author SHA1 Message Date
154df902cc Merge version_3 into main
Merge version_3 into main
2026-03-14 19:30:47 +00:00
f0e0398450 Update src/app/page.tsx 2026-03-14 19:30:43 +00:00
18e037f0fe Merge version_3 into main
Merge version_3 into main
2026-03-14 19:30:16 +00:00
5b66d7e3e2 Update src/app/page.tsx 2026-03-14 19:30:12 +00:00
7c16b4cea7 Merge version_1 into main
Merge version_1 into main
2026-03-14 19:28:32 +00:00
9b19a56917 Merge version_1 into main
Merge version_1 into main
2026-03-14 19:18:48 +00:00
96011ea9bd Merge version_1 into main
Merge version_1 into main
2026-03-14 19:18:23 +00:00
2849c0769b Merge version_1 into main
Merge version_1 into main
2026-03-14 19:16:41 +00:00
46e7d0a4b8 Merge version_1 into main
Merge version_1 into main
2026-03-14 19:15:56 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -40,7 +40,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
<HeroBillboardCarousel
title="We don't just make content. We Distract."
description="Production × Marketing × SaaS & Apps. Three disciplines, one outcome: brands that move."
tag="Full-Stack Creative"
@@ -52,22 +52,17 @@ export default function LandingPage() {
]}
buttonAnimation="blur-reveal"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
testimonials={[
mediaItems={[
{
name: "Sarah Chen", handle: "@sarahchen_co", testimonial: "Distract transformed our brand narrative. From concept to launch in half the time we expected.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg?_wi=1", imageAlt: "Sarah Chen founder"
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg?_wi=1", imageAlt: "Creative workspace"
},
{
name: "Marcus Reed", handle: "@marcusreed_io", testimonial: "Finally, a team that understands production AND strategy. Real results, not just deliverables.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Marcus Reed entrepreneur"
imageSrc: "http://img.b2bpic.net/free-vector/modern-business-stationery-collection_23-2148369110.jpg?_wi=1", imageAlt: "Design mockups"
},
{
name: "Emma Walsh", handle: "@emmaw_studio", testimonial: "Their execution speed is unmatched. We launched three campaigns in the time others did one.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1", imageAlt: "Emma Walsh creative director"
imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-kit-collection_23-2149203795.jpg?_wi=1", imageAlt: "UI components"
}
]}
testimonialRotationInterval={5000}
className="w-full"
containerClassName="max-w-7xl mx-auto px-6 py-24 lg:py-32"
titleClassName="text-5xl lg:text-7xl font-semibold leading-tight mb-6"