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