From 7d49015ba2b7566ef1b421b91b203a5d59b98592 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 15:02:59 +0000 Subject: [PATCH] Switch to version 7: modified src/app/page.tsx --- src/app/page.tsx | 232 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 176 insertions(+), 56 deletions(-) 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() {