Update src/app/page.tsx
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -221,36 +221,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
title="Fale Conosco"
|
||||
description="Entre em contato para dúvidas, projetos personalizados ou parcerias. Nossa equipe está pronta para atendê-lo."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Seu Nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Seu Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Sua Mensagem", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-woman-indoors_23-2148899715.jpg"
|
||||
imageAlt="Luxury office interior with elegant decor"
|
||||
mediaPosition="left"
|
||||
description="Para dúvidas, projetos personalizados ou parcerias, nossa equipe está pronta para atendê-lo. Deixe seu e-mail e retornaremos em breve."
|
||||
tag="Contato"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
inputPlaceholder="Seu Email"
|
||||
buttonText="Enviar Mensagem"
|
||||
termsText="Ao clicar em Enviar, você concorda com nossos Termos e Condições."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-island-armchair-stylish-open-space-home-design_169016-72732.jpg"
|
||||
logoAlt="Gemma Galgani Logo"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Coleções", href: "#products"},
|
||||
{
|
||||
@@ -262,7 +251,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
@@ -274,7 +263,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Suporte", items: [
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
@@ -286,7 +275,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Conecte-se", items: [
|
||||
{
|
||||
label: "Instagram", href: "https://www.instagram.com/gemmagalganibh/"},
|
||||
{
|
||||
@@ -297,6 +286,8 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
logoText="Gemma Galgani"
|
||||
copyrightText="© 2024 Gemma Galgani. Todos os direitos reservados."
|
||||
onPrivacyClick={() => console.log('Privacy policy clicked')}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user