From 86c91e2d49c41c7d7991a83d766af7fd5ad801fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:31:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a152c5..0407200 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { MapPin, Phone, Star } from "lucide-react"; +import { MapPin, Phone, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -151,60 +97,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "John D.", - role: "Homeowner", - company: "Elmsford", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg", - }, - { - id: "t2", - name: "Maria S.", - role: "Homeowner", - company: "Westchester", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", - }, - { - id: "t3", - name: "David W.", - role: "Homeowner", - company: "Elmsford", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg", - }, - { - id: "t4", - name: "Sarah L.", - role: "Homeowner", - company: "Yonkers", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", - }, - { - id: "t5", - name: "Mike R.", - role: "Homeowner", - company: "Westchester", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg", - }, + { id: "t1", name: "John D.", role: "Homeowner", company: "Elmsford", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg" }, + { id: "t2", name: "Maria S.", role: "Homeowner", company: "Westchester", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg" }, + { id: "t3", name: "David W.", role: "Homeowner", company: "Elmsford", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg" }, + { id: "t4", name: "Sarah L.", role: "Homeowner", company: "Yonkers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" }, + { id: "t5", name: "Mike R.", role: "Homeowner", company: "Westchester", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg" }, ]} kpiItems={[ - { - value: "100%", - label: "Satisfaction", - }, - { - value: "500+", - label: "Projects Done", - }, - { - value: "15+", - label: "Years Exp", - }, + { value: "100%", label: "Satisfaction" }, + { value: "500+", label: "Projects Done" }, + { value: "15+", label: "Years Exp" }, ]} title="Client Feedback" description="What our customers are saying about our masonry & paving." @@ -216,14 +118,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Westchester Business Bureau", - "NY Contractors Union", - "Local Home Pros", - "Paving Safety Alliance", - "Masonry Guild USA", - "Elmsford Chamber", - "Better Business Bureau", - ]} + "Westchester Business Bureau", "NY Contractors Union", "Local Home Pros", "Paving Safety Alliance", "Masonry Guild USA", "Elmsford Chamber", "Better Business Bureau"]} title="Our Associations & Partners" description="Committed to local industry standards." /> @@ -232,9 +127,7 @@ export default function LandingPage() {