Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -14,26 +14,10 @@ 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");
|
||||
|
||||
const LanguageSwitcher = () => (
|
||||
<div className="flex items-center gap-2 bg-card px-3 py-1 rounded-full border border-accent/20">
|
||||
<Languages size={16} />
|
||||
{['RU', 'RO', 'EN'].map((l) => (
|
||||
<button
|
||||
key={l}
|
||||
onClick={() => setLang(l)}
|
||||
className={`text-xs font-medium ${lang === l ? 'text-primary-cta' : 'text-foreground/60 hover:text-foreground'}`}
|
||||
>
|
||||
{l}
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -93,9 +77,8 @@ export default function LandingPage() {
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user