Update src/app/page.tsx
This commit is contained in:
@@ -78,15 +78,15 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "candle-30", brand: "FocusFlame", name: "Vela 30min - Aquecimento", price: "€12,99", rating: 5,
|
||||
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", imageAlt: "Vela 30 minutos FocusFlame"
|
||||
},
|
||||
{
|
||||
id: "candle-45", brand: "FocusFlame", name: "Vela 45min - Sessão Profunda", price: "€17,99", rating: 5,
|
||||
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", imageAlt: "Vela 45 minutos FocusFlame"
|
||||
},
|
||||
{
|
||||
id: "candle-60", brand: "FocusFlame", name: "Vela 60min - Maratona", price: "€22,99", rating: 5,
|
||||
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", imageAlt: "Vela 60 minutos FocusFlame"
|
||||
}
|
||||
]}
|
||||
@@ -160,9 +160,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
kpiItems={[
|
||||
{ value: 98, label: "de satisfação" },
|
||||
{ value: 15, label: "estudantes felizes" },
|
||||
{ value: 4.9, label: "classificação média" }
|
||||
{ value: "98", label: "de satisfação" },
|
||||
{ value: "15", label: "estudantes felizes" },
|
||||
{ value: "4.9", label: "classificação média" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user