diff --git a/src/app/page.tsx b/src/app/page.tsx
index 156adee..4d6a111 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,9 +8,10 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
+import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import Link from 'next/link';
-import { Shield, CheckCircle, Quote, MapPin } from 'lucide-react';
+import { Shield, CheckCircle, MapPin } from 'lucide-react';
const navItems = [
{ name: "Services", id: "services" },
@@ -55,7 +56,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="small"
sizing="medium"
- background="noiseDiagonalGradient"
+ background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -72,7 +73,7 @@ export default function HomePage() {