Merge version_2 into main #5
@@ -29,7 +29,8 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Loja Prime Decor"
|
||||
brandName="Prime Decor"
|
||||
logoSrc="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect fill='%23EC383C' width='200' height='200'/%3E%3Ctext x='50%25' y='50%25' font-size='80' font-weight='bold' fill='white' text-anchor='middle' dy='.3em'%3EPD%3C/text%3E%3C/svg%3E"
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
@@ -39,7 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "Solicitar Orçamento", href: "https://wa.me/5511999999999?text=Olá%20Loja%20Prime%20Decor,%20gostaria%20de%20solicitar%20um%20orçamento"
|
||||
text: "Solicitar Orçamento", href: "https://wa.me/5511999999999?text=Olá%20Prime%20Decor,%20gostaria%20de%20solicitar%20um%20orçamento"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,12 +50,12 @@ export default function LandingPage() {
|
||||
title="Cortinas e Decoração sob Medida que Transformam seu Ambiente com Elegância"
|
||||
description="Qualidade premium, instalação profissional e atendimento que realmente entende você. Transforme seus espaços com soluções decorativas exclusivas."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Bem-vindo à Loja Prime Decor"
|
||||
tag="Bem-vindo à Prime Decor"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Orçamento no WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Loja%20Prime%20Decor,%20gostaria%20de%20solicitar%20um%20orçamento"
|
||||
text: "Solicitar Orçamento no WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Prime%20Decor,%20gostaria%20de%20solicitar%20um%20orçamento"
|
||||
},
|
||||
{
|
||||
text: "Ver Modelos", href: "#services"
|
||||
@@ -120,27 +121,27 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "curtains", brand: "Loja Prime Decor", name: "Cortinas Sob Medida", price: "A partir de R$ 150/m²", rating: 5,
|
||||
id: "curtains", brand: "Prime Decor", name: "Cortinas Sob Medida", price: "A partir de R$ 150/m²", rating: 5,
|
||||
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-posing_23-2148105847.jpg?_wi=1", imageAlt: "Cortinas premium sob medida"
|
||||
},
|
||||
{
|
||||
id: "blinds", brand: "Loja Prime Decor", name: "Persianas Personalizadas", price: "A partir de R$ 120/m²", rating: 5,
|
||||
id: "blinds", brand: "Prime Decor", name: "Persianas Personalizadas", price: "A partir de R$ 120/m²", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-woman-talking-phone_23-2149429129.jpg?_wi=1", imageAlt: "Persianas modernas personalizadas"
|
||||
},
|
||||
{
|
||||
id: "rugs", brand: "Loja Prime Decor", name: "Tapetes Luxuosos", price: "A partir de R$ 200/m²", rating: 5,
|
||||
id: "rugs", brand: "Prime Decor", name: "Tapetes Luxuosos", price: "A partir de R$ 200/m²", rating: 5,
|
||||
reviewCount: "140+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room-interior-vintage-light-filter_74190-1687.jpg?_wi=1", imageAlt: "Tapetes premium elegantes"
|
||||
},
|
||||
{
|
||||
id: "wallpaper", brand: "Loja Prime Decor", name: "Papel de Parede Premium", price: "A partir de R$ 80/m²", rating: 5,
|
||||
id: "wallpaper", brand: "Prime Decor", name: "Papel de Parede Premium", price: "A partir de R$ 80/m²", rating: 5,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/tender-white-bouquet-stands-little-sofa_8353-1356.jpg?_wi=1", imageAlt: "Papel de parede luxuoso"
|
||||
},
|
||||
{
|
||||
id: "consultation", brand: "Loja Prime Decor", name: "Consultoria Decorativa", price: "Consultoria Gratuita", rating: 5,
|
||||
id: "consultation", brand: "Prime Decor", name: "Consultoria Decorativa", price: "Consultoria Gratuita", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg?_wi=1", imageAlt: "Consultoria profissional de design"
|
||||
},
|
||||
{
|
||||
id: "installation", brand: "Loja Prime Decor", name: "Instalação Profissional", price: "Incluída nos Serviços", rating: 5,
|
||||
id: "installation", brand: "Prime Decor", name: "Instalação Profissional", price: "Incluída nos Serviços", rating: 5,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-posing_23-2148105847.jpg?_wi=2", imageAlt: "Instalação profissional especializada"
|
||||
}
|
||||
]}
|
||||
@@ -149,7 +150,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="differentials" data-section="differentials">
|
||||
<FeatureCardNine
|
||||
title="Por Que Escolher a Loja Prime Decor"
|
||||
title="Por Que Escolher a Prime Decor"
|
||||
description="Diferenciais que fazem toda a diferença na transformação do seu espaço"
|
||||
tag="Nossos Diferenciais"
|
||||
tagIcon={Star}
|
||||
@@ -293,20 +294,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Loja Prime Decor"
|
||||
copyrightText="© 2025 Loja Prime Decor. Todos os direitos reservados."
|
||||
logoText="Prime Decor"
|
||||
copyrightText="© 2025 Prime Decor. Todos os direitos reservados."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/lojaprimedecor", ariaLabel: "Facebook"
|
||||
href: "https://facebook.com/primedecor", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/lojaprimedecor", ariaLabel: "Instagram"
|
||||
href: "https://instagram.com/primedecor", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/lojaprimedecor", ariaLabel: "LinkedIn"
|
||||
href: "https://linkedin.com/company/primedecor", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
|
||||
Reference in New Issue
Block a user