Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f79a1efd9 | |||
| 4bcda31dfb | |||
| 5af62d692f | |||
|
|
9da70de4af | ||
| bb010afe19 | |||
| 5471a231b6 | |||
| 0d3c5cc1f2 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
@@ -54,7 +53,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -71,6 +71,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Trusted by 5000+ students"
|
||||
title="Unlock Your Tech Potential: Master In-Demand IT Skills"
|
||||
description="Join IT Academy and transform your career with expert-led courses, hands-on projects, and a vibrant community. Your future in technology starts here."
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user