Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" }] },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user