diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2da6b6c..5681b03 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Times_New_Roman } from 'next/font/google'; export const metadata: Metadata = { - title: 'Home Page', - description: 'Welcome to our website', + title: 'Webild', + description: 'Professional web solutions for your business.', openGraph: { "title": "BucioAngelOfficial", "description": "Systems. Strategies. Solutions.", diff --git a/src/app/page.tsx b/src/app/page.tsx index f8d2b5d..58dedb9 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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; @@ -10,94 +9,79 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, Star, CheckCircle, Globe } from 'lucide-react'; - -const navItems = [ - { name: "Home", id: "/" } -]; +import { Star, Shield, ArrowRight, Zap, Mail, Phone, MapPin, Facebook, Twitter, Linkedin } from 'lucide-react'; export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - +