diff --git a/src/app/page.tsx b/src/app/page.tsx index f56d360..ab5ad4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,98 +48,57 @@ export default function LandingPage() {
@@ -172,29 +123,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Suporte Ortopédico", - description: "Alinhamento perfeito da coluna durante todo o sono.", - tag: "Tecnologia", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-home-bed_1157-31071.jpg", - imageAlt: "bedroom interior soft bedding", - }, + id: "1", title: "Suporte Ortopédico", description: "Alinhamento perfeito da coluna durante todo o sono.", tag: "Tecnologia", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-home-bed_1157-31071.jpg", imageAlt: "bedroom interior soft bedding"}, { - id: "2", - title: "Tecido Respirável", - description: "Materiais que regulam a temperatura corporal naturalmente.", - tag: "Conforto", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-blanket-decoration-bedroom_74190-8997.jpg?_wi=2", - imageAlt: "bedroom interior soft bedding", - }, + id: "2", title: "Tecido Respirável", description: "Materiais que regulam a temperatura corporal naturalmente.", tag: "Conforto", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-blanket-decoration-bedroom_74190-8997.jpg?_wi=2", imageAlt: "bedroom interior soft bedding"}, { - id: "3", - title: "Durabilidade Extrema", - description: "Materiais resistentes para anos de uso contínuo.", - tag: "Resistência", - imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-bed-after-wake-up_158595-2298.jpg?_wi=2", - imageAlt: "bedroom interior soft bedding", - }, + id: "3", title: "Durabilidade Extrema", description: "Materiais resistentes para anos de uso contínuo.", tag: "Resistência", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-bed-after-wake-up_158595-2298.jpg?_wi=2", imageAlt: "bedroom interior soft bedding"}, ]} title="Por que escolher a SonoPerfeito?" description="Tecnologia e design pensados na sua saúde." @@ -209,41 +142,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Colchão Gold", - price: "R$ 3.500", - imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bed_23-2147722757.jpg", - }, + id: "1", name: "Colchão Gold", price: "R$ 3.500", imageSrc: "http://img.b2bpic.net/free-photo/gift-box-bed_23-2147722757.jpg"}, { - id: "2", - name: "Colchão Comfort", - price: "R$ 2.800", - imageSrc: "http://img.b2bpic.net/free-photo/couch-with-red-cushion_1203-686.jpg", - }, + id: "2", name: "Colchão Comfort", price: "R$ 2.800", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-red-cushion_1203-686.jpg"}, { - id: "3", - name: "Colchão Hybrid", - price: "R$ 4.200", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-sofa-with-fluffy-clouds_23-2151113482.jpg", - }, + id: "3", name: "Colchão Hybrid", price: "R$ 4.200", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-sofa-with-fluffy-clouds_23-2151113482.jpg"}, { - id: "4", - name: "Colchão Queen", - price: "R$ 3.000", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-rumpled-bed_74190-4553.jpg", - }, + id: "4", name: "Colchão Queen", price: "R$ 3.000", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-rumpled-bed_74190-4553.jpg"}, { - id: "5", - name: "Colchão King", - price: "R$ 5.500", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-2657.jpg", - }, + id: "5", name: "Colchão King", price: "R$ 5.500", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-2657.jpg"}, { - id: "6", - name: "Colchão Nature", - price: "R$ 3.800", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-laying-bed-together_23-2148674029.jpg", - }, + id: "6", name: "Colchão Nature", price: "R$ 3.800", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-laying-bed-together_23-2148674029.jpg"}, ]} title="Nossos Modelos" description="Descubra a linha completa." @@ -257,34 +166,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "10k+", - title: "Sono restaurado", - items: [ - "Clientes satisfeitos", - "Noites de sono", - "Qualidade garantida", - ], + id: "1", value: "10k+", title: "Sono restaurado", items: [ + "Clientes satisfeitos", "Noites de sono", "Qualidade garantida"], }, { - id: "2", - value: "20", - title: "Anos de mercado", - items: [ - "Experiência", - "Confiança", - "Tradição", - ], + id: "2", value: "20", title: "Anos de mercado", items: [ + "Experiência", "Confiança", "Tradição"], }, { - id: "3", - value: "5*", - title: "Avaliação média", - items: [ - "Excelente", - "Conforto", - "Suporte", - ], + id: "3", value: "5*", title: "Avaliação média", items: [ + "Excelente", "Conforto", "Suporte"], }, ]} title="Nossa Trajetória" @@ -299,40 +190,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana Souza", - handle: "@ana", - testimonial: "O melhor colchão que já tive, durmo como um bebê.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", - }, + id: "1", name: "Ana Souza", handle: "@ana", testimonial: "O melhor colchão que já tive, durmo como um bebê.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg"}, { - id: "2", - name: "Pedro Lima", - handle: "@pedro", - testimonial: "Excelente suporte para as costas, recomendo demais.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-lying-floor-taking-selfie-photo_1262-5668.jpg", - }, + id: "2", name: "Pedro Lima", handle: "@pedro", testimonial: "Excelente suporte para as costas, recomendo demais.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-lying-floor-taking-selfie-photo_1262-5668.jpg"}, { - id: "3", - name: "Mari Silva", - handle: "@mari", - testimonial: "Conforto absoluto, a qualidade é excepcional.", - imageSrc: "http://img.b2bpic.net/free-photo/follow-me-romantic-concept-young-woman-with-long-hair-outdoors-holding-her-boyfriend-s-hand-turning-around-sunglasses_158538-1665.jpg", - }, + id: "3", name: "Mari Silva", handle: "@mari", testimonial: "Conforto absoluto, a qualidade é excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/follow-me-romantic-concept-young-woman-with-long-hair-outdoors-holding-her-boyfriend-s-hand-turning-around-sunglasses_158538-1665.jpg"}, { - id: "4", - name: "João Santos", - handle: "@joao", - testimonial: "Entrega rápida e produto muito superior aos convencionais.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-relaxing-couch_23-2148027252.jpg", - }, + id: "4", name: "João Santos", handle: "@joao", testimonial: "Entrega rápida e produto muito superior aos convencionais.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-relaxing-couch_23-2148027252.jpg"}, { - id: "5", - name: "Carla Oliveira", - handle: "@carla", - testimonial: "Minha insônia acabou depois desse colchão.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-bed_23-2148769335.jpg", - }, + id: "5", name: "Carla Oliveira", handle: "@carla", testimonial: "Minha insônia acabou depois desse colchão.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-woman-bed_23-2148769335.jpg"}, ]} title="Depoimentos de clientes" description="O que dizem sobre nós." @@ -345,20 +211,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Qual a garantia?", - content: "Oferecemos garantia de 5 anos em todos os modelos.", - }, + id: "1", title: "Qual a garantia?", content: "Oferecemos garantia de 5 anos em todos os modelos."}, { - id: "2", - title: "Como escolher?", - content: "Temos consultores prontos para te ajudar com o suporte ideal.", - }, + id: "2", title: "Como escolher?", content: "Temos consultores prontos para te ajudar com o suporte ideal."}, { - id: "3", - title: "Entrega?", - content: "Frete grátis para todo o país em 48h.", - }, + id: "3", title: "Entrega?", content: "Frete grátis para todo o país em 48h."}, ]} title="Perguntas Frequentes" description="Tire suas dúvidas." @@ -370,8 +227,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..ab2c632 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #E34400; + --accent: #a8cce8; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);