diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e80765..c24fa5b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Cormorant_Garamond, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Apartamenty Kapitańskie | Luksusowe Apartamenty', - description: 'Luksusowe apartamenty w sercu natury. Poczuj elegancję i spokój w Apartamentach Kapitańskich.', + title: 'Luxury Living Residences', + description: 'Experience unparalleled comfort and elegance in our curated residences.', openGraph: { "title": "Apartamenty Kapitańskie", "siteName": "Apartamenty Kapitańskie", diff --git a/src/app/page.tsx b/src/app/page.tsx index 41245ce..a5cb779 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client"; +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -11,136 +11,117 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Star, MapPin, Car } from 'lucide-react'; - -export default function HomePage() { - const navItems = [ - { name: "Start", id: "hero" }, - { name: "Pokoje", id: "rooms" }, - { name: "O nas", id: "about" }, - { name: "Rezerwacja", id: "contact" } - ]; +import { Zap, Shield, Star, Users, MapPin, Mail, MessageSquare } from 'lucide-react'; +export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; + return ( - +
-
-
-
-
-
-
-
); -} +} \ No newline at end of file