Update src/app/page.tsx

This commit is contained in:
2025-12-26 10:01:24 +00:00
parent b840c35fd8
commit f3fd628e5d

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage';
@@ -8,7 +8,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Award } from "lucide-react"; import { Sparkles, Award, Linkedin } from "lucide-react";
export default function ITSchoolPage() { export default function ITSchoolPage() {
return ( return (
@@ -32,7 +32,8 @@ export default function ITSchoolPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Courses", id: "courses" }, { name: "Courses", id: "courses" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
{ name: "LinkedIn", id: "linkedin", icon: Linkedin, href: "https://www.linkedin.com/company/bimbim-v-pope-dum/" }
]} ]}
button={{ button={{
text: "Get Started", text: "Get Started",