Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-05-11 08:36:17 +00:00
Showing only changes of commit 0d94f7417f - Show all commits

View File

@@ -14,6 +14,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Heart, Palette, Scissors, Sparkles, User, Wind, Languages } from "lucide-react";
import { useState } from "react";
import Link from "next/link";
export default function LandingPage() {
const [lang, setLang] = useState("RU");
@@ -88,7 +89,6 @@ 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."
@@ -205,7 +205,7 @@ export default function LandingPage() {
logoText="INESSA"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }] },
{ title: "Languages", items: [{ label: <LanguageSwitcher />, href: "#" }] },
{ title: "Languages", items: [{ label: "Language Selection", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>