From 0b62993745a058526e16a6352dd03ee0ab770e96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:30:46 +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 36584c5..754bdeb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'MIR Consultant | Professional Tax & Financial Services', - description: 'Expert tax filing, financial advisory, and business consulting services in Windsor, Ontario.', + title: 'Webild - Design Your Future', + description: 'Empowering businesses with modern digital solutions.', keywords: ["Windsor tax consultant, self-employed taxes Windsor, tax filing Ontario, business tax advisor"], openGraph: { "title": "MIR Consultant | Premium Tax & Financial Advisory", From 7a21d89712f1ed9a2473789c37362df9cf98f427 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:30:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 131 ++++++----------------------------------------- 1 file changed, 15 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e1b916..f6a6822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,141 +9,40 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { CheckCircle, Briefcase, Building, PieChart, MessageSquare, FileText, LineChart, Headphones } from "lucide-react"; - -export default function Page() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "#services" }, - { name: "Contact", id: "#contact" } - ]; +import { Shield, Zap, Target, Star, CheckCircle } from "lucide-react"; +export default function HomePage() { + const navItems = [{ name: "Home", id: "/" }]; + return ( - + -
- +
-
- +
-
- +
-
- +
-
- +
-
- +
-
- +
-
); -} +} \ No newline at end of file