Update src/app/page.tsx

This commit is contained in:
2026-05-11 08:33:18 +00:00
parent 34340d722c
commit 0f67bc8ba6

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Heart, Palette, Scissors, Sparkles, User, Wind } from "lucide-react"; import { Heart, Palette, Scissors, Sparkles, User, Wind, MapPin, Mail, Phone, Languages } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -136,57 +136,62 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardThirteen
title="Client Experiences"
description="International voices on our craft."
showRating={true}
animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", title: "Absolute Perfection", quote: "The best experience I've had in Chișinău. My balayage is exactly what I wanted.", name: "Sarah Miller", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg" }, { id: "1", name: "Sophie L.", handle: "Paris, FR", testimonial: "Un savoir-faire exceptionnel. Une expérience véritablement luxueuse au cœur de Chișinău.", rating: 5 },
{ id: "2", title: "Truly Elite", quote: "Every detail at INESSA screams sophistication and care.", name: "Elena Popescu", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blonde-female-dressed-white-t-shirt-waistcoat-grey-background_613910-9333.jpg" }, { id: "2", name: "Elena P.", handle: "Chișinău, MD", testimonial: "Cea mai bună experiență. Balayage-ul este impecabil, exact ce mi-am dorit.", rating: 5 },
{ id: "3", title: "Modern & Chic", quote: "Love the haircut! The atmosphere is so relaxing and professional.", name: "Anna V.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/friends-helping-each-other-with-make-up-bed_23-2148708892.jpg" }, { id: "3", name: "Anna V.", handle: "London, UK", testimonial: "Truly world-class service. Professionalism and attention to detail that stands out globally.", rating: 5 },
{ id: "4", title: "Exceptional Service", quote: "I am so happy with my transformation. Highly recommend the team!", name: "Maria C.", role: "Model", imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-makeup-done-medium-shot_23-2149860778.jpg" },
{ id: "5", title: "My Favorite Salon", quote: "I've been a client for years. Always top-tier results.", name: "Victoria M.", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-business-woman-isolated-white-wall_231208-8705.jpg" },
]} ]}
title="Client Experiences"
description="Hear from our clients about their transformation experiences at INESSA."
/> />
</div> </div>
<div id="booking" data-section="booking"> <div id="booking" data-section="booking">
<ContactCenter <ContactSplitForm
useInvertedBackground={true} title="Premium Booking Service"
background={{ variant: "radial-gradient" }} description="Select your preferred service and time for a curated appointment."
tag="Booking" inputs={[
title="Schedule Your Transformation" { name: "name", type: "text", placeholder: "Full Name" },
description="Secure your appointment now and join our elite clientele. We recommend booking in advance to ensure your preferred time." { name: "email", type: "email", placeholder: "Email Address" },
]}
multiSelect={{ name: "service", label: "Choose Service", options: ["Haircut", "Balayage", "Coloring", "Bridal Styling"] }}
textarea={{ name: "notes", placeholder: "Special requests?" }}
buttonText="Schedule Now"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<FaqSplitText <FaqSplitMedia
useInvertedBackground={false} title="Visit Us in Chișinău"
description="Conveniently located for your convenience, with multilingual support."
faqs={[ faqs={[
{ id: "f1", title: "Where is the salon located?", content: "11/4, Strada Mălina Mică, Chișinău, Moldova." }, { id: "1", title: "Location", content: "Strada Mălina Mică 11/4, Chișinău, MD-2021" },
{ id: "f2", title: "How can I contact you?", content: "Reach out via +37369113900 or through our WhatsApp button." }, { id: "2", title: "Contact", content: "+373 69 113 900" },
{ id: "f3", title: "Do you accept walk-ins?", content: "We recommend booking ahead for all transformations and premium services." }, { id: "3", title: "Languages", content: "We serve you in Romanian, Russian, French, and English." },
]} ]}
sideTitle="Salon Info"
sideDescription="Everything you need to know about visiting INESSA."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBase
logoText="INESSA" logoText="INESSA"
columns={[ columns={[
{ title: "Salon", items: [{ label: "Services", href: "#services" }, { label: "Booking", href: "#booking" }] }, { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Contact", items: [{ label: "+37369113900", href: "tel:+37369113900" }, { label: "WhatsApp", href: "https://wa.me/37369113900" }] }, { title: "Languages", items: [{ label: "RO / RU / FR / EN", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]} ]}
copyrightText="© 2025 INESSA Chișinău."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }