Merge version_2 into main #1
174
src/app/page.tsx
174
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Authentic Feet"
|
||||
/>
|
||||
@@ -58,33 +50,21 @@ export default function LandingPage() {
|
||||
description="Descubra as últimas tendências em tênis e calçados premium em Rio Preto Shopping. Qualidade e estilo para todos os momentos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Coleção",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Coleção", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142194.jpg"
|
||||
imageAlt="modern athletic shoe product photography"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg",
|
||||
alt: "Huge variety of female shoes and bags of different colors on the shelves of the shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10311.jpg", alt: "Huge variety of female shoes and bags of different colors on the shelves of the shop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-shot-bearded-man-suit-glasses-standing-wardrobe-looking-away_171337-19302.jpg",
|
||||
alt: "Full-length shot of bearded man in suit and glasses standing in wardrobe and looking away",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-shot-bearded-man-suit-glasses-standing-wardrobe-looking-away_171337-19302.jpg", alt: "Full-length shot of bearded man in suit and glasses standing in wardrobe and looking away"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/boss-boot-service-is-thinking-about-new-design-project_613910-17427.jpg",
|
||||
alt: "Boss of boot service is thinking about new design project.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/boss-boot-service-is-thinking-about-new-design-project_613910-17427.jpg", alt: "Boss of boot service is thinking about new design project."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-shopping-mall-looking-pair-new-shoes_1303-29615.jpg",
|
||||
alt: "Woman in shopping mall looking for pair of new shoes",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-shopping-mall-looking-pair-new-shoes_1303-29615.jpg", alt: "Woman in shopping mall looking for pair of new shoes"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-sporty-woman-with-purple-sneakers_23-2147598753.jpg",
|
||||
alt: "Close-up of sporty woman with purple sneakers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-sporty-woman-with-purple-sneakers_23-2147598753.jpg", alt: "Close-up of sporty woman with purple sneakers"},
|
||||
]}
|
||||
avatarText="Mais de 5.000 clientes satisfeitos"
|
||||
/>
|
||||
@@ -93,46 +73,25 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Urban Runner Pro",
|
||||
price: "R$ 499,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-rocks_169016-3559.jpg",
|
||||
},
|
||||
id: "p1", name: "Urban Runner Pro", price: "R$ 499,90", imageSrc: "http://img.b2bpic.net/free-photo/girl-sportswear-rocks_169016-3559.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Street Classic Leather",
|
||||
price: "R$ 389,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg",
|
||||
},
|
||||
id: "p2", name: "Street Classic Leather", price: "R$ 389,00", imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Performance Gym",
|
||||
price: "R$ 550,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-20454.jpg",
|
||||
},
|
||||
id: "p3", name: "Performance Gym", price: "R$ 550,00", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-20454.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Trendy Comfort",
|
||||
price: "R$ 299,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-stairs_23-2149525633.jpg",
|
||||
},
|
||||
id: "p4", name: "Trendy Comfort", price: "R$ 299,90", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-stairs_23-2149525633.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sport Blue Edition",
|
||||
price: "R$ 420,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-walking-rock-river-winter-forest_285396-2208.jpg",
|
||||
},
|
||||
id: "p5", name: "Sport Blue Edition", price: "R$ 420,00", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-walking-rock-river-winter-forest_285396-2208.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Limited Edge",
|
||||
price: "R$ 680,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pensive-guy-wearing-shirt-sitting-stairs-outside-near-building-with-industrial-exterior_613910-18357.jpg",
|
||||
},
|
||||
id: "p6", name: "Limited Edge", price: "R$ 680,00", imageSrc: "http://img.b2bpic.net/free-photo/young-pensive-guy-wearing-shirt-sitting-stairs-outside-near-building-with-industrial-exterior_613910-18357.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Comprar" }
|
||||
]}
|
||||
title="Nossos Destaques"
|
||||
description="Seleção exclusiva das melhores marcas."
|
||||
@@ -146,35 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Marcas Exclusivas",
|
||||
author: "Time Authentic",
|
||||
description: "Trabalhamos com os maiores nomes do mundo.",
|
||||
tags: [
|
||||
"Premium",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-leg-arm-exercising-woman_23-2147800916.jpg",
|
||||
},
|
||||
id: "f1", title: "Marcas Exclusivas", author: "Time Authentic", description: "Trabalhamos com os maiores nomes do mundo.", tags: [
|
||||
"Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-leg-arm-exercising-woman_23-2147800916.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Garantia de Qualidade",
|
||||
author: "Time Authentic",
|
||||
description: "Produtos originais e duráveis.",
|
||||
tags: [
|
||||
"Segurança",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17756.jpg",
|
||||
},
|
||||
id: "f2", title: "Garantia de Qualidade", author: "Time Authentic", description: "Produtos originais e duráveis.", tags: [
|
||||
"Segurança"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-17756.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Atendimento Especializado",
|
||||
author: "Time Authentic",
|
||||
description: "Consultores de estilo prontos para te ajudar.",
|
||||
tags: [
|
||||
"Suporte",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-doing-sport_23-2147995879.jpg",
|
||||
},
|
||||
id: "f3", title: "Atendimento Especializado", author: "Time Authentic", description: "Consultores de estilo prontos para te ajudar.", tags: [
|
||||
"Suporte"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-doing-sport_23-2147995879.jpg"},
|
||||
]}
|
||||
title="Por que Authentic Feet?"
|
||||
description="Oferecemos mais do que sapatos; oferecemos confiança e estilo."
|
||||
@@ -186,30 +127,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana Silva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-short-wavy-hairs-sitting-floor-pink_273443-1362.jpg",
|
||||
},
|
||||
id: "t1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-short-wavy-hairs-sitting-floor-pink_273443-1362.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos Lima",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-raincoat_23-2148750378.jpg",
|
||||
},
|
||||
id: "t2", name: "Carlos Lima", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-wearing-raincoat_23-2148750378.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Beatriz Souza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg",
|
||||
},
|
||||
id: "t3", name: "Beatriz Souza", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Daniel Oliveira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg",
|
||||
},
|
||||
id: "t4", name: "Daniel Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Fernanda Costa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-checking-purchases_23-2148624976.jpg",
|
||||
},
|
||||
id: "t5", name: "Fernanda Costa", imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-checking-purchases_23-2148624976.jpg"},
|
||||
]}
|
||||
cardTitle="O que dizem nossos clientes"
|
||||
cardTag="Clientes Satisfeitos"
|
||||
@@ -235,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Posso trocar meu produto?",
|
||||
content: "Sim, em até 30 dias com a nota fiscal e etiqueta intacta.",
|
||||
},
|
||||
id: "q1", title: "Posso trocar meu produto?", content: "Sim, em até 30 dias com a nota fiscal e etiqueta intacta."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Qual a garantia?",
|
||||
content: "Garantia contra defeitos de fabricação conforme a legislação.",
|
||||
},
|
||||
id: "q2", title: "Qual a garantia?", content: "Garantia contra defeitos de fabricação conforme a legislação."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Aceitam cartões?",
|
||||
content: "Sim, aceitamos todas as principais bandeiras no shopping.",
|
||||
},
|
||||
id: "q3", title: "Aceitam cartões?", content: "Sim, aceitamos todas as principais bandeiras no shopping."},
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
sideDescription="Tire suas dúvidas sobre trocas e garantias."
|
||||
@@ -260,14 +177,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Venha nos visitar no Rio Preto Shopping ou fale conosco agora."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5517999999999",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/5517999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -276,16 +190,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Authentic Feet Rio Preto"
|
||||
leftLink={{
|
||||
text: "Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidade", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Termos de Uso",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Termos de Uso", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user