Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, Crown, Grid, Layers, Tool } from "lucide-react";
|
||||
import { Award, Crown, Grid, Layers, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
name: "Serviços", id: "services"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Imaginar Drywall"
|
||||
/>
|
||||
@@ -57,104 +47,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Qualidade e perfeição em drywall e gesso em Paranavaí"
|
||||
description="Soluções modernas, acabamento impecável e atendimento profissional para sua obra ou reforma."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=1",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=2",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=3",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=4",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=5",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=6",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=7",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=8",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=9",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=10",
|
||||
imageAlt: "Drywall installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Drywall installation"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "https://wa.me/5544933008798",
|
||||
},
|
||||
text: "Solicitar Orçamento", href: "https://wa.me/5544933008798"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086843.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086843.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/men-doing-makeup-indoors_23-2150245023.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/men-doing-makeup-indoors_23-2150245023.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
avatarText="Mais de 100 clientes satisfeitos na região"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Drywall",
|
||||
},
|
||||
type: "text", text: "Drywall"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Forros de Gesso",
|
||||
},
|
||||
type: "text", text: "Forros de Gesso"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Divisórias",
|
||||
},
|
||||
type: "text", text: "Divisórias"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Molduras",
|
||||
},
|
||||
type: "text", text: "Molduras"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Acabamento Premium",
|
||||
},
|
||||
type: "text", text: "Acabamento Premium"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +114,7 @@ export default function LandingPage() {
|
||||
description="A Imaginar Drywall e Gesso é uma empresa especializada em soluções em drywall e gesso, atendendo clientes residenciais e comerciais em Paranavaí e região. Somos uma empresa liderada por empreendedoras, comprometida com a qualidade, organização e excelência em cada projeto."
|
||||
subdescription="Prezamos pelo bom atendimento, cumprimento de prazos e um serviço bem feito do início ao fim. Cada trabalho é realizado com atenção aos detalhes e foco total na satisfação do cliente."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-white-helmet_23-2149328125.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-white-helmet_23-2149328125.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -179,36 +126,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instalação de Drywall",
|
||||
description: "Montagem de paredes e estruturas com rapidez e limpeza.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Tool,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=11",
|
||||
imageAlt: "drywall installation professional service",
|
||||
title: "Instalação de Drywall", description: "Montagem de paredes e estruturas com rapidez e limpeza.", bentoComponent: "reveal-icon", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Forros de Gesso",
|
||||
description: "Forros modernos para maior estética e conforto.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Layers,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-white-helmet_23-2149328125.jpg?_wi=2",
|
||||
imageAlt: "professional woman contractor drywall",
|
||||
title: "Forros de Gesso", description: "Forros modernos para maior estética e conforto.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "Divisórias",
|
||||
description: "Praticidade na divisão de ambientes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Grid,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278600.jpg",
|
||||
imageAlt: "drywall partition wall installation",
|
||||
title: "Divisórias", description: "Praticidade na divisão de ambientes.", bentoComponent: "reveal-icon", icon: Grid,
|
||||
},
|
||||
{
|
||||
title: "Sancas e Molduras",
|
||||
description: "Detalhes decorativos sofisticados.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Crown,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086843.jpg?_wi=1",
|
||||
imageAlt: "happy client home renovation",
|
||||
title: "Sancas e Molduras", description: "Detalhes decorativos sofisticados.", bentoComponent: "reveal-icon", icon: Crown,
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços"
|
||||
@@ -223,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Gabriel Pereira",
|
||||
handle: "@cliente",
|
||||
testimonial: "Serviço excelente, deu tudo certo do início ao fim. Profissional muito dedicada, organizada e caprichosa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086843.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Gabriel Pereira", handle: "@cliente", testimonial: "Serviço excelente, deu tudo certo do início ao fim. Profissional muito dedicada, organizada e caprichosa.", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086843.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Davi Machado",
|
||||
handle: "@cliente",
|
||||
testimonial: "Ótimo trabalho, recomendo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-doing-makeup-indoors_23-2150245023.jpg",
|
||||
},
|
||||
id: "2", name: "Davi Machado", handle: "@cliente", testimonial: "Ótimo trabalho, recomendo.", imageSrc: "http://img.b2bpic.net/free-photo/men-doing-makeup-indoors_23-2150245023.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Otacílio Arrabaça",
|
||||
handle: "@cliente",
|
||||
testimonial: "Quem é de Paranavaí e região e está procurando um serviço de qualidade com preço justo, super indico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg",
|
||||
},
|
||||
id: "3", name: "Otacílio Arrabaça", handle: "@cliente", testimonial: "Quem é de Paranavaí e região e está procurando um serviço de qualidade com preço justo, super indico.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cliente Satisfeito",
|
||||
handle: "@cliente",
|
||||
testimonial: "Superou minhas expectativas, acabamento impecável.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
},
|
||||
id: "4", name: "Cliente Satisfeito", handle: "@cliente", testimonial: "Superou minhas expectativas, acabamento impecável.", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cliente Satisfeito",
|
||||
handle: "@cliente",
|
||||
testimonial: "Profissionalismo e pontualidade acima da média.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "5", name: "Cliente Satisfeito", handle: "@cliente", testimonial: "Profissionalismo e pontualidade acima da média.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
]}
|
||||
title="O que dizem nossos clientes"
|
||||
description="A satisfação de quem confia na Imaginar."
|
||||
@@ -270,20 +172,12 @@ export default function LandingPage() {
|
||||
description="Solicite seu orçamento agora mesmo."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Nome"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Como podemos ajudar?",
|
||||
}}
|
||||
name: "message", placeholder: "Como podemos ajudar?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-engineer-looking-phone_23-2148233733.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -293,29 +187,19 @@ export default function LandingPage() {
|
||||
logoText="Imaginar Drywall e Gesso"
|
||||
columns={[
|
||||
{
|
||||
title: "Links Rápidos",
|
||||
items: [
|
||||
title: "Links Rápidos", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Serviços", href: "#services"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Localização",
|
||||
items: [
|
||||
title: "Localização", items: [
|
||||
{
|
||||
label: "Paranavaí - PR",
|
||||
href: "#",
|
||||
},
|
||||
label: "Paranavaí - PR", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user