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 ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Heart, Palette, Scissors, Sparkles, User, Wind } from "lucide-react";
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Heart, Palette, Scissors, Sparkles, User, Wind, MapPin, Mail, Phone, Languages } from "lucide-react";
export default function LandingPage() {
return (
@@ -136,54 +136,59 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardThirteen
title="Client Experiences"
description="International voices on our craft."
showRating={true}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
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: "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: "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: "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" },
{ 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", 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", name: "Anna V.", handle: "London, UK", testimonial: "Truly world-class service. Professionalism and attention to detail that stands out globally.", rating: 5 },
]}
title="Client Experiences"
description="Hear from our clients about their transformation experiences at INESSA."
/>
</div>
<div id="booking" data-section="booking">
<ContactCenter
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
tag="Booking"
title="Schedule Your Transformation"
description="Secure your appointment now and join our elite clientele. We recommend booking in advance to ensure your preferred time."
<ContactSplitForm
title="Premium Booking Service"
description="Select your preferred service and time for a curated appointment."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ 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 id="contact" data-section="contact">
<FaqSplitText
useInvertedBackground={false}
<FaqSplitMedia
title="Visit Us in Chișinău"
description="Conveniently located for your convenience, with multilingual support."
faqs={[
{ id: "f1", title: "Where is the salon located?", content: "11/4, Strada Mălina Mică, Chișinău, Moldova." },
{ id: "f2", title: "How can I contact you?", content: "Reach out via +37369113900 or through our WhatsApp button." },
{ id: "f3", title: "Do you accept walk-ins?", content: "We recommend booking ahead for all transformations and premium services." },
{ id: "1", title: "Location", content: "Strada Mălina Mică 11/4, Chișinău, MD-2021" },
{ id: "2", title: "Contact", content: "+373 69 113 900" },
{ 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"
textboxLayout="split"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBase
logoText="INESSA"
columns={[
{ title: "Salon", items: [{ label: "Services", href: "#services" }, { label: "Booking", href: "#booking" }] },
{ title: "Contact", items: [{ label: "+37369113900", href: "tel:+37369113900" }, { label: "WhatsApp", href: "https://wa.me/37369113900" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Languages", items: [{ label: "RO / RU / FR / EN", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
copyrightText="© 2025 INESSA Chișinău."
/>
</div>
</ReactLenis>