Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -32,14 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Serviços", id: "services"},
|
||||
{
|
||||
name: "Projetos", id: "projects"},
|
||||
{
|
||||
name: "Contato", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Projetos", id: "projects" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="RTorres_.design | Barboza_.design"
|
||||
button={{ text: "Contato", href: "#contact" }}
|
||||
@@ -51,10 +47,8 @@ export default function LandingPage() {
|
||||
logoText="RTorres_.design | Barboza_.design"
|
||||
description="Transformamos ideias em marcas fortes e profissionais. Design gráfico, vídeos e sites modernos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Projetos", href: "#projects"},
|
||||
{
|
||||
text: "Solicitar Orçamento", href: "#contact"},
|
||||
{ text: "Ver Projetos", href: "#projects" },
|
||||
{ text: "Solicitar Orçamento", href: "#contact" },
|
||||
]}
|
||||
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" },
|
||||
@@ -89,11 +83,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
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={[
|
||||
{ text: "WhatsApp RTorres", href: "https://wa.me/seu-numero" },
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user