Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-08 15:31:08 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; 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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; 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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -149,21 +149,25 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplitForm
useInvertedBackground={false} title="Get In Touch"
background={{ variant: "gradient-bars" }} description="We are ready to provide an exceptional shopping experience. Contact our team to schedule your consultation."
text="Have any questions or need a personal consultation? Visit us today or send us a message via WhatsApp." inputs={[
buttons={[{ text: "(11) 94491-9362", href: "https://wa.me/5511944919362" }]} { 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>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterBaseReveal
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"
logoText="AYMÊ" logoText="AYMÊ"
columns={[ columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Collection", href: "#products" }, { label: "Testimonials", href: "#testimonials" }] }, { 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> </div>