Update src/app/page.tsx

This commit is contained in:
2026-03-16 12:00:56 +00:00
parent ddb65e7fa3
commit c1083022ef

View File

@@ -50,12 +50,12 @@ export default function LandingPage() {
buttons={[{ text: "Comprar Agora", href: "#products" }]}
buttonAnimation="slide-up"
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=1", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg?_wi=1", imageAlt: "large cream candle burning studio" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=2", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg?_wi=1", imageAlt: "beige candle lit on table minimal" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=3", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg?_wi=1", imageAlt: "cream colored scented candle jar" }
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg", imageAlt: "large cream candle burning studio" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg", imageAlt: "beige candle lit on table minimal" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg", imageAlt: "lit candles on study desk workspace" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg", imageAlt: "cream colored scented candle jar" }
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -79,15 +79,15 @@ export default function LandingPage() {
products={[
{
id: "candle-30", brand: "FocusFlame", name: "Vela 30min - Aquecimento", price: "€12,99", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg?_wi=2", imageAlt: "Vela 30 minutos FocusFlame"
reviewCount: 142, imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg", imageAlt: "Vela 30 minutos FocusFlame"
},
{
id: "candle-45", brand: "FocusFlame", name: "Vela 45min - Sessão Profunda", price: "€17,99", rating: 5,
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg?_wi=2", imageAlt: "Vela 45 minutos FocusFlame"
reviewCount: 198, imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg", imageAlt: "Vela 45 minutos FocusFlame"
},
{
id: "candle-60", brand: "FocusFlame", name: "Vela 60min - Maratona", price: "€22,99", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg?_wi=2", imageAlt: "Vela 60 minutos FocusFlame"
reviewCount: 156, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg", imageAlt: "Vela 60 minutos FocusFlame"
}
]}
/>
@@ -104,16 +104,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "step-1", tag: "Passo 1", title: "Acende a Vela", subtitle: "Comienza tu sesión", description: "Acende a vela e coloca-a no teu espaço de estudo. A fragrância suave e a luz quente criam um ambiente propício para concentração.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg?_wi=3"
id: "step-1", tag: "Passo 1", title: "Acende a Vela", subtitle: "Comienza tu sesión", description: "Acende a vela e coloca-a no teu espaço de estudo. A fragrância suave e a luz quente criam um ambiente propício para concentração.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-aroma-candle-decorative-home-spa-essential_53876-133309.jpg"
},
{
id: "step-2", tag: "Passo 2", title: "Estuda até Terminar", subtitle: "Mantém o foco", description: "Trabalha focado enquanto a vela queima. O tempo de queima natural do produto funciona como temporizador subtil de estudo.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=4"
id: "step-2", tag: "Passo 2", title: "Estuda até Terminar", subtitle: "Mantém o foco", description: "Trabalha focado enquanto a vela queima. O tempo de queima natural do produto funciona como temporizador subtil de estudo.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg"
},
{
id: "step-3", tag: "Passo 3", title: "Faz uma Pausa", subtitle: "Recarrega as energias", description: "Quando a vela termina, faz uma pausa bem merecida. Levanta-te, estica-te e refresca a mente antes da próxima sessão.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg?_wi=3"
id: "step-3", tag: "Passo 3", title: "Faz uma Pausa", subtitle: "Recarrega as energias", description: "Quando a vela termina, faz uma pausa bem merecida. Levanta-te, estica-te e refresca a mente antes da próxima sessão.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-green-candle-with-fir-branches-cones-wooden-table_127032-2655.jpg"
},
{
id: "step-4", tag: "Passo 4", title: "Repete o Ciclo", subtitle: "Produtividade contínua", description: "Acende uma nova vela e volta ao trabalho. O ciclo estruturado mantém-te produtivo durante todo o dia.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg?_wi=3"
id: "step-4", tag: "Passo 4", title: "Repete o Ciclo", subtitle: "Produtividade contínua", description: "Acende uma nova vela e volta ao trabalho. O ciclo estruturado mantém-te produtivo durante todo o dia.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-burning-candles-with-beautiful-design-candle-holders_181624-28369.jpg"
}
]}
/>
@@ -129,7 +129,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg"
imageAlt="lit candles on study desk workspace"
mediaAnimation="slide-up"
bulletPoints={[
@@ -241,7 +241,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/cozy-home-composition-with-books-table-closeup_169016-25848.jpg"
imageAlt="lit candles on study desk workspace"
logoText="FocusFlame"
copyrightText="© 2025 FocusFlame | Velas de Estudo Natural"