Merge version_2 into main #1
270
src/app/page.tsx
270
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Loja",
|
||||
id: "products",
|
||||
},
|
||||
name: "Loja", id: "products"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="One Skein of Love"
|
||||
/>
|
||||
@@ -58,69 +50,39 @@ export default function LandingPage() {
|
||||
description="Descobre o universo da One Skein of Love, onde transformamos fios naturais em momentos de pura inspiração artesanal."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Sofia",
|
||||
handle: "@ana.knits",
|
||||
testimonial: "Encontrei aqui o refúgio perfeito para os meus projetos. Qualidade incrível!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-floor-home-with-christmas-presents_114579-80836.jpg",
|
||||
},
|
||||
name: "Ana Sofia", handle: "@ana.knits", testimonial: "Encontrei aqui o refúgio perfeito para os meus projetos. Qualidade incrível!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-floor-home-with-christmas-presents_114579-80836.jpg"},
|
||||
{
|
||||
name: "Beatriz M.",
|
||||
handle: "@beatriz.artes",
|
||||
testimonial: "O atendimento é tão acolhedor quanto as lãs. Simplesmente maravilhoso.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fabric-store_1398-3782.jpg",
|
||||
},
|
||||
name: "Beatriz M.", handle: "@beatriz.artes", testimonial: "O atendimento é tão acolhedor quanto as lãs. Simplesmente maravilhoso.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fabric-store_1398-3782.jpg"},
|
||||
{
|
||||
name: "Cláudia Silva",
|
||||
handle: "@claudia.crochet",
|
||||
testimonial: "Adoro as cores pastel! Perfeito para o meu novo projeto.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515922.jpg",
|
||||
},
|
||||
name: "Cláudia Silva", handle: "@claudia.crochet", testimonial: "Adoro as cores pastel! Perfeito para o meu novo projeto.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515922.jpg"},
|
||||
{
|
||||
name: "Diana Reis",
|
||||
handle: "@diana.diy",
|
||||
testimonial: "Os kits são super completos e fáceis de seguir.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dealing-with-rosacea_23-2150478709.jpg",
|
||||
},
|
||||
name: "Diana Reis", handle: "@diana.diy", testimonial: "Os kits são super completos e fáceis de seguir.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dealing-with-rosacea_23-2150478709.jpg"},
|
||||
{
|
||||
name: "Elisa F.",
|
||||
handle: "@elisa.tricot",
|
||||
testimonial: "A loja física é um sonho, mas online é igualmente prática e bonita.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-adults-theme-park_23-2148287860.jpg",
|
||||
},
|
||||
name: "Elisa F.", handle: "@elisa.tricot", testimonial: "A loja física é um sonho, mas online é igualmente prática e bonita.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-adults-theme-park_23-2148287860.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explorar Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explorar Produtos", href: "#products"},
|
||||
{
|
||||
text: "Como Funciona", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dried-flowers-arrangement_23-2149591628.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-knitting-together_23-2149299523.jpg",
|
||||
alt: "happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-knitting-together_23-2149299523.jpg", alt: "happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-knitting-couch_23-2149310961.jpg",
|
||||
alt: "happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-knitting-couch_23-2149310961.jpg", alt: "happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-knitting-handicraft-hobby-homemade_53876-64942.jpg",
|
||||
alt: "happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-knitting-handicraft-hobby-homemade_53876-64942.jpg", alt: "happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373658.jpg",
|
||||
alt: "happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373658.jpg", alt: "happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-knitting-outside_23-2149431820.jpg",
|
||||
alt: "happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adults-knitting-outside_23-2149431820.jpg", alt: "happy customer 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,26 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Lãs Naturais",
|
||||
description: "Fibras de alta qualidade, selecionadas para máximo conforto e durabilidade.",
|
||||
tag: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503278.jpg",
|
||||
},
|
||||
id: "f1", title: "Lãs Naturais", description: "Fibras de alta qualidade, selecionadas para máximo conforto e durabilidade.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503278.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Kits Criativos",
|
||||
description: "Tudo o que precisas num só lugar para começar o teu próximo projeto.",
|
||||
tag: "Prático",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-wooden-knitting-needles-threads-large-basket-cozy-sofa-with-sweaters-still-life-photo_169016-3360.jpg",
|
||||
},
|
||||
id: "f2", title: "Kits Criativos", description: "Tudo o que precisas num só lugar para começar o teu próximo projeto.", tag: "Prático", imageSrc: "http://img.b2bpic.net/free-photo/vintage-wooden-knitting-needles-threads-large-basket-cozy-sofa-with-sweaters-still-life-photo_169016-3360.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Ideias DIY",
|
||||
description: "Acesso a tutoriais e inspiração para te guiar em cada ponto.",
|
||||
tag: "Aprende",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg",
|
||||
},
|
||||
id: "f3", title: "Ideias DIY", description: "Acesso a tutoriais e inspiração para te guiar em cada ponto.", tag: "Aprende", imageSrc: "http://img.b2bpic.net/free-photo/fruit-knitting-concept_23-2147691700.jpg"},
|
||||
]}
|
||||
title="Por que nos escolhes?"
|
||||
description="Qualidade artesanal, curadoria cuidadosa e um ambiente que celebra a arte de criar."
|
||||
@@ -175,59 +122,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "One Skein",
|
||||
name: "Lã Merino Pastel",
|
||||
price: "12€",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yarn-basket-with-pullover_23-2148791030.jpg",
|
||||
},
|
||||
id: "p1", brand: "One Skein", name: "Lã Merino Pastel", price: "12€", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yarn-basket-with-pullover_23-2148791030.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "One Skein",
|
||||
name: "Alpaca Sage Green",
|
||||
price: "15€",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-small-fresh-fish_23-2148263886.jpg",
|
||||
},
|
||||
id: "p2", brand: "One Skein", name: "Alpaca Sage Green", price: "15€", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/bunch-small-fresh-fish_23-2148263886.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "One Skein",
|
||||
name: "Algodão Rosa Chic",
|
||||
price: "8€",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wool-space-bottom_23-2147691698.jpg",
|
||||
},
|
||||
id: "p3", brand: "One Skein", name: "Algodão Rosa Chic", price: "8€", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/wool-space-bottom_23-2147691698.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "One Skein",
|
||||
name: "Lã Lilás Suave",
|
||||
price: "10€",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-wool-ball-wooden-backdrop_23-2148164418.jpg",
|
||||
},
|
||||
id: "p4", brand: "One Skein", name: "Lã Lilás Suave", price: "10€", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/colorful-wool-ball-wooden-backdrop_23-2148164418.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "One Skein",
|
||||
name: "Kit Agulhas Luxo",
|
||||
price: "25€",
|
||||
rating: 5,
|
||||
reviewCount: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-lovely-bunny-doll-from-yarn-easter-holiday-celebration-concept_1150-9208.jpg",
|
||||
},
|
||||
id: "p5", brand: "One Skein", name: "Kit Agulhas Luxo", price: "25€", rating: 5,
|
||||
reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-lovely-bunny-doll-from-yarn-easter-holiday-celebration-concept_1150-9208.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "One Skein",
|
||||
name: "Kit Tricô Iniciante",
|
||||
price: "35€",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-present-with-tags-scissors_23-2148370121.jpg",
|
||||
},
|
||||
id: "p6", brand: "One Skein", name: "Kit Tricô Iniciante", price: "35€", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-present-with-tags-scissors_23-2148370121.jpg"},
|
||||
]}
|
||||
title="Loja de Sonhos"
|
||||
description="Explora a nossa seleção organizada de lãs, kits e acessórios artesanais."
|
||||
@@ -241,45 +152,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana Sofia",
|
||||
handle: "@ana",
|
||||
testimonial: "Qualidade excelente, cores lindas!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg",
|
||||
},
|
||||
id: "t1", name: "Ana Sofia", handle: "@ana", testimonial: "Qualidade excelente, cores lindas!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-colorful-hair-black-apron-white-t-shirt-holding-mug-with-pottery-tools-hands-dreamily-looking-aside-pottery-studio_574295-932.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Beatriz M.",
|
||||
handle: "@beatriz",
|
||||
testimonial: "Adorei os kits, tudo super prático.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-redhead-girl-with-braid-wearing-black-hat-sleeveless-denim-jacket_273609-9275.jpg",
|
||||
},
|
||||
id: "t2", name: "Beatriz M.", handle: "@beatriz", testimonial: "Adorei os kits, tudo super prático.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-redhead-girl-with-braid-wearing-black-hat-sleeveless-denim-jacket_273609-9275.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cláudia Silva",
|
||||
handle: "@claudia",
|
||||
testimonial: "Fiquei fã desta loja artesanal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-potter-male-potter-apron-clay-modeling-art-workshop_169016-67579.jpg",
|
||||
},
|
||||
id: "t3", name: "Cláudia Silva", handle: "@claudia", testimonial: "Fiquei fã desta loja artesanal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-potter-male-potter-apron-clay-modeling-art-workshop_169016-67579.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Reis",
|
||||
handle: "@diana",
|
||||
testimonial: "Inspiração a cada visita.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-smoking-joint-home_181624-25477.jpg",
|
||||
},
|
||||
id: "t4", name: "Diana Reis", handle: "@diana", testimonial: "Inspiração a cada visita.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-smoking-joint-home_181624-25477.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elisa F.",
|
||||
handle: "@elisa",
|
||||
testimonial: "Atendimento fantástico e carinhoso.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg",
|
||||
},
|
||||
id: "t5", name: "Elisa F.", handle: "@elisa", testimonial: "Atendimento fantástico e carinhoso.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-knitted-hats_23-2149311009.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Comunidade Criativa"
|
||||
@@ -293,20 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Como encomendar?",
|
||||
content: "Podes encomendar online ou visitar-nos na nossa loja física.",
|
||||
},
|
||||
id: "q1", title: "Como encomendar?", content: "Podes encomendar online ou visitar-nos na nossa loja física."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Enviam para todo o país?",
|
||||
content: "Sim, enviamos com carinho para toda a parte.",
|
||||
},
|
||||
id: "q2", title: "Enviam para todo o país?", content: "Sim, enviamos com carinho para toda a parte."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Têm tutoriais?",
|
||||
content: "Temos blog e dicas mensais para te inspirar.",
|
||||
},
|
||||
id: "q3", title: "Têm tutoriais?", content: "Temos blog e dicas mensais para te inspirar."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-with-ball-thread-knitting-flowers_169016-28168.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -325,35 +202,11 @@ export default function LandingPage() {
|
||||
description="Explora o nosso blog para tutoriais e novidades criativas."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "DIY",
|
||||
title: "Primeiros Passos no Tricô",
|
||||
excerpt: "Guia prático para iniciantes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-colored-balls-yarn-with-wooden-letters-composing-words-hand-made-top-view_1268-17323.jpg",
|
||||
authorName: "Ana",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-knitting-home_23-2149310982.jpg",
|
||||
date: "10 Jan, 2024",
|
||||
},
|
||||
id: "b1", category: "DIY", title: "Primeiros Passos no Tricô", excerpt: "Guia prático para iniciantes.", imageSrc: "http://img.b2bpic.net/free-photo/multiple-colored-balls-yarn-with-wooden-letters-composing-words-hand-made-top-view_1268-17323.jpg", authorName: "Ana", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-knitting-home_23-2149310982.jpg", date: "10 Jan, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Tendências",
|
||||
title: "Cores Pastel 2024",
|
||||
excerpt: "As lãs que vão dominar o teu inverno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-crocheting_23-2148754125.jpg",
|
||||
authorName: "Ana",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697699.jpg",
|
||||
date: "15 Jan, 2024",
|
||||
},
|
||||
id: "b2", category: "Tendências", title: "Cores Pastel 2024", excerpt: "As lãs que vão dominar o teu inverno.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-crocheting_23-2148754125.jpg", authorName: "Ana", authorAvatar: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697699.jpg", date: "15 Jan, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Dicas",
|
||||
title: "Como Cuidar da Tua Lã",
|
||||
excerpt: "Mantém os teus projetos como novos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-hands-wearing-wool-sweater-holding-box-with-balls-thread_169016-50084.jpg",
|
||||
authorName: "Ana",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cozy-christmas-background-with-christmas-decorations-knitted-element-blurred-background_169016-13857.jpg",
|
||||
date: "20 Jan, 2024",
|
||||
},
|
||||
id: "b3", category: "Dicas", title: "Como Cuidar da Tua Lã", excerpt: "Mantém os teus projetos como novos.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-hands-wearing-wool-sweater-holding-box-with-balls-thread_169016-50084.jpg", authorName: "Ana", authorAvatar: "http://img.b2bpic.net/free-photo/cozy-christmas-background-with-christmas-decorations-knitted-element-blurred-background_169016-13857.jpg", date: "20 Jan, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -362,14 +215,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Pronta para criar algo maravilhoso? Visita-nos ou segue-nos para mais inspiração diária. Feito com amor, fio a fio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
text: "Instagram", href: "https://instagram.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -378,16 +228,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="One Skein of Love Shop"
|
||||
leftLink={{
|
||||
text: "Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidade", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contacto",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contacto", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user