diff --git a/src/app/page.tsx b/src/app/page.tsx index b7ee10b..23d788b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,13 +8,16 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Star, Users } from "lucide-react"; +import { useState } from "react"; export default function LandingPage() { + const [lang, setLang] = useState('EN'); + return (
@@ -142,7 +155,7 @@ export default function LandingPage() { { id: "t2", name: "Mark V.", role: "Designer", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-body-portrait-proud-guy-enjoying-his-success_179666-2026.jpg" }, { id: "t3", name: "Elena R.", role: "Manager", company: "Global", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-mall_23-2148195370.jpg" }, { id: "t4", name: "Tom D.", role: "Finance", company: "Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-arranging-his-clothes-hangers_23-2148401434.jpg" }, - { id: "t5", name: "Lisa K.", role: "Marketing", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } + { id: "t5", name: "Lisa K.", role: "Marketing", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} kpiItems={[ { value: "98%", label: "Return rate" }, @@ -199,4 +212,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file