From 0d94f7417f9bded8320b4edab34d0a6d8c76b2f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:36:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b958a2b..fe25ac3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
, href: "#" }] }, + { title: "Languages", items: [{ label: "Language Selection", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }, ]} /> -- 2.49.1