From 3f8d66929ac7c0c357b0d9b1be894e7f0db86776 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 12:04:28 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) 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, From 78dbc8a94a5262150608b8f95cf8af15f89f5188 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 12:04:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 135 insertions(+), 22 deletions(-) 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() { @@ -116,13 +112,133 @@ export default function HomePage() { /> +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+