From f5e8749dc7fc02d8e8b3d1c94a914ed46e038f43 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:35:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55bc622..b958a2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,27 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp 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 { Heart, Palette, Scissors, Sparkles, User, Wind, Languages } from "lucide-react"; +import { useState } from "react"; export default function LandingPage() { + const [lang, setLang] = useState("RU"); + + const LanguageSwitcher = () => ( +
+ + {['RU', 'RO', 'EN'].map((l) => ( + + ))} +
+ ); + return ( , href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }, ]} />