7 Commits

Author SHA1 Message Date
1363db0b91 Update src/app/page.tsx 2026-05-11 08:37:17 +00:00
8ef1eaec53 Update src/app/page.tsx 2026-05-11 08:36:45 +00:00
0d94f7417f Update src/app/page.tsx 2026-05-11 08:36:13 +00:00
f5e8749dc7 Update src/app/page.tsx 2026-05-11 08:35:42 +00:00
270593c8b0 Merge version_2 into main
Merge version_2 into main
2026-05-11 08:34:16 +00:00
b31827c78c Merge version_2 into main
Merge version_2 into main
2026-05-11 08:33:52 +00:00
81e45afcdd Merge version_2 into main
Merge version_2 into main
2026-05-11 08:33:21 +00:00

View File

@@ -13,6 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Heart, Palette, Scissors, Sparkles, User, Wind } from "lucide-react";
import { useState } from "react";
export default function LandingPage() {
return (
@@ -70,15 +71,14 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Philosophy"
title="European Standards. Artistic Passion."
description="At INESSA, we believe beauty is an art form. Our salon brings world-class European techniques to Moldova, blending Parisian elegance with a personalized, elite experience."
subdescription="Every transformation is crafted by our fashion-inspired experts, ensuring your hair reflects the sophistication you deserve."
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg?_wi=1"
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
mediaAnimation="blur-reveal"
imageAlt="luxurious high-end salon interior design"
icon={Sparkles}
useInvertedBackground={false}
/>
</div>
@@ -110,7 +110,7 @@ export default function LandingPage() {
{ id: "g1", name: "Glossy Finishes", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/blonde-model-posing_1122-488.jpg", imageAlt: "high fashion beauty campaign hairstyle" },
{ id: "g2", name: "Precision Cuts", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5500.jpg", imageAlt: "hair coloring artistic transformation shot" },
{ id: "g3", name: "Color Mastery", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-curlyhaired-girl-headshot-photo-high-quality-photo_114579-92023.jpg", imageAlt: "editorial portrait female perfect hairstyle" },
{ id: "g4", name: "Bridal Elegance", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg", imageAlt: "high end balayage styling editorial" },
{ id: "g4", name: "Bridal Elegance", price: "View", imageSrc: "http://img.b2bpic.net/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60927.jpg", imageAlt: "high end balayage styling editorial" },
{ id: "g5", name: "Modern Balayage", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flower_52683-119994.jpg", imageAlt: "artistic editorial hairstyle photoshoot" },
{ id: "g6", name: "Editorial Portraits", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-studio-stylish-outfit-rock-leather-style-trend_285396-9687.jpg", imageAlt: "premium hair styling editorial shot" },
]}
@@ -156,8 +156,8 @@ export default function LandingPage() {
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" },
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
multiSelect={{ name: "service", label: "Choose Service", options: ["Haircut", "Balayage", "Coloring", "Bridal Styling"] }}
textarea={{ name: "notes", placeholder: "Special requests?" }}
@@ -187,7 +187,7 @@ export default function LandingPage() {
logoText="INESSA"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Languages", items: [{ label: "RO / RU / FR / EN", href: "#" }] },
{ title: "Languages", items: [{ label: "Language Selection", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>