diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 09892bd..5210d30 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: 'Szkoła Tańca Warszawa | West Coast Swing | Bachata | Salsa', - description: 'Dance Fever - Premium school in Warsaw. Learn WCS, Bachata, Salsa, and Wedding Dance. MultiSport partner. Book your trial class today.', + title: 'Webild Platform', + description: 'Enterprise-grade digital component platform.', keywords: ["szkoła tańca warszawa, west coast swing warszawa, bachata dominikańska warszawa, salsa warszawa, pierwszy taniec weselny, multisport"], }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 10f9325..939994c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,125 +15,47 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; const navItems = [{ name: "Home", id: "/" }]; -export default function HomePage() { +export default function Page() { return ( - +
-
- +
- +
- +
- +
- +
- +
- +
- +
); -} +} \ No newline at end of file