diff --git a/src/app/page.tsx b/src/app/page.tsx index a0cee35..3b2cd54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -188,60 +134,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Josue David Machado", - date: "2024", - title: "Cliente Industrial", - quote: "Excelente atendimento e qualidade técnica superior.", - tag: "Industrial", - avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-protective-helmet-holding-tablet-looking-screen_74855-16472.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-dark-grunge-style-textures_1048-14265.jpg?_wi=2", - imageAlt: "industrial steel texture dark", - }, + id: "1", name: "Josue David Machado", date: "2024", title: "Cliente Industrial", quote: "Excelente atendimento e qualidade técnica superior.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-protective-helmet-holding-tablet-looking-screen_74855-16472.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-dark-grunge-style-textures_1048-14265.jpg?_wi=2", imageAlt: "industrial steel texture dark"}, { - id: "2", - name: "Marco Campos", - date: "2024", - title: "Gestor de Manutenção", - quote: "Resolvem problemas complexos rapidamente.", - tag: "Manutenção", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-24440.jpg?_wi=2", - imageAlt: "industrial machine parts macro", - }, + id: "2", name: "Marco Campos", date: "2024", title: "Gestor de Manutenção", quote: "Resolvem problemas complexos rapidamente.", tag: "Manutenção", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-24440.jpg?_wi=2", imageAlt: "industrial machine parts macro"}, { - id: "3", - name: "Percilio Jesus", - date: "2024", - title: "Suprimentos", - quote: "Ótima localização e equipe muito prestativa.", - tag: "Suprimentos", - avatarSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/25-tools-solid-glyph-icon-pack_1142-24324.jpg?_wi=2", - imageAlt: "cnc machining icon gold", - }, + id: "3", name: "Percilio Jesus", date: "2024", title: "Suprimentos", quote: "Ótima localização e equipe muito prestativa.", tag: "Suprimentos", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg", imageSrc: "http://img.b2bpic.net/free-vector/25-tools-solid-glyph-icon-pack_1142-24324.jpg?_wi=2", imageAlt: "cnc machining icon gold"}, { - id: "4", - name: "Carlos Eduardo", - date: "2024", - title: "Engenharia", - quote: "Precisão absoluta nos moldes fornecidos.", - tag: "Engenharia", - avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-protective-helmet-holding-tablet-looking-screen_74855-16472.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-screwdrivers-wooden-surface_181624-32595.jpg", - imageAlt: "industrial mold tool icon", - }, + id: "4", name: "Carlos Eduardo", date: "2024", title: "Engenharia", quote: "Precisão absoluta nos moldes fornecidos.", tag: "Engenharia", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-protective-helmet-holding-tablet-looking-screen_74855-16472.jpg", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-screwdrivers-wooden-surface_181624-32595.jpg", imageAlt: "industrial mold tool icon"}, { - id: "5", - name: "Ana Souza", - date: "2024", - title: "Compra Técnica", - quote: "Parceria fundamental para nossa produção.", - tag: "Parceria", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/phone-call-communication-icon-illustration_53876-74751.jpg", - imageAlt: "mechanical gear icon metal", - }, + id: "5", name: "Ana Souza", date: "2024", title: "Compra Técnica", quote: "Parceria fundamental para nossa produção.", tag: "Parceria", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg", imageSrc: "http://img.b2bpic.net/free-photo/phone-call-communication-icon-illustration_53876-74751.jpg", imageAlt: "mechanical gear icon metal"}, ]} title="O que dizem sobre nós" description="Clientes que confiam em nossa precisão técnica." @@ -255,22 +156,14 @@ export default function LandingPage() { description="Estamos localizados na Estrada Municipal Glaudistom Pereira de Oliveira. Vamos elevar o nível da sua produção." inputs={[ { - name: "nome", - type: "text", - placeholder: "Nome completo", - required: true, + name: "nome", type: "text", placeholder: "Nome completo", required: true, }, { - name: "email", - type: "email", - placeholder: "E-mail empresarial", - required: true, + name: "email", type: "email", placeholder: "E-mail empresarial", required: true, }, ]} textarea={{ - name: "mensagem", - placeholder: "Descreva sua necessidade técnica", - rows: 4, + name: "mensagem", placeholder: "Descreva sua necessidade técnica", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16054.jpg" imageAlt="GHM Location SJC" @@ -284,46 +177,29 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 78561ff..748c4ef 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0D0D0D; - --card: #1A1A1A; - --foreground: #FFFFFF; - --primary-cta: #C9A84C; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #dfff1c; --primary-cta-text: #000000; - --secondary-cta: #1A1A1A; + --secondary-cta: #1a1a1a; --secondary-cta-text: #FFFFFF; - --accent: #333333; - --background-accent: #202020; + --accent: #8b9a1b; + --background-accent: #5d6b00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);