From ec3ccb4463cc5f9f2aa6fbf56870a6d42cdbba5d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:56:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 69 deletions(-) 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() { @@ -179,7 +149,7 @@ export default function HomePage() { description="Premium automotive expertise" subdescription="Trusted by Pune residents since 2010" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" imageAlt="Our Workshop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -190,40 +160,20 @@ export default function HomePage() { +
+ +
+ -- 2.49.1