Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 154df902cc | |||
| f0e0398450 | |||
| 18e037f0fe | |||
| 5b66d7e3e2 | |||
| 7c16b4cea7 | |||
| 9b19a56917 | |||
| 96011ea9bd | |||
| 2849c0769b | |||
| 46e7d0a4b8 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user