diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 315ee10..0add9a5 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: 'BUCIOANGELOFFICIAL | Systems. Strategies. Solutions.', - description: 'Systems, strategies, and solutions for growth.', + title: 'Webild Platform', + description: 'Accelerate your development cycle with our powerful tools.', openGraph: { "title": "BucioAngelOfficial", "description": "Systems. Strategies. Solutions.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 98d738b..79b8e60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,5 @@ 'use client'; - -import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import AboutMetric from '@/components/sections/about/AboutMetric'; @@ -10,145 +9,38 @@ 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 { Award, CheckCircle, Users, TrendingUp, Zap, Shield, Globe, Code2, BarChart, Twitter, Instagram } from 'lucide-react'; - -const navItems = [{ name: 'Home', id: '/' }]; +import { Zap, Shield, Star, Globe, ArrowRight } from 'lucide-react'; export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - +
- +
- +
- +
- +
- +
- +
- +
);