3 Commits

Author SHA1 Message Date
2a8cbca08d Merge version_3 into main
Merge version_3 into main
2026-05-21 21:38:23 +00:00
0413f70550 Update src/app/page.tsx 2026-05-21 21:38:20 +00:00
eaaf34dba7 Merge version_2 into main
Merge version_2 into main
2026-05-21 21:31:19 +00:00

View File

@@ -32,14 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Serviços", id: "services" },
{ { name: "Projetos", id: "projects" },
name: "Serviços", id: "services"}, { name: "Contato", id: "contact" },
{
name: "Projetos", id: "projects"},
{
name: "Contato", id: "contact"},
]} ]}
brandName="RTorres_.design | Barboza_.design" brandName="RTorres_.design | Barboza_.design"
button={{ text: "Contato", href: "#contact" }} button={{ text: "Contato", href: "#contact" }}
@@ -51,10 +47,8 @@ export default function LandingPage() {
logoText="RTorres_.design | Barboza_.design" logoText="RTorres_.design | Barboza_.design"
description="Transformamos ideias em marcas fortes e profissionais. Design gráfico, vídeos e sites modernos." description="Transformamos ideias em marcas fortes e profissionais. Design gráfico, vídeos e sites modernos."
buttons={[ buttons={[
{ { text: "Ver Projetos", href: "#projects" },
text: "Ver Projetos", href: "#projects"}, { text: "Solicitar Orçamento", href: "#contact" },
{
text: "Solicitar Orçamento", href: "#contact"},
]} ]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103146.jpg", imageAlt: "Slide 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103146.jpg", imageAlt: "Slide 1" },
@@ -89,11 +83,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Edição de Vídeos", description: "Reels, TikTok, YouTube, e motion design profissional.", imageSrc: "http://img.b2bpic.net/free-vector/creative-video-production-25-glyph-solid-black-icon-pack-such-as-video-player-app-multimedia-vintage-radio-movie-screen_1142-23248.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/20-video-production-blue-color-icon-pack-like-laptop-media-camera-bookmark-media_1142-19470.jpg", buttonText: "Saber mais"}, title: "Edição de Vídeos", description: "Reels, TikTok, YouTube, e motion design profissional.", imageSrc: "http://img.b2bpic.net/free-vector/creative-video-production-25-glyph-solid-black-icon-pack-such-as-video-player-app-multimedia-vintage-radio-movie-screen_1142-23248.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/20-video-production-blue-color-icon-pack-like-laptop-media-camera-bookmark-media_1142-19470.jpg", buttonText: "Saber mais"
},
{ {
title: "Design Gráfico", description: "Identidade visual, logos, banners e posts para redes.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204923.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-nail-art-with-tool_23-2150455870.jpg", buttonText: "Saber mais"}, title: "Design Gráfico", description: "Identidade visual, logos, banners e posts para redes.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204923.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-nail-art-with-tool_23-2150455870.jpg", buttonText: "Saber mais"
},
{ {
title: "Criação de Sites", description: "Sites rápidos, modernos e responsivos para o seu negócio.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-start-up-concept-with-rocket_23-2147789007.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/grey-spotlight-shape-lens-flare-coding_1134-681.jpg", buttonText: "Saber mais"}, title: "Criação de Sites", description: "Sites rápidos, modernos e responsivos para o seu negócio.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-start-up-concept-with-rocket_23-2147789007.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/grey-spotlight-shape-lens-flare-coding_1134-681.jpg", buttonText: "Saber mais"
},
]} ]}
title="Nossos Serviços" title="Nossos Serviços"
description="Soluções criativas e técnicas da RTorres_.design e Barboza_.design para elevar o nível da sua comunicação digital." description="Soluções criativas e técnicas da RTorres_.design e Barboza_.design para elevar o nível da sua comunicação digital."
@@ -175,7 +172,7 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "WhatsApp RTorres", href: "https://wa.me/seu-numero" }, { text: "WhatsApp RTorres", href: "https://wa.me/seu-numero" },
{ text: "Instagram RTorres", href: "https://instagram.com/rtorres_.design" }, { text: "Instagram RTorres", href: "https://instagram.com/rtorres_.design" },
{ text: "WhatsApp Barboza", href: "https://wa.me/5521980931178" }, { text: "WhatsApp Barboza (+55 21 98093-1178)", href: "https://wa.me/5521980931178" },
{ text: "Instagram Barboza", href: "https://instagram.com/barboza_.design" }, { text: "Instagram Barboza", href: "https://instagram.com/barboza_.design" },
]} ]}
/> />