diff --git a/src/app/page.tsx b/src/app/page.tsx index 007bd4f..cc74ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function LandingPage() { return ( @@ -30,29 +31,17 @@ export default function LandingPage() { @@ -114,17 +86,11 @@ export default function LandingPage() { description="GreenScape is dedicated to creating breathtaking landscapes that blend aesthetics with functionality. With years of experience, our passionate team delivers innovative designs, meticulous care, and exceptional results. We pride ourselves on sustainable practices and client satisfaction, transforming ordinary spaces into extraordinary outdoor sanctuaries." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "200+", - title: "Projects Completed", - }, + value: "200+", title: "Projects Completed"}, { - value: "98%", - title: "Client Satisfaction", - }, + value: "98%", title: "Client Satisfaction"}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-people-taking-coffee-break_329181-16507.jpg" imageAlt="Landscaping team collaborating on a project" @@ -134,41 +100,29 @@ export default function LandingPage() {
-
@@ -180,21 +134,13 @@ export default function LandingPage() { author="Jessica L., Homeowner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", - alt: "Jessica L.", - }, + src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Jessica L."}, { - src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", - alt: "Michael P.", - }, + src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Michael P."}, { - src: "http://img.b2bpic.net/free-photo/stylish-pretty-gilr-with-freckles-blonde-loose-hair-looking-camera-with-joyful-happy-facial-expression-attractive-young-woman-natural-beauty-posing-isolated-blank-copy-space-studio-wall_343059-4198.jpg", - alt: "Sarah T.", - }, + src: "http://img.b2bpic.net/free-photo/stylish-pretty-gilr-with-freckles-blonde-loose-hair-looking-camera-with-joyful-happy-facial-expression-attractive-young-woman-natural-beauty-posing-isolated-blank-copy-space-studio-wall_343059-4198.jpg", alt: "Sarah T."}, { - src: "http://img.b2bpic.net/free-photo/vertical-image-smiling-african-man-holding-arms-pockets-looking_171337-9798.jpg", - alt: "David K.", - }, + src: "http://img.b2bpic.net/free-photo/vertical-image-smiling-african-man-holding-arms-pockets-looking_171337-9798.jpg", alt: "David K."}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -206,14 +152,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - "http://img.b2bpic.net/free-vector/real-estate-logo_126523-717.jpg", - "http://img.b2bpic.net/free-vector/template-polygonal-abstract-business-card_23-2148314995.jpg", - "http://img.b2bpic.net/free-vector/elegant-real-estate-logo-design_197582-57.jpg", - "http://img.b2bpic.net/free-vector/great-pack-eight-neon-lights-signals_23-2147605864.jpg", - "http://img.b2bpic.net/free-vector/circular-logo-made-with-hearts_1025-640.jpg", - "http://img.b2bpic.net/free-vector/labor-day-labels-collection_23-2149026949.jpg", - "http://img.b2bpic.net/free-vector/production-vertical-banners-with-factory-wrench-hammer-industrial-equipment-machines-engineer_1284-47380.jpg", - ]} + "http://img.b2bpic.net/free-vector/real-estate-logo_126523-717.jpg", "http://img.b2bpic.net/free-vector/template-polygonal-abstract-business-card_23-2148314995.jpg", "http://img.b2bpic.net/free-vector/elegant-real-estate-logo-design_197582-57.jpg", "http://img.b2bpic.net/free-vector/great-pack-eight-neon-lights-signals_23-2147605864.jpg", "http://img.b2bpic.net/free-vector/circular-logo-made-with-hearts_1025-640.jpg", "http://img.b2bpic.net/free-vector/labor-day-labels-collection_23-2149026949.jpg", "http://img.b2bpic.net/free-vector/production-vertical-banners-with-factory-wrench-hammer-industrial-equipment-machines-engineer_1284-47380.jpg"]} title="Trusted by Leading Homeowners & Businesses" description="We've had the privilege of working with a diverse range of clients, building lasting relationships based on quality and trust." names={[]} @@ -228,27 +167,16 @@ export default function LandingPage() { description="Ready to transform your outdoor space? Contact us today for a free consultation and discover the GreenScape difference." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - }, + name: "phone", type: "tel", placeholder: "Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project...", - rows: 4, + name: "message", placeholder: "Tell us about your project...", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_74190-3467.jpg" imageAlt="Beautiful lush garden with pathway" @@ -262,54 +190,33 @@ export default function LandingPage() {