Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
119
src/app/page.tsx
119
src/app/page.tsx
@@ -29,56 +29,40 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Coleção",
|
||||
id: "produtos",
|
||||
},
|
||||
name: "Coleção", id: "produtos"},
|
||||
]}
|
||||
brandName="Moda de Luxo"
|
||||
button={{
|
||||
text: "Contato", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Essência do Luxo"
|
||||
description="Descubra uma curadoria exclusiva de peças que definem o novo padrão de sofisticação."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Coleção",
|
||||
href: "#produtos",
|
||||
},
|
||||
text: "Ver Coleção", href: "#produtos"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=1",
|
||||
imageAlt: "Luxo 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=2",
|
||||
imageAlt: "Luxo 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=3",
|
||||
imageAlt: "Luxo 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=4",
|
||||
imageAlt: "Luxo 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=5",
|
||||
imageAlt: "Luxo 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=6",
|
||||
imageAlt: "Luxo 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg", imageAlt: "luxury fashion dress floating shadow"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,23 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vestido Couture",
|
||||
price: "R$ 4.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Vestido Couture", price: "R$ 4.500", imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Salto Premium",
|
||||
price: "R$ 2.900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-legs_23-2148415834.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Salto Premium", price: "R$ 2.900", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-legs_23-2148415834.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bolsa Édition",
|
||||
price: "R$ 6.200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4845.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Bolsa Édition", price: "R$ 6.200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4845.jpg"},
|
||||
]}
|
||||
title="Seleção Exclusiva"
|
||||
description="Peças únicas que flutuam em elegância."
|
||||
@@ -119,14 +91,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Nossa Filosofia"
|
||||
description={[
|
||||
"Combinamos o design dramático com a excelência técnica.",
|
||||
"Cada peça é um testemunho da nossa dedicação ao luxo atemporal e à exclusividade absoluta.",
|
||||
]}
|
||||
"Combinamos o design dramático com a excelência técnica.", "Cada peça é um testemunho da nossa dedicação ao luxo atemporal e à exclusividade absoluta."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça a História",
|
||||
href: "#",
|
||||
},
|
||||
text: "Conheça a História", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,40 +108,15 @@ export default function LandingPage() {
|
||||
description="O que dizem os nossos clientes mais seletos."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Beatriz M.",
|
||||
handle: "@b_moda",
|
||||
testimonial: "A qualidade do corte e o design superam qualquer expectativa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Beatriz M.", handle: "@b_moda", testimonial: "A qualidade do corte e o design superam qualquer expectativa.", imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ricardo F.",
|
||||
handle: "@ricardof",
|
||||
testimonial: "Simplesmente deslumbrante. A estética dramática da marca é única no mercado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-legs_23-2148415834.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Ricardo F.", handle: "@ricardof", testimonial: "Simplesmente deslumbrante. A estética dramática da marca é única no mercado.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-woman-legs_23-2148415834.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Clara S.",
|
||||
handle: "@claras",
|
||||
testimonial: "Cada detalhe é cuidadosamente pensado para uma experiência de luxo total.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4845.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Clara S.", handle: "@claras", testimonial: "Cada detalhe é cuidadosamente pensado para uma experiência de luxo total.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-stylish-woman-holding-straw-handbag_285396-4845.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Eduardo V.",
|
||||
handle: "@ev",
|
||||
testimonial: "O serviço ao cliente é tão impecável quanto as peças da coleção.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=7",
|
||||
},
|
||||
id: "4", name: "Eduardo V.", handle: "@ev", testimonial: "O serviço ao cliente é tão impecável quanto as peças da coleção.", imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Juliana P.",
|
||||
handle: "@jup",
|
||||
testimonial: "Um novo padrão de sofisticação que redefine o meu guarda-roupa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg?_wi=3",
|
||||
},
|
||||
id: "5", name: "Juliana P.", handle: "@jup", testimonial: "Um novo padrão de sofisticação que redefine o meu guarda-roupa.", imageSrc: "http://img.b2bpic.net/free-photo/tired-shopaholic-woman-posing-shopping_197531-7153.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,26 +126,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Atendimento VIP"
|
||||
description="Entre em contato para agendar uma consultoria exclusiva ou tirar dúvidas sobre nossa coleção."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-wearing-white-dress-wedding_181624-22973.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Seu nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Seu nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu e-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Seu e-mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Como podemos ajudar?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Como podemos ajudar?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user