From 93f112ce31deb4f55f32def2c3ea4dc51f00fed4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:37:15 +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 2f12fdc..5e31d20 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Cinzel, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Funmich Couture | Bespoke Elegance in Port Harcourt', - description: 'Port Harcourt’s premier fashion house for custom tailoring, fabric sales, and professional fashion education.', + title: 'Webild | Modern Solutions', + description: 'Modern, scalable solutions for the digital age.', openGraph: { "title": "Funmich Couture", "description": "Elevate your style with premium couture tailoring.", -- 2.49.1 From bc577f324301d580ebe176408eee8e313a972228 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:37:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 84 ++++++------------------------------------------ 1 file changed, 10 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81812ec..4e64ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ 'use client'; - import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; @@ -10,96 +9,33 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -const navItems = [{ name: 'Home', id: '/' }]; - export default function Page() { + const navItems = [{ name: 'Home', id: '/' }, { name: 'Contact', id: '/contact' }]; return ( - +
- +
- +
- +
- +
- +
); -- 2.49.1