Merge version_2_1781447436226 into main
Merge version_2_1781447436226 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -22,23 +22,11 @@ export default function Layout() {
|
||||
{
|
||||
"name": "CONTATO",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Manifesto",
|
||||
"href": "#manifesto"
|
||||
},
|
||||
{
|
||||
"name": "Manifesto Text",
|
||||
"href": "#manifesto-text"
|
||||
}
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="shift" siteBackground="floatingGradient" heroBackground="cornerGlow">
|
||||
<StyleProvider buttonVariant="shift" siteBackground="noise" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloating
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
@@ -88,8 +88,8 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Montserrat', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-sans: 'Bebas Neue', sans-serif;
|
||||
--font-tight: "Inter", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
/* Border Radius */
|
||||
|
||||
@@ -1,257 +1,36 @@
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards';
|
||||
import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
|
||||
import { MessageSquare, Search, ShoppingBag } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import ManifestoSection from './HomePage/sections/Manifesto';
|
||||
import ProcessSection from './HomePage/sections/Process';
|
||||
import ProjectsSection from './HomePage/sections/Projects';
|
||||
import LabSection from './HomePage/sections/Lab';
|
||||
import ManifestoTextSection from './HomePage/sections/ManifestoText';
|
||||
import MascoteSection from './HomePage/sections/Mascote';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplitMediaGrid
|
||||
tag="Laboratório de Marcas"
|
||||
title="SUA MARCA ESTÁ SENDO LEMBRADA OU APENAS SENDO VISTA?"
|
||||
description="Criamos posicionamento visual para empresas que querem gerar percepção, autoridade e conexão real."
|
||||
primaryButton={{
|
||||
text: "ENTRAR NO LAB",
|
||||
href: "#lab",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "VER PROJETOS",
|
||||
href: "#projects",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-desktop-with-coffee-cup-laptop-office-supplies_23-2147979161.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-working-information-women-casual-concept_53876-14446.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="manifesto" data-section="manifesto">
|
||||
<SectionErrorBoundary name="manifesto">
|
||||
<AboutFeaturesSplit
|
||||
tag="Pistas"
|
||||
title="TODA MARCA DEIXA PISTAS."
|
||||
description="Analisamos cada detalhe para entender como sua empresa está sendo percebida no mercado."
|
||||
items={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "Instagram",
|
||||
description: "Sua vitrine digital.",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Comunicação",
|
||||
description: "Como você fala.",
|
||||
},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Produto",
|
||||
description: "A tangibilidade da marca.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drawing-ideas-model-craftsman-handy-concept_53876-16315.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ManifestoSection />
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<SectionErrorBoundary name="process">
|
||||
<FeaturesTaggedCards
|
||||
tag="Metodologia"
|
||||
title="COMO TRABALHAMOS"
|
||||
description="Um rigoroso processo de investigação para transformar estratégia em presença visual."
|
||||
items={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Análise",
|
||||
description: "Investigamos sua marca profundamente.",
|
||||
primaryButton: {
|
||||
text: "Saiba mais",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-meeting_1098-487.jpg",
|
||||
},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Diagnóstico",
|
||||
description: "Identificamos todos os gargalos visuais.",
|
||||
primaryButton: {
|
||||
text: "Saiba mais",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-personal-planning-financial-with-coffee-copy-space_23-2148305940.jpg",
|
||||
},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Posicionamento",
|
||||
description: "Definimos direção estratégica única.",
|
||||
primaryButton: {
|
||||
text: "Saiba mais",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientific-biochemistry-genetics-engineering-concept_53876-13616.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ProcessSection />
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<SectionErrorBoundary name="projects">
|
||||
<FeaturesImageBento
|
||||
tag="Galeria"
|
||||
title="PROJETOS"
|
||||
description="Marcas construídas sobre autenticidade e memória."
|
||||
items={[
|
||||
{
|
||||
title: "CULTURA. COMUNIDADE.",
|
||||
description: "Construção visual para cultura urbana.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg",
|
||||
},
|
||||
{
|
||||
title: "GRAFFT",
|
||||
description: "Streetwear e pertencimento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 03",
|
||||
description: "Identidade visual premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-wear-leather-jacket-shorts-with-backpack-against-shipping-container_627829-8008.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 04",
|
||||
description: "Posicionamento estratégico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-hat-turtleneck_181624-41151.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 05",
|
||||
description: "Laboratório de design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-modern-clothes-posing-artistic-way_23-2148760574.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 06",
|
||||
description: "Identidade completa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14647.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 07",
|
||||
description: "Branding de luxo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ProjectsSection />
|
||||
|
||||
<div id="lab" data-section="lab">
|
||||
<SectionErrorBoundary name="lab">
|
||||
<MetricsSimpleCards
|
||||
tag="O VISUAL LAB"
|
||||
title="INVESTIGAÇÃO, NÃO REUNIÃO."
|
||||
description="Checklists, mapas e diagnósticos para elevar sua marca."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
description: "Investigação estratégica",
|
||||
},
|
||||
{
|
||||
value: "0",
|
||||
description: "Tendências vazias",
|
||||
},
|
||||
{
|
||||
value: "Foco",
|
||||
description: "Direção e clareza",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<LabSection />
|
||||
|
||||
<div id="manifesto-text" data-section="manifesto-text">
|
||||
<SectionErrorBoundary name="manifesto-text">
|
||||
<FaqTabbedAccordion
|
||||
tag="Manifesto"
|
||||
title="NÃO ACREDITAMOS EM GÊNERICOS."
|
||||
description="Sistemas visuais feitos para serem lembrados."
|
||||
categories={[
|
||||
{
|
||||
name: "Valores",
|
||||
items: [
|
||||
{
|
||||
question: "Por que não tendências?",
|
||||
answer: "Tendências são vazias. Criamos fundamentos que perduram.",
|
||||
},
|
||||
{
|
||||
question: "Qual a abordagem?",
|
||||
answer: "Investigação rigorosa antes de qualquer traço de design.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ManifestoTextSection />
|
||||
|
||||
<div id="mascote" data-section="mascote">
|
||||
<SectionErrorBoundary name="mascote">
|
||||
<TestimonialTrustCard
|
||||
quote="A maioria das empresas não precisa de mais tráfego. A maioria precisa de mais clareza."
|
||||
rating={5}
|
||||
author="Sr. S — Sertto Visual"
|
||||
avatars={[
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-making-draft_23-2147785611.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-laboratory-displays-dna-visualization-software-used-process-patient_482257-133585.jpg",
|
||||
},
|
||||
{
|
||||
name: "Equipe Sertto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-sticking-colorful-post-its-together_23-2149362887.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<MascoteSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Diagnóstico"
|
||||
text="SUA EMPRESA TRANSMITE O QUE VOCÊ ACREDITA QUE ELA TRANSMITE? SOLICITE UMA ANÁLISE."
|
||||
primaryButton={{
|
||||
text: "QUERO ENTRAR NO LAB",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "SAIBA MAIS",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal 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="Diagnóstico"
|
||||
text="SUA EMPRESA TRANSMITE O QUE VOCÊ ACREDITA QUE ELA TRANSMITE? SOLICITE UMA ANÁLISE."
|
||||
primaryButton={{
|
||||
text: "QUERO ENTRAR NO LAB",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "SAIBA MAIS",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
100
src/pages/HomePage/sections/Hero.tsx
Normal file
100
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,100 @@
|
||||
/* 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 AvatarGroup from "@/components/ui/AvatarGroup";
|
||||
|
||||
const primaryButton = {
|
||||
text: "ENTRAR NO LAB",
|
||||
href: "#lab"
|
||||
};
|
||||
const secondaryButton = {
|
||||
href: "#projects",
|
||||
text: "VER PROJETOS"
|
||||
};
|
||||
|
||||
type HeroOverlayProps = {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
primaryButton: { text: string; href: string };
|
||||
secondaryButton: { text: string; href: string };
|
||||
avatarsSrc?: string[];
|
||||
avatarsLabel?: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
const HeroInline = () => {
|
||||
return (
|
||||
<section
|
||||
aria-label="Hero section"
|
||||
className="relative w-full h-svh overflow-hidden flex flex-col justify-end mb-20"
|
||||
>
|
||||
<HeroBackgroundSlot />
|
||||
<ImageOrVideo
|
||||
imageSrc={"https://images.unsplash.com/photo-1558655146-d09347e92766?q=80&w=2000&auto=format&fit=crop"}
|
||||
className="absolute inset-0 w-full h-full object-cover rounded-none"
|
||||
/>
|
||||
|
||||
<div
|
||||
className="absolute z-10 w-[150vw] h-[150vw] left-0 bottom-0 -translate-x-1/2 translate-y-1/2 backdrop-blur mask-[radial-gradient(circle,black_20%,transparent_70%)]"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
|
||||
<div className="relative z-10 w-content-width mx-auto pb-10 md:pb-25">
|
||||
<div className="flex flex-col gap-3 w-full md:w-6/10 lg:w-1/2 xl:w-45/100 2xl:w-4/10">
|
||||
<div className="w-fit px-3 py-1 mb-1 text-sm card rounded">
|
||||
<p>{"LABORATÓRIO DE MARCAS"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"SUA MARCA ESTÁ SENDO LEMBRADA OU APENAS SENDO VISTA?"}
|
||||
variant="fade-blur"
|
||||
gradientText={false}
|
||||
tag="h1"
|
||||
className="text-7xl 2xl:text-8xl leading-[0.85] font-sans font-bold uppercase text-white text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Criamos posicionamento visual para empresas que querem gerar percepção, autoridade e conexão real."}
|
||||
variant="fade-blur"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="text-lg md:text-xl text-white leading-snug text-balance"
|
||||
/>
|
||||
|
||||
<div className="flex flex-wrap gap-3 mt-2 md:mt-3">
|
||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
|
||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-10 right-10 z-20 hidden md:block opacity-50 hover:opacity-100 transition-opacity duration-500">
|
||||
<div className="relative">
|
||||
<div className="absolute -top-12 -left-16 bg-background-accent border border-accent p-2 text-xs font-mono text-foreground/70 transform -rotate-6">
|
||||
Sr. S observando...
|
||||
</div>
|
||||
<div className="w-16 h-16 bg-foreground text-background flex items-center justify-center font-sans font-bold text-4xl rounded-sm transform rotate-12">
|
||||
S
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{undefined && undefined.length > 0 && (
|
||||
<div className="mt-3 md:mt-4">
|
||||
<AvatarGroup size="lg" labelClassName="text-primary-cta-text" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function HeroSection() {
|
||||
return (
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<HeroInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Lab.tsx
Normal file
34
src/pages/HomePage/sections/Lab.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "lab" section.
|
||||
|
||||
import React from 'react';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function LabSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="lab" data-section="lab">
|
||||
<SectionErrorBoundary name="lab">
|
||||
<MetricsSimpleCards
|
||||
tag="O VISUAL LAB"
|
||||
title="INVESTIGAÇÃO, NÃO REUNIÃO."
|
||||
description="Checklists, mapas e diagnósticos para elevar sua marca."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
description: "Investigação estratégica",
|
||||
},
|
||||
{
|
||||
value: "0",
|
||||
description: "Tendências vazias",
|
||||
},
|
||||
{
|
||||
value: "Foco",
|
||||
description: "Direção e clareza",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
39
src/pages/HomePage/sections/Manifesto.tsx
Normal file
39
src/pages/HomePage/sections/Manifesto.tsx
Normal file
@@ -0,0 +1,39 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "manifesto" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import { MessageSquare, Search, ShoppingBag } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ManifestoSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="manifesto" data-section="manifesto">
|
||||
<SectionErrorBoundary name="manifesto">
|
||||
<AboutFeaturesSplit
|
||||
tag="Pistas"
|
||||
title="TODA MARCA DEIXA PISTAS."
|
||||
description="Analisamos cada detalhe para entender como sua empresa está sendo percebida no mercado."
|
||||
items={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "Instagram",
|
||||
description: "Sua vitrine digital.",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Comunicação",
|
||||
description: "Como você fala.",
|
||||
},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Produto",
|
||||
description: "A tangibilidade da marca.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drawing-ideas-model-craftsman-handy-concept_53876-16315.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
35
src/pages/HomePage/sections/ManifestoText.tsx
Normal file
35
src/pages/HomePage/sections/ManifestoText.tsx
Normal file
@@ -0,0 +1,35 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "manifesto-text" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ManifestoTextSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="manifesto-text" data-section="manifesto-text">
|
||||
<SectionErrorBoundary name="manifesto-text">
|
||||
<FaqTabbedAccordion
|
||||
tag="Manifesto"
|
||||
title="NÃO ACREDITAMOS EM GÊNERICOS."
|
||||
description="Sistemas visuais feitos para serem lembrados."
|
||||
categories={[
|
||||
{
|
||||
name: "Valores",
|
||||
items: [
|
||||
{
|
||||
question: "Por que não tendências?",
|
||||
answer: "Tendências são vazias. Criamos fundamentos que perduram.",
|
||||
},
|
||||
{
|
||||
question: "Qual a abordagem?",
|
||||
answer: "Investigação rigorosa antes de qualquer traço de design.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
42
src/pages/HomePage/sections/Mascote.tsx
Normal file
42
src/pages/HomePage/sections/Mascote.tsx
Normal file
@@ -0,0 +1,42 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "mascote" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function MascoteSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="mascote" data-section="mascote">
|
||||
<SectionErrorBoundary name="mascote">
|
||||
<TestimonialTrustCard
|
||||
quote="A maioria das empresas não precisa de mais tráfego. A maioria precisa de mais clareza."
|
||||
rating={5}
|
||||
author="Sr. S — Sertto Visual"
|
||||
avatars={[
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-making-draft_23-2147785611.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sr. S",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-laptop-laboratory-displays-dna-visualization-software-used-process-patient_482257-133585.jpg",
|
||||
},
|
||||
{
|
||||
name: "Equipe Sertto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-sticking-colorful-post-its-together_23-2149362887.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
88
src/pages/HomePage/sections/Process.tsx
Normal file
88
src/pages/HomePage/sections/Process.tsx
Normal file
@@ -0,0 +1,88 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import Button from "@/components/ui/Button";
|
||||
import { cls } from "@/lib/utils";
|
||||
|
||||
type FeatureItem = {
|
||||
title: string;
|
||||
description: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
interface FeaturesBentoGridProps {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
features: [FeatureItem, FeatureItem, FeatureItem, FeatureItem];
|
||||
primaryButton?: { text: string; href: string };
|
||||
secondaryButton?: { text: string; href: string };
|
||||
}
|
||||
|
||||
import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards';
|
||||
|
||||
const ProcessInline = () => {
|
||||
return (
|
||||
<section className="relative w-full py-24 bg-background overflow-hidden">
|
||||
<div className="absolute inset-0 z-0 opacity-10 pointer-events-none" style={{ backgroundImage: 'url("data:image/svg+xml,%3Csvg width=\'60\' height=\'60\' viewBox=\'0 0 60 60\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg fill=\'#ffffff\' fill-opacity=\'1\'%3E%3Cpath d=\'M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")' }}></div>
|
||||
|
||||
<div className="relative z-10 w-full max-w-content-width mx-auto px-6">
|
||||
<div className="flex flex-col items-start mb-16">
|
||||
<ScrollReveal variant="slide-up">
|
||||
<h2 className="text-5xl md:text-7xl font-sans font-bold text-foreground uppercase leading-none tracking-tight">
|
||||
COMO TRABALHAMOS
|
||||
</h2>
|
||||
</ScrollReveal>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 relative">
|
||||
<div className="hidden lg:block absolute top-12 left-0 w-full h-px bg-accent z-0"></div>
|
||||
|
||||
{[
|
||||
{ num: "01", title: "ANÁLISE", desc: "Investigamos sua marca." },
|
||||
{ num: "02", title: "DIAGNÓSTICO", desc: "Identificamos gargalos." },
|
||||
{ num: "03", title: "POSICIONAMENTO", desc: "Definimos direção." },
|
||||
{ num: "04", title: "EXECUÇÃO", desc: "Transformamos estratégia em presença visual." }
|
||||
].map((step, i) => (
|
||||
<ScrollReveal key={i} variant="slide-up" delay={i * 0.1} className="relative z-10">
|
||||
<div className="flex flex-col h-full">
|
||||
<div className="w-24 h-24 rounded-full bg-card border border-accent flex items-center justify-center mb-6 relative group">
|
||||
<div className="absolute inset-0 rounded-full border border-primary-cta scale-110 opacity-0 group-hover:opacity-100 group-hover:scale-100 transition-all duration-300"></div>
|
||||
<span className="font-mono text-2xl text-primary-cta">{step.num}</span>
|
||||
</div>
|
||||
|
||||
<div className="bg-card border border-accent p-6 flex-grow relative group hover:border-primary-cta/50 transition-colors duration-300">
|
||||
<div className="absolute top-0 right-0 w-8 h-8 bg-background-accent border-l border-b border-accent flex items-center justify-center">
|
||||
<span className="font-mono text-[10px] text-foreground/50">+{i+1}</span>
|
||||
</div>
|
||||
|
||||
<h3 className="text-2xl font-sans font-bold text-foreground uppercase mb-3">{step.title}</h3>
|
||||
<p className="text-foreground/70 font-tight text-sm">{step.desc}</p>
|
||||
|
||||
<div className="mt-6 pt-4 border-t border-accent border-dashed">
|
||||
<div className="flex items-center gap-2 text-xs font-mono text-foreground/50">
|
||||
<div className="w-1.5 h-1.5 rounded-full bg-primary-cta"></div>
|
||||
<span>Fase {step.num} concluída</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ScrollReveal>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function ProcessSection() {
|
||||
return (
|
||||
<div data-webild-section="process" id="process">
|
||||
<div className="hidden">
|
||||
<FeaturesTaggedCards tag="" title="" description="" items={[]} />
|
||||
</div>
|
||||
<ProcessInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Projects.tsx
Normal file
57
src/pages/HomePage/sections/Projects.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "projects" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ProjectsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="projects" data-section="projects">
|
||||
<SectionErrorBoundary name="projects">
|
||||
<FeaturesImageBento
|
||||
tag="Galeria"
|
||||
title="PROJETOS"
|
||||
description="Marcas construídas sobre autenticidade e memória."
|
||||
items={[
|
||||
{
|
||||
title: "CULTURA. COMUNIDADE.",
|
||||
description: "Construção visual para cultura urbana.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-k-pop-clothing-urban-scene_23-2149096948.jpg",
|
||||
},
|
||||
{
|
||||
title: "GRAFFT",
|
||||
description: "Streetwear e pertencimento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 03",
|
||||
description: "Identidade visual premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-wear-leather-jacket-shorts-with-backpack-against-shipping-container_627829-8008.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 04",
|
||||
description: "Posicionamento estratégico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-hat-turtleneck_181624-41151.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 05",
|
||||
description: "Laboratório de design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-modern-clothes-posing-artistic-way_23-2148760574.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 06",
|
||||
description: "Identidade completa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-tshirt_1303-14647.jpg",
|
||||
},
|
||||
{
|
||||
title: "PROJETO 07",
|
||||
description: "Branding de luxo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-long-legs-brunette-model-long-black-cloak-posed-outdoor-winter-day-against-old-grunge-wall_627829-14032.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user