From 3b0db37cd04b07ba1439e6907d3e8dfab32e8254 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:34:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 91 ++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9985ca..68be285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -34,9 +34,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Schedule Your Fence Estimate", - href: "#contact", - }} + text: "Schedule Your Fence Estimate", href: "#contact"}} animateOnLoad={true} navItemClassName="text-white hover:text-yellow-500 transition-colors" buttonClassName="bg-yellow-600 hover:bg-yellow-700 text-black font-bold px-6 py-2 rounded-full" @@ -59,26 +57,14 @@ export default function HomePage() { buttonAnimation="slide-up" testimonials={[ { - name: "Jennifer Martinez", - handle: "Jacksonville Homeowner", - testimonial: "Fortera made the entire process seamless. Professional, courteous, and the fence looks incredible. Best contractor experience we've had.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15643.jpg?_wi=1", - }, + name: "Jennifer Martinez", handle: "Jacksonville Homeowner", testimonial: "Fortera made the entire process seamless. Professional, courteous, and the fence looks incredible. Best contractor experience we've had.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15643.jpg"}, { - name: "David Thompson", - handle: "St. Johns Property Developer", - testimonial: "We've worked with many contractors. Fortera's attention to detail and customer focus is unmatched. Highly recommend them for any fencing project.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg?_wi=1", - }, + name: "David Thompson", handle: "St. Johns Property Developer", testimonial: "We've worked with many contractors. Fortera's attention to detail and customer focus is unmatched. Highly recommend them for any fencing project.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg"}, { - name: "Sarah Wilson", - handle: "Ponte Vedra Homeowner", - testimonial: "From estimate to installation, everything was transparent and professional. Our new fence exceeded expectations. Outstanding work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-business-people-having-meeting-modern-office_637285-199.jpg?_wi=1", - }, + name: "Sarah Wilson", handle: "Ponte Vedra Homeowner", testimonial: "From estimate to installation, everything was transparent and professional. Our new fence exceeded expectations. Outstanding work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-business-people-having-meeting-modern-office_637285-199.jpg"}, ]} testimonialRotationInterval={5000} /> @@ -111,30 +97,15 @@ export default function HomePage() { useInvertedBackground={true} features={[ { - title: "Wood Fencing", - description: "Classic, elegant, and customizable wood fencing solutions for any aesthetic preference.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-garden-fence-with-holding-travelling-suitcase-bag-outdoors_23-2148221980.jpg", - }, + title: "Wood Fencing", description: "Classic, elegant, and customizable wood fencing solutions for any aesthetic preference.", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-garden-fence-with-holding-travelling-suitcase-bag-outdoors_23-2148221980.jpg"}, { - title: "Vinyl Fencing", - description: "Low-maintenance, durable vinyl fencing with superior longevity and appearance retention.", - imageSrc: "http://img.b2bpic.net/free-photo/pink-razors-lying-line_23-2147711653.jpg", - }, + title: "Vinyl Fencing", description: "Low-maintenance, durable vinyl fencing with superior longevity and appearance retention.", imageSrc: "http://img.b2bpic.net/free-photo/pink-razors-lying-line_23-2147711653.jpg"}, { - title: "Aluminum Fencing", - description: "Modern, lightweight aluminum fencing ideal for decorative and security applications.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-brown-wall-plants_23-2149360618.jpg", - }, + title: "Aluminum Fencing", description: "Modern, lightweight aluminum fencing ideal for decorative and security applications.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-brown-wall-plants_23-2149360618.jpg"}, { - title: "Chain Link Fencing", - description: "Reliable, cost-effective chain link fencing perfect for utility and security needs.", - imageSrc: "http://img.b2bpic.net/free-photo/boxes-with-flowers-preparing-plants-planting-planting-spring-primrose-flowers-park-hello-spring-gardening-spring_166373-3537.jpg", - }, + title: "Chain Link Fencing", description: "Reliable, cost-effective chain link fencing perfect for utility and security needs.", imageSrc: "http://img.b2bpic.net/free-photo/boxes-with-flowers-preparing-plants-planting-planting-spring-primrose-flowers-park-hello-spring-gardening-spring_166373-3537.jpg"}, { - title: "Agricultural Fencing", - description: "Heavy-duty agricultural fencing designed for farms, ranches, and rural properties.", - imageSrc: "http://img.b2bpic.net/free-photo/horse-walking_72229-36.jpg", - }, + title: "Agricultural Fencing", description: "Heavy-duty agricultural fencing designed for farms, ranches, and rural properties.", imageSrc: "http://img.b2bpic.net/free-photo/horse-walking_72229-36.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -145,10 +116,7 @@ export default function HomePage() {