diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 9413045..a09c3d7 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,32 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const merriweather = Merriweather({
- variable: "--font-merriweather",
- subsets: ["latin"],
+ variable: "--font-merriweather", subsets: ["latin"],
weight: ["300", "400", "700", "900"],
});
export const metadata: Metadata = {
- title: "NoGoogle - Independent IT School for Developers",
- description: "Learn web development, cloud computing, and AI from industry experts. NoGoogle is the independent coding school built by developers, for developers.",
- keywords: "coding school, web development, IT education, programming bootcamp, tech training",
- openGraph: {
- title: "NoGoogle - Learn to Code Without the Google Trap",
- description: "Master web development, cloud computing, and AI at NoGoogle—the independent IT school.",
- type: "website",
- siteName: "NoGoogle",
- images: [
+ title: "NoGoogle - Independent IT School for Developers", description: "Learn web development, cloud computing, and AI from industry experts. NoGoogle is the independent coding school built by developers, for developers.", keywords: "coding school, web development, IT education, programming bootcamp, tech training", openGraph: {
+ title: "NoGoogle - Learn to Code Without the Google Trap", description: "Master web development, cloud computing, and AI at NoGoogle—the independent IT school.", type: "website", siteName: "NoGoogle", images: [
{
- url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg",
- alt: "NoGoogle IT School",
- },
+ url: "https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg", alt: "NoGoogle IT School"},
],
},
twitter: {
- card: "summary_large_image",
- title: "NoGoogle - Independent IT School",
- description: "Learn from industry experts. Build real projects. Launch your tech career.",
- images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"],
+ card: "summary_large_image", title: "NoGoogle - Independent IT School", description: "Learn from industry experts. Build real projects. Launch your tech career.", images: ["https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"],
},
robots: {
index: true,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6de268a..40888db 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,8 +6,12 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
+import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import TeamCardSix from '@/components/sections/team/TeamCardSix';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Zap, CheckCircle, Users, TrendingUp, Award, Star } from "lucide-react";
+import { Zap, CheckCircle, Users, TrendingUp, Award, Star, Sparkles, Crown } from "lucide-react";
export default function HomePage() {
return (
@@ -40,7 +44,7 @@ export default function HomePage() {