Merge version_3_1782929636764 into main #2

Merged
bender merged 1 commits from version_3_1782929636764 into main 2026-07-01 18:16:58 +00:00
9 changed files with 369 additions and 219 deletions

View File

@@ -1,231 +1,37 @@
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in the sibling sections/ folder (one file per section).
// Edit those section files directly. Non-block content (wrappers,
// non-inlinable sections) is preserved inline; extracted section blocks
// become component refs.
export default function HomePage() {
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import SocialProofSection from './HomePage/sections/SocialProof';
import MetricsSection from './HomePage/sections/Metrics';
import FeaturesSection from './HomePage/sections/Features';
import TestimonialSection from './HomePage/sections/Testimonial';
import AboutSection from './HomePage/sections/About';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
export default function HomePage(): React.JSX.Element {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplit
tag="PERFORMANCE UGC STUDIO"
title="We produce the creative. You scale the spend."
description="Performance UGC for VC-backed companies and DTC brands. Up to 300 unique ads per week."
primaryButton={{
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding",
}}
secondaryButton={{
text: "Learn more",
href: "#how-it-works",
}}
imageSrc="https://storage.googleapis.com/webild/users/user_3FSLPGat9LamHSWiCJmwJ6GurHv/uploaded-1782929437775-afdyau1s.png"
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<SocialProofMarquee
tag="TRUSTED BY"
title="Scaling partners"
description="High growth brands trusting our creative."
names={[
"Lovable",
"a0.dev",
"The Deep View",
"AI for Work",
"Cluely",
"Cal AI",
"Bloom",
"Context",
"Kalam",
]}
/>
</SectionErrorBoundary>
</div>
<SocialProofSection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="BY THE NUMBERS"
title="Proven performance"
description="Impact delivered at scale."
metrics={[
{
value: "100M+",
title: "Organic Views",
features: [
"Viral hooks",
"High retention",
"Optimized editing",
],
},
{
value: "$300K+",
title: "Ad Spend",
features: [
"Direct response",
"Conversion focused",
"Iterative testing",
],
},
{
value: "20+",
title: "VC Companies",
features: [
"High growth",
"Aggressive scaling",
"Strategy led",
],
},
]}
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesComparison
tag="WHAT WE DO"
title="Performance UGC, built to convert"
description="Stop the scroll with creative that actually drives action."
negativeItems={[
"Scripting for vanity",
"Polished studio ads",
"Slow delivery cycles",
"Low CTR hooks",
]}
positiveItems={[
"Hook-driven scripting",
"Native UGC style",
"Weekly fresh delivery",
"Conversion obsessed",
]}
/>
</SectionErrorBoundary>
</div>
<FeaturesSection />
<div id="testimonial" data-section="testimonial">
<SectionErrorBoundary name="testimonial">
<TestimonialOverlayCards
tag="CASE STUDIES"
title="Brands scaling with our creative"
description="Real impact across diverse industries."
testimonials={[
{
name: "Founder",
role: "Lovable",
company: "AI App Builder",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-stain-with-ferromagnetic-liquid-metal-with-copy-space_23-2148253549.jpg",
},
{
name: "Lead",
role: "a0.dev",
company: "Mobile App Builder",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-white-minimal-design_23-2149253169.jpg",
},
{
name: "Founders",
role: "The Deep View",
company: "AI Newsletter",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artistic-easel-canvas-studio_23-2148372231.jpg",
},
{
name: "Partner",
role: "Internal",
company: "Various DTC",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-pigment-diffusing-with-water_23-2147828390.jpg",
},
{
name: "Growth Lead",
role: "Various",
company: "VC Portfolio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-plant-leaves_23-2149337929.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="How it works"
descriptions={[
"STRATEGY (Week 1): We map your ICP, hooks, and creative angles before filming starts.",
"PRODUCTION (Week 1-4): Creators film. Our team edits. Quality controlled.",
"DELIVERY (Every week): 25 fresh UGC ads delivered weekly. Ready to upload.",
"OPTIMIZE (Monthly): Review what's working. Double down on winners.",
]}
primaryButton={{
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding",
}}
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="FAQ"
title="Questions, answered"
description="Everything you need to know about our process."
items={[
{
question: "Who do you work with?",
answer: "VC-backed startups and DTC brands spending $10K+/month.",
},
{
question: "What kind of videos?",
answer: "Performance UGC. Real creators. Conversion-focused.",
},
{
question: "How fast is delivery?",
answer: "25 ads delivered every single week.",
},
{
question: "Do you guarantee performance?",
answer: "We guarantee the work quality, not virality.",
},
{
question: "Do you run the ads?",
answer: "No, we strictly produce the creative assets.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/developing-sketching-skills-fine-arts-school-learning-pencil-drawing-techniques-wooden-easel-with-sketch-vase-modern-studio-no-people-creative-artist-workplace-art-studio-interior_482257-65974.jpg"
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="BOOKING"
text="Ready to scale your creative performance?"
primaryButton={{
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding",
}}
secondaryButton={{
text: "Contact",
href: "mailto:amine@cfnstudio.com",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View File

@@ -0,0 +1,28 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="How it works"
descriptions={[
"STRATEGY (Week 1): We map your ICP, hooks, and creative angles before filming starts.",
"PRODUCTION (Week 1-4): Creators film. Our team edits. Quality controlled.",
"DELIVERY (Every week): 25 fresh UGC ads delivered weekly. Ready to upload.",
"OPTIMIZE (Monthly): Review what's working. Double down on winners.",
]}
primaryButton={{
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,27 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "contact" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="BOOKING"
text="Ready to scale your creative performance?"
primaryButton={{
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding",
}}
secondaryButton={{
text: "Contact",
href: "mailto:amine@cfnstudio.com",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,43 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "faq" section.
import React from 'react';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FaqSection(): React.JSX.Element {
return (
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="FAQ"
title="Questions, answered"
description="Everything you need to know about our process."
items={[
{
question: "Who do you work with?",
answer: "VC-backed startups and DTC brands spending $10K+/month.",
},
{
question: "What kind of videos?",
answer: "Performance UGC. Real creators. Conversion-focused.",
},
{
question: "How fast is delivery?",
answer: "25 ads delivered every single week.",
},
{
question: "Do you guarantee performance?",
answer: "We guarantee the work quality, not virality.",
},
{
question: "Do you run the ads?",
answer: "No, we strictly produce the creative assets.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/developing-sketching-skills-fine-arts-school-learning-pencil-drawing-techniques-wooden-easel-with-sketch-vase-modern-studio-no-people-creative-artist-workplace-art-studio-interior_482257-65974.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,32 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesComparison
tag="WHAT WE DO"
title="Performance UGC, built to convert"
description="Stop the scroll with creative that actually drives action."
negativeItems={[
"Scripting for vanity",
"Polished studio ads",
"Slow delivery cycles",
"Low CTR hooks",
]}
positiveItems={[
"Hook-driven scripting",
"Native UGC style",
"Weekly fresh delivery",
"Conversion obsessed",
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,77 @@
/* eslint-disable */
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
import Button from "@/components/ui/Button";
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
import TextAnimation from "@/components/ui/TextAnimation";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import ScrollReveal from "@/components/ui/ScrollReveal";
const primaryButton = {
text: "Book a call →",
href: "https://cal.com/cfnstudio/onboarding"
};
const secondaryButton = {
text: "Learn more",
href: "#how-it-works"
};
type HeroSplitProps = {
tag: string;
title: string;
description: string;
primaryButton: { text: string; href: string };
secondaryButton: { text: string; href: string };
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
const HeroInline = () => {
return (
<section aria-label="Hero section" className="relative flex items-center h-fit min-h-svh py-[180px] overflow-hidden">
<HeroBackgroundSlot />
<div className="flex flex-col lg:flex-row items-center gap-16 w-content-width mx-auto">
<div className="w-full lg:w-1/2 z-10">
<div className="flex flex-col items-start gap-8">
<ScrollReveal variant="slide-up" delay={0.1}>
<span className="text-sm font-bold tracking-widest uppercase text-accent">
{"PERFORMANCE UGC STUDIO"}
</span>
</ScrollReveal>
<TextAnimation
text={"We produce\nthe creative.\nYou scale\nthe spend."}
variant="slide-up"
gradientText={false}
tag="h1"
className="text-7xl md:text-8xl lg:text-[120px] font-tight font-bold text-foreground leading-[0.85] tracking-tighter whitespace-pre-line"
/>
<ScrollReveal variant="slide-up" delay={0.4}>
<p className="text-xl md:text-2xl text-foreground/70 max-w-xl font-sans leading-relaxed">
{"Performance UGC for VC-backed companies and DTC brands. Up to 300 unique ads per week."}
</p>
</ScrollReveal>
<ScrollReveal variant="slide-up" delay={0.6} className="flex flex-wrap gap-6 mt-4">
<Button text={primaryButton.text} href={primaryButton.href} variant="primary" className="px-10 py-5 text-lg rounded-full" />
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary" className="px-10 py-5 text-lg rounded-full" />
</ScrollReveal>
</div>
</div>
<ScrollReveal variant="slide-up" delay={0.3} className="w-full lg:w-1/2 relative">
<div className="absolute inset-0 bg-accent/10 blur-3xl rounded-full transform scale-110 -z-10"></div>
<div className="relative aspect-[4/5] w-full rounded-3xl overflow-hidden bg-card border border-foreground/5 shadow-2xl">
<ImageOrVideo imageSrc={"https://storage.googleapis.com/webild/users/user_3FSLPGat9LamHSWiCJmwJ6GurHv/uploaded-1782929437775-afdyau1s.png"} className="w-full h-full object-cover" />
</div>
</ScrollReveal>
</div>
</section>
);
};
export default function HeroSection() {
return (
<div data-webild-section="hero" id="hero">
<HeroInline />
</div>
);
}

View File

@@ -0,0 +1,49 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="BY THE NUMBERS"
title="Proven performance"
description="Impact delivered at scale."
metrics={[
{
value: "100M+",
title: "Organic Views",
features: [
"Viral hooks",
"High retention",
"Optimized editing",
],
},
{
value: "$300K+",
title: "Ad Spend",
features: [
"Direct response",
"Conversion focused",
"Iterative testing",
],
},
{
value: "20+",
title: "VC Companies",
features: [
"High growth",
"Aggressive scaling",
"Strategy led",
],
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,31 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "social-proof" section.
import React from 'react';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function SocialProofSection(): React.JSX.Element {
return (
<div id="social-proof" data-section="social-proof">
<SectionErrorBoundary name="social-proof">
<SocialProofMarquee
tag="TRUSTED BY"
title="Scaling partners"
description="High growth brands trusting our creative."
names={[
"Lovable",
"a0.dev",
"The Deep View",
"AI for Work",
"Cluely",
"Cal AI",
"Bloom",
"Context",
"Kalam",
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,57 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonial" section.
import React from 'react';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialSection(): React.JSX.Element {
return (
<div id="testimonial" data-section="testimonial">
<SectionErrorBoundary name="testimonial">
<TestimonialOverlayCards
tag="CASE STUDIES"
title="Brands scaling with our creative"
description="Real impact across diverse industries."
testimonials={[
{
name: "Founder",
role: "Lovable",
company: "AI App Builder",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-stain-with-ferromagnetic-liquid-metal-with-copy-space_23-2148253549.jpg",
},
{
name: "Lead",
role: "a0.dev",
company: "Mobile App Builder",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-white-minimal-design_23-2149253169.jpg",
},
{
name: "Founders",
role: "The Deep View",
company: "AI Newsletter",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artistic-easel-canvas-studio_23-2148372231.jpg",
},
{
name: "Partner",
role: "Internal",
company: "Various DTC",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-pigment-diffusing-with-water_23-2147828390.jpg",
},
{
name: "Growth Lead",
role: "Various",
company: "VC Portfolio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-plant-leaves_23-2149337929.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}