Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6426a0e70b |
247
src/app/page.tsx
247
src/app/page.tsx
@@ -32,27 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Produtos",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Produtos", id: "#products"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre", id: "#about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Ver Catálogo",
|
||||
href: "#products",
|
||||
}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-4afi0mg9.png"
|
||||
text: "Ver Catálogo", href: "#products"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486745474-o2o6zp13.png"
|
||||
logoAlt="Tech Rush MZ Logo"
|
||||
brandName="TECH RUSH MZ"
|
||||
/>
|
||||
@@ -65,9 +55,7 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "EXPLORAR COLEÇÃO",
|
||||
href: "#products",
|
||||
},
|
||||
text: "EXPLORAR COLEÇÃO", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924154.jpg"
|
||||
@@ -76,25 +64,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-gaming-session-with-friends-communicating-online_482257-77061.jpg",
|
||||
alt: "Man having gaming session with friends communicating online",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-gaming-session-with-friends-communicating-online_482257-77061.jpg", alt: "Man having gaming session with friends communicating online"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg",
|
||||
alt: "Young sporty man wearing sportswear and headband with headphones surprised",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-with-headphones-surprised_141793-37324.jpg", alt: "Young sporty man wearing sportswear and headband with headphones surprised"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-gaming-session-with-online-friends-using-powerful-computer-play-game_482257-116083.jpg",
|
||||
alt: "Man having gaming session with online friends using powerful computer to play game",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-gaming-session-with-online-friends-using-powerful-computer-play-game_482257-116083.jpg", alt: "Man having gaming session with online friends using powerful computer to play game"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg",
|
||||
alt: "Black teen smiling girl in headset playing video games in video game club",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", alt: "Black teen smiling girl in headset playing video games in video game club"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg",
|
||||
alt: "Laptop with graphs and statistics and glasses on the table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-with-graphs-statistics-glasses-table_169016-29234.jpg", alt: "Laptop with graphs and statistics and glasses on the table"},
|
||||
]}
|
||||
avatarText="Mais de 5K clientes satisfeitos"
|
||||
/>
|
||||
@@ -107,34 +85,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "lighting",
|
||||
label: "Novidade",
|
||||
title: "Iluminação Estilosa",
|
||||
items: [
|
||||
"Fitas LED RGB personalizáveis",
|
||||
"Luminárias inteligentes para gaming",
|
||||
"Acessórios para ambiente imersivo",
|
||||
],
|
||||
id: "lighting", label: "Novidade", title: "Iluminação Estilosa", items: [
|
||||
"Fitas LED RGB personalizáveis", "Luminárias inteligentes para gaming", "Acessórios para ambiente imersivo"],
|
||||
},
|
||||
{
|
||||
id: "peripherals",
|
||||
label: "Essencial",
|
||||
title: "Periféricos Gamer",
|
||||
items: [
|
||||
"Teclados mecânicos de alta resposta",
|
||||
"Mouses ergonômicos e de precisão",
|
||||
"Headsets com áudio imersivo",
|
||||
],
|
||||
id: "peripherals", label: "Essencial", title: "Periféricos Gamer", items: [
|
||||
"Teclados mecânicos de alta resposta", "Mouses ergonômicos e de precisão", "Headsets com áudio imersivo"],
|
||||
},
|
||||
{
|
||||
id: "hardware",
|
||||
label: "Performance",
|
||||
title: "Hardware & Upgrades",
|
||||
items: [
|
||||
"Processadores de última geração",
|
||||
"Placas de vídeo para máxima performance",
|
||||
"Memórias RAM de alta velocidade",
|
||||
],
|
||||
id: "hardware", label: "Performance", title: "Hardware & Upgrades", items: [
|
||||
"Processadores de última geração", "Placas de vídeo para máxima performance", "Memórias RAM de alta velocidade"],
|
||||
},
|
||||
]}
|
||||
title="Explore Nossas Categorias"
|
||||
@@ -151,65 +111,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Velocity",
|
||||
name: "Velocity Mouse Pro",
|
||||
price: "R$ 4.000",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-5wzkf4v5.jpg",
|
||||
imageAlt: "Gaming mouse",
|
||||
},
|
||||
id: "1", brand: "Velocity", name: "Velocity Mouse Pro", price: "R$ 4.000", rating: 5,
|
||||
reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-5wzkf4v5.jpg", imageAlt: "Gaming mouse"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Quantum",
|
||||
name: "Quantum Keyboard RGB",
|
||||
price: "R$ 3.900",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-8vo5a440.jpg",
|
||||
imageAlt: "Mechanical keyboard",
|
||||
},
|
||||
id: "2", brand: "Quantum", name: "Quantum Keyboard RGB", price: "R$ 3.900", rating: 4,
|
||||
reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-8vo5a440.jpg", imageAlt: "Mechanical keyboard"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "AuraTech",
|
||||
name: "Aura Light Panel X",
|
||||
price: "R$ 5.900",
|
||||
rating: 4,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agency-office-worker-virtual-remote-video-conference-with-accounting-manager-talking-about-business-plan-asian-team-leader-internet-online-call-conversation-with-agency-colleague_482257-38745.jpg",
|
||||
imageAlt: "Aura Light Panel",
|
||||
},
|
||||
id: "3", brand: "AuraTech", name: "Aura Light Panel X", price: "R$ 5.900", rating: 4,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/agency-office-worker-virtual-remote-video-conference-with-accounting-manager-talking-about-business-plan-asian-team-leader-internet-online-call-conversation-with-agency-colleague_482257-38745.jpg", imageAlt: "Aura Light Panel"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "GamingPro",
|
||||
name: "Laptop Gamer Ultimate",
|
||||
price: "R$ 15.000",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-keyboard-with-lights-high-angle_23-2149680240.jpg",
|
||||
imageAlt: "Gaming laptop",
|
||||
},
|
||||
id: "4", brand: "GamingPro", name: "Laptop Gamer Ultimate", price: "R$ 15.000", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/white-keyboard-with-lights-high-angle_23-2149680240.jpg", imageAlt: "Gaming laptop"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "PowerBuild",
|
||||
name: "Desktop Custom Max",
|
||||
price: "R$ 22.000",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-car-navigator-interface-windshield-hologram_53876-103040.jpg",
|
||||
imageAlt: "Custom Desktop PC",
|
||||
},
|
||||
id: "5", brand: "PowerBuild", name: "Desktop Custom Max", price: "R$ 22.000", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/smart-car-navigator-interface-windshield-hologram_53876-103040.jpg", imageAlt: "Custom Desktop PC"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "ClearView",
|
||||
name: "Monitor UltraWide 4K",
|
||||
price: "R$ 8.500",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night_23-2150171097.jpg",
|
||||
imageAlt: "Ultrawide 4K Monitor",
|
||||
},
|
||||
id: "6", brand: "ClearView", name: "Monitor UltraWide 4K", price: "R$ 8.500", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-late-night_23-2150171097.jpg", imageAlt: "Ultrawide 4K Monitor"},
|
||||
]}
|
||||
title="Nossos Produtos Mais Vendidos"
|
||||
description="Descubra os produtos favoritos dos nossos clientes e as últimas inovações que estão a revolucionar o mercado de informática."
|
||||
@@ -221,15 +139,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "A Tech Rush MZ é a sua melhor loja de informática, oferecendo uma vasta gama de produtos e as últimas inovações do mercado.",
|
||||
},
|
||||
type: "text", content: "A Tech Rush MZ é a sua melhor loja de informática, oferecendo uma vasta gama de produtos e as últimas inovações do mercado."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba Mais",
|
||||
href: "#",
|
||||
},
|
||||
text: "Saiba Mais", href: "#"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
@@ -243,20 +157,11 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5K+",
|
||||
description: "Clientes Satisfeitos",
|
||||
},
|
||||
id: "m1", value: "5K+", description: "Clientes Satisfeitos"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
description: "Marcas Parceiras",
|
||||
},
|
||||
id: "m2", value: "100+", description: "Marcas Parceiras"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "8+",
|
||||
description: "Anos de Experiência",
|
||||
},
|
||||
id: "m3", value: "8+", description: "Anos de Experiência"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -269,50 +174,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mário Silva",
|
||||
handle: "@mariosilva",
|
||||
testimonial: "A Tech Rush MZ transformou meu setup! Qualidade impecável e atendimento de primeira. Recomendo a todos os gamers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg",
|
||||
imageAlt: "Mário Silva",
|
||||
},
|
||||
id: "1", name: "Mário Silva", handle: "@mariosilva", testimonial: "A Tech Rush MZ transformou meu setup! Qualidade impecável e atendimento de primeira. Recomendo a todos os gamers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg", imageAlt: "Mário Silva"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Paula",
|
||||
handle: "@anapaula",
|
||||
testimonial: "Encontrei tudo o que precisava para o meu escritório. Os preços são competitivos e a entrega foi super rápida. Excelente!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-filled-with-productivity-items-empty-home_482257-101134.jpg",
|
||||
imageAlt: "Ana Paula",
|
||||
},
|
||||
id: "2", name: "Ana Paula", handle: "@anapaula", testimonial: "Encontrei tudo o que precisava para o meu escritório. Os preços são competitivos e a entrega foi super rápida. Excelente!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-filled-with-productivity-items-empty-home_482257-101134.jpg", imageAlt: "Ana Paula"},
|
||||
{
|
||||
id: "3",
|
||||
name: "João Pereira",
|
||||
handle: "@joaop",
|
||||
testimonial: "Sempre fui fiel à Tech Rush MZ. A variedade de produtos é incrível e a equipe de suporte é muito prestativa.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg",
|
||||
imageAlt: "João Pereira",
|
||||
},
|
||||
id: "3", name: "João Pereira", handle: "@joaop", testimonial: "Sempre fui fiel à Tech Rush MZ. A variedade de produtos é incrível e a equipe de suporte é muito prestativa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg", imageAlt: "João Pereira"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofia Gomes",
|
||||
handle: "@sofiag",
|
||||
testimonial: "Upgradei meu PC com peças da Tech Rush MZ e a performance é notável. Muito feliz com a minha compra!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3065.jpg",
|
||||
imageAlt: "Sofia Gomes",
|
||||
},
|
||||
id: "4", name: "Sofia Gomes", handle: "@sofiag", testimonial: "Upgradei meu PC com peças da Tech Rush MZ e a performance é notável. Muito feliz com a minha compra!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-3065.jpg", imageAlt: "Sofia Gomes"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ricardo Lima",
|
||||
handle: "@ricardol",
|
||||
testimonial: "Um serviço de excelência! Ajudaram-me a escolher o melhor equipamento para as minhas necessidades. Top!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-smartphone-outdoors-city_23-2149318593.jpg",
|
||||
imageAlt: "Ricardo Lima",
|
||||
},
|
||||
id: "5", name: "Ricardo Lima", handle: "@ricardol", testimonial: "Um serviço de excelência! Ajudaram-me a escolher o melhor equipamento para as minhas necessidades. Top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-smartphone-outdoors-city_23-2149318593.jpg", imageAlt: "Ricardo Lima"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
@@ -326,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Como faço para encomendar?",
|
||||
content: "Para fazer uma encomenda, navegue pelos nossos produtos, adicione os itens desejados ao carrinho e siga as instruções para finalizar a compra no checkout.",
|
||||
},
|
||||
id: "q1", title: "Como faço para encomendar?", content: "Para fazer uma encomenda, navegue pelos nossos produtos, adicione os itens desejados ao carrinho e siga as instruções para finalizar a compra no checkout."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Quais são as opções de entrega?",
|
||||
content: "Oferecemos entrega padrão e expressa para todo o território nacional. Os prazos e custos variam de acordo com a sua localização e o tipo de serviço escolhido.",
|
||||
},
|
||||
id: "q2", title: "Quais são as opções de entrega?", content: "Oferecemos entrega padrão e expressa para todo o território nacional. Os prazos e custos variam de acordo com a sua localização e o tipo de serviço escolhido."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Vocês têm garantia para os produtos?",
|
||||
content: "Sim, todos os nossos produtos vêm com garantia do fabricante. Os detalhes específicos da garantia podem ser encontrados na página de cada produto ou contactando o nosso suporte.",
|
||||
},
|
||||
id: "q3", title: "Vocês têm garantia para os produtos?", content: "Sim, todos os nossos produtos vêm com garantia do fabricante. Os detalhes específicos da garantia podem ser encontrados na página de cada produto ou contactando o nosso suporte."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/intricate-3d-cross-with-bright-lights_23-2151004924.jpg"
|
||||
imageAlt="Pessoa interagindo com interface holográfica de tecnologia"
|
||||
@@ -356,31 +222,24 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Pronto para levar seu setup ao próximo nível? Entre em contato conosco hoje e descubra o que a Tech Rush MZ pode fazer por você!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Fale Conosco",
|
||||
href: "mailto:info@techrushmz.com",
|
||||
},
|
||||
text: "Fale Conosco", href: "mailto:info@techrushmz.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486543480-npuo8xau.png"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcWfUGn94Te1il4fjPnsqYLNVb/uploaded-1780486745474-o2o6zp13.png"
|
||||
logoAlt="Tech Rush MZ Logo"
|
||||
logoText="TECH RUSH MZ"
|
||||
leftLink={{
|
||||
text: "Termos de Serviço",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Termos de Serviço", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Política de Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidade", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user