Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -149,21 +149,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Have any questions or need a personal consultation? Visit us today or send us a message via WhatsApp."
|
||||
buttons={[{ text: "(11) 94491-9362", href: "https://wa.me/5511944919362" }]}
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="We are ready to provide an exceptional shopping experience. Contact our team to schedule your consultation."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we assist you?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-shopping-bags-clothing-store_23-2148782728.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-happy-young-woman-with-long-brown-curly-hair-pleasantly-surprised-shocked-so-many-nice-clothes-luxury-wardrobe-fashionable-model-has-elegant-look-wearing-black-stylish-dress_197531-1671.jpg"
|
||||
<FooterBaseReveal
|
||||
logoText="AYMÊ"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Collection", href: "#products" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Contact", items: [{ label: "WhatsApp", href: "https://wa.me/5511944919362" }, { label: "Location", href: "#" }] }
|
||||
{ title: "Contact & Location", items: [{ label: "(11) 94491-9362", href: "https://wa.me/5511944919362" }, { label: "Recanto Campo Belo, São Paulo", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user