diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f0ddd3..315ee10 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: 'Official portal for Bucio Angel. Building scalable systems and strategies for modern business.', + title: 'BUCIOANGELOFFICIAL | Systems. Strategies. Solutions.', + description: 'Systems, strategies, and solutions for growth.', openGraph: { "title": "BucioAngelOfficial", "description": "Systems. Strategies. Solutions.", diff --git a/src/app/page.tsx b/src/app/page.tsx index cd8a787..1861056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,422 +1,169 @@ -"use client"; +'use client'; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +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'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, BarChart, CheckCircle, Code2, Globe, Instagram, Shield, TrendingUp, Twitter, Users, Zap } from "lucide-react"; +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'; -export default function LandingPage() { +const navItems = [{ name: 'Home', id: '/' }]; + +export default function Page() { return ( - - - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
+
); -} +} \ No newline at end of file