diff --git a/src/app/page.tsx b/src/app/page.tsx index 8894feb..c600fc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -13,7 +13,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Bell, Flag, ShoppingCart, Users, Crown, Shield, Link } from "lucide-react"; +import { Bell, Crown, Flag, GraduationCap, Link, Shield, ShoppingCart, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -33,15 +33,25 @@ export default function LandingPage() {
@@ -202,19 +275,66 @@ export default function LandingPage() {