Merge version_2 into main #1
251
src/app/page.tsx
251
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Funcionalidades", id: "features" },
|
||||
{ name: "Preços", id: "pricing" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Varal de Casa"
|
||||
/>
|
||||
@@ -58,19 +43,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Varal de Casa"
|
||||
description="Perfect Laundry Zero Stress Every Time. Self-service washing with premium scents, efficient machines, and a spotless environment. Drop off your week and reclaim your weekend."
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Us & Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
description="Lavanderia perfeita, zero estresse. Autoatendimento com aromas premium, máquinas eficientes e um ambiente impecável. Deixe sua roupa conosco e aproveite seu fim de semana."
|
||||
buttons={[{ text: "Encontre-nos", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-inside-laundromat-with-washing-machines_23-2151176207.jpg"
|
||||
imageAlt="Varal de Casa Laundry Facility"
|
||||
imageAlt="Lavanderia Varal de Casa"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,19 +57,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Clean, Organized, ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-washing-machine-doing-laundry-young-woman-ready-wash-clothes-interior-washing-process-concept_1157-42336.jpg",
|
||||
alt: "Laundromat interior",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " and Welcoming.",
|
||||
},
|
||||
{ type: "text", content: "Limpo, Organizado " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/woman-using-washing-machine-doing-laundry-young-woman-ready-wash-clothes-interior-washing-process-concept_1157-42336.jpg", alt: "Interior da lavanderia" },
|
||||
{ type: "text", content: " e Acolhedor." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,30 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Efficient Machines",
|
||||
description: "High-capacity machines to finish your laundry faster.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laundress-reading_1098-13298.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Premium Scents",
|
||||
description: "Choose from our premium scent options for fresh results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-folded-clean-towels-with-softner_23-2148230610.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/chemical-cleaning-supply-marble_114579-38481.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Convenient Parking",
|
||||
description: "Easy access parking right at our doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176178.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{ title: "Máquinas Eficientes", description: "Capacidade alta para finalizar sua lavagem mais rápido.", imageSrc: "http://img.b2bpic.net/free-photo/laundress-reading_1098-13298.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg", buttonText: "Saiba Mais" },
|
||||
{ title: "Aromas Premium", description: "Escolha entre nossas opções de aromas para resultados frescos.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-folded-clean-towels-with-softner_23-2148230610.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/chemical-cleaning-supply-marble_114579-38481.jpg", buttonText: "Saiba Mais" },
|
||||
{ title: "Estacionamento Conveniente", description: "Acesso fácil para estacionar na nossa porta.", imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176178.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg", buttonText: "Saiba Mais" },
|
||||
]}
|
||||
title="Why Choose Varal de Casa?"
|
||||
description="We offer the best self-service laundry experience in Bragança Paulista."
|
||||
title="Por que escolher a Varal de Casa?"
|
||||
description="Oferecemos a melhor experiência de lavanderia em Bragança Paulista."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,40 +86,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "R$ 15",
|
||||
subtitle: "Wash Cycle",
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Wash",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Fast cycle",
|
||||
"Eco-friendly soap",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Premium",
|
||||
price: "R$ 25",
|
||||
subtitle: "Wash + Dry",
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Full Cycle",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Fast cycle",
|
||||
"Eco-friendly soap",
|
||||
"Premium scent included",
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essencial", price: "R$ 15", subtitle: "Ciclo de Lavagem", buttons: [{ text: "Iniciar Lavagem" }], features: ["Ciclo rápido", "Sabão ecológico"] },
|
||||
{ id: "pro", badge: "Premium", price: "R$ 25", subtitle: "Lavagem + Secagem", buttons: [{ text: "Iniciar Ciclo Completo" }], features: ["Ciclo rápido", "Sabão ecológico", "Aroma premium incluído"] },
|
||||
]}
|
||||
title="Affordable Washing"
|
||||
description="Simple pricing for your laundry needs."
|
||||
title="Lavagem Acessível"
|
||||
description="Preços simples para suas necessidades."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,30 +100,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2k+",
|
||||
title: "Happy Customers",
|
||||
description: "Active users this month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-inside-laundromat-with-washing-machines_23-2151176195.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
title: "High-Speed Machines",
|
||||
description: "Ready to serve you",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-arrangement_23-2148883395.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Quality results guaranteed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176232.jpg",
|
||||
},
|
||||
{ id: "m1", value: "1.2k+", title: "Clientes Felizes", description: "Usuários ativos este mês", imageSrc: "http://img.b2bpic.net/free-photo/person-inside-laundromat-with-washing-machines_23-2151176195.jpg" },
|
||||
{ id: "m2", value: "15+", title: "Máquinas de Alta Velocidade", description: "Prontas para atendê-lo", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-arrangement_23-2148883395.jpg" },
|
||||
{ id: "m3", value: "98%", title: "Taxa de Satisfação", description: "Qualidade garantida", imageSrc: "http://img.b2bpic.net/free-photo/view-inside-laundromat-room-with-vintage-decor-washing-machines_23-2151176232.jpg" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Trusted by our community in Bragança Paulista."
|
||||
title="Nosso Impacto"
|
||||
description="Confiada pela nossa comunidade em Bragança Paulista."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,44 +115,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Busy Professional",
|
||||
testimonial: "Varal de Casa saved my weekends! The machines are so fast and efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-washing-machine_1098-13902.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Local Resident",
|
||||
testimonial: "Best laundry facility in town. Clean, safe, and smells amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19553.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Family Mom",
|
||||
testimonial: "Finally a laundromat that is actually clean and very welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19542.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Student",
|
||||
testimonial: "Convenient location and easy to use. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469349.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paula Silva",
|
||||
role: "Local Business Owner",
|
||||
testimonial: "The premium scent options are a game changer. Truly premium service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-housekeepers_1098-15043.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Profissional", testimonial: "A Varal de Casa salvou meus fins de semana!", imageSrc: "http://img.b2bpic.net/free-photo/using-washing-machine_1098-13902.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Morador Local", testimonial: "Melhor lavanderia da cidade. Limpa e cheirosa.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19553.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Mãe", testimonial: "Finalmente uma lavanderia limpa e acolhedora.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19542.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Estudante", testimonial: "Localização conveniente e fácil de usar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469349.jpg" },
|
||||
{ id: "5", name: "Paula Silva", role: "Empresária", testimonial: "Os aromas premium fazem toda a diferença.", imageSrc: "http://img.b2bpic.net/free-photo/modern-housekeepers_1098-15043.jpg" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our customers are saying about us."
|
||||
title="Vozes da Comunidade"
|
||||
description="O que nossos clientes dizem sobre nós."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -258,26 +131,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is it self-service?",
|
||||
content: "Yes, our facility is fully self-service with intuitive machines.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide soap?",
|
||||
content: "We offer premium soap and scent products at our facility.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long does a cycle take?",
|
||||
content: "Wash cycles generally take about 45 minutes.",
|
||||
},
|
||||
{ id: "f1", title: "É autoatendimento?", content: "Sim, nossa lavanderia é totalmente self-service." },
|
||||
{ id: "f2", title: "Fornecem sabão?", content: "Oferecemos produtos premium em nossa unidade." },
|
||||
{ id: "f3", title: "Quanto tempo dura um ciclo?", content: "Os ciclos de lavagem levam cerca de 45 minutos." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-putting-clothes-dryer-home_23-2149117052.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know before visiting."
|
||||
title="Perguntas Frequentes"
|
||||
description="Tudo o que você precisa saber antes de visitar."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -285,12 +146,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Ready for clean clothes?"
|
||||
description="Come visit Varal de Casa today and see the difference."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visite-nos"
|
||||
title="Pronto para lavar suas roupas?"
|
||||
description="Venha conhecer a Varal de Casa hoje mesmo."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -298,32 +157,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Varal de Casa"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "Sobre", href: "#about" }, { label: "Preços", href: "#pricing" }] },
|
||||
{ title: "Legal", items: [{ label: "Política de Privacidade", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user