From bcca2b5671afa6b90988a76181afb55aa47d542b Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:13:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 05dd7c6..5fb691c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Love Code IT School - Learn Programming & Coding Online", - description: "Master web development, mobile apps, Python, and game development at Love Code IT School. Expert instructors, 95% success rate, job placement assistance included.", - keywords: "coding courses, IT education, web development, programming school, online learning, tech training", - metadataBase: new URL("https://lovecode.school"), + title: "Love Code IT School - Learn Programming & Coding Online", description: "Master web development, mobile apps, Python, and game development at Love Code IT School. Expert instructors, 95% success rate, job placement assistance included.", keywords: "coding courses, IT education, web development, programming school, online learning, tech training", metadataBase: new URL("https://lovecode.school"), alternates: { canonical: "https://lovecode.school" }, @@ -22,22 +18,14 @@ export const metadata: Metadata = { follow: true }, openGraph: { - title: "Love Code IT School - Transform Your Tech Career", - description: "Join 5,000+ students learning programming and IT skills. Expert-led courses with job placement assistance.", - type: "website", - siteName: "Love Code IT School", - images: [ + title: "Love Code IT School - Transform Your Tech Career", description: "Join 5,000+ students learning programming and IT skills. Expert-led courses with job placement assistance.", type: "website", siteName: "Love Code IT School", images: [ { - url: "https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg", - alt: "Love Code IT School" + url: "https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg", alt: "Love Code IT School" } ] }, twitter: { - card: "summary_large_image", - title: "Love Code IT School", - description: "Learn programming, web development, and IT skills from industry experts.", - images: ["https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg"] + card: "summary_large_image", title: "Love Code IT School", description: "Learn programming, web development, and IT skills from industry experts.", images: ["https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg"] } }; From 05347fa0d58392b61f9849ed261d3e042e0b4380 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 13:13:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 101 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 90 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c812e7d..792363b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,9 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Sparkles, Users, Award, Briefcase, Star, Heart } from 'lucide-react'; +import { Sparkles, Users, Award, Briefcase, Star, Heart, Zap, DollarSign, Mail } from 'lucide-react'; export default function HomePage() { return ( @@ -27,14 +30,13 @@ export default function HomePage() { brandName="Love Code" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Courses", id: "/courses" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" } + { name: "About", id: "about" }, + { name: "Features", id: "features" }, + { name: "Pricing", id: "pricing" }, + { name: "Contact", id: "contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "#contact" }} /> @@ -46,8 +48,8 @@ export default function HomePage() { tag="Start Learning Today" tagIcon={Sparkles} buttons={[ - { text: "Explore Courses", href: "/courses" }, - { text: "Book Free Trial", href: "/contact" } + { text: "Explore Courses", href: "#features" }, + { text: "Book Free Trial", href: "#contact" } ]} carouselItems={[ { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-man-typing-laptop_23-2149328253.jpg", imageAlt: "Student coding on laptop" }, @@ -71,7 +73,66 @@ export default function HomePage() { { icon: Briefcase, label: "Job Placements", value: "1,200+" }, { icon: Star, label: "Expert Instructors", value: "50+" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" + /> + + +
+ +
+ +
+
@@ -85,7 +146,9 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", role: "Frontend Developer", company: "Tech Startup Inc.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Full Stack Engineer", company: "Digital Solutions Co.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", role: "App Developer", company: "Mobile First Labs", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg", imageAlt: "Emma Rodriguez" }, - { id: "4", name: "David Kim", role: "Python Developer", company: "Cloud Services Ltd.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "David Kim" } + { id: "4", name: "David Kim", role: "Python Developer", company: "Cloud Services Ltd.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "David Kim" }, + { id: "5", name: "Lisa Thompson", role: "Game Developer", company: "Creative Games Studio", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/student-posing-group-study-session-with-colleagues_23-2149211075.jpg", imageAlt: "Lisa Thompson" }, + { id: "6", name: "James Wilson", role: "Senior Developer", company: "Enterprise Systems", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "James Wilson" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -94,6 +157,22 @@ export default function HomePage() { /> +
+ +
+ );