diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 954d531..2cbc98e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { DM_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'TechLogic Consulting | Enterprise IT Consultancy', - description: 'Leading IT consultancy specializing in strategic planning, cybersecurity, and data insights to empower your business operations.', + title: 'TechLogic Consulting | IT Solutions for Modern Business', + description: 'Expert IT consultancy and scalable software solutions to innovate, scale, and secure your digital future.', openGraph: { "title": "TechLogic Consulting", "description": "Empowering business growth with expert IT strategy and software solutions.", diff --git a/src/app/page.tsx b/src/app/page.tsx index c4801bf..9ecb678 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,185 +2,189 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Shield, Rocket, BarChart3, Code2 } from 'lucide-react'; -export default function LandingPage() { +export default function Page() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);