diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c4190e..3f1029f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Phone, CheckCircle, MapPin, ShieldCheck, Zap } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Phone, CheckCircle, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -23,7 +23,7 @@ export default function LandingPage() { cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" - headingFontWeight="light" + headingFontWeight="semibold" >
-
-