diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 91264b7..bf58a77 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: 'Welcome', - description: 'Welcome to our website', + title: 'Webild Platform', + description: 'Your modern business solution.', openGraph: { "siteName": "Sunrise Solar Solutions", "type": "website" diff --git a/src/app/page.tsx b/src/app/page.tsx index ab52db4..3537afb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,41 +11,42 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Zap, Target, Star, CheckCircle } from 'lucide-react'; const navItems = [{ name: "Home", id: "/" }]; -export default function Page() { +export default function HomePage() { return ( - +
- +
- +
- +
- +
- +
- +
- +
- +
);