diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b9e072..f13cfc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,10 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Activity, Award, Feather, Heart, Paintbrush, ShieldCheck, Sparkles, Wrench, Quote } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -40,6 +39,8 @@ export default function LandingPage() { name: "Portfolio", id: "#products"}, { name: "Testimonials", id: "#testimonials"}, + { + name: "Socials", id: "#social-media"}, { name: "Quote", id: "#contact"}, ]} @@ -208,42 +209,29 @@ export default function LandingPage() { /> -