From 856fd3335ab896aff1aa3e5e40f0aef95809031c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:05:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }; -- 2.49.1 From 17ee744ed194a1cfb5ab771987a02f021b3e3f7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:05:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++---------------------------------------- 1 file changed, 17 insertions(+), 95 deletions(-) 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 -- 2.49.1