From ce4bf7168acb380f3da8005106ccbac6b8bc5bec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:34:39 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 56 +++++++++------------------------------- 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6d15f51..1188596 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,7 +16,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -31,9 +31,7 @@ export default function ContactPage() { { 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" @@ -45,7 +43,7 @@ export default function ContactPage() { tag="Get Started" title="Ready to Transform Your Property?" description="Schedule your free on-site fence estimate today and discover how Fortera Fencing can enhance your home or business." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={true} buttonText="Schedule Estimate" inputPlaceholder="Enter your email address" @@ -61,29 +59,11 @@ export default function ContactPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Professional Excellence From Day One", - quote: "Fortera exceeded our expectations at every step. The team was punctual, professional, and took pride in their work. Our fence looks incredible and has completely transformed our backyard. We couldn't be happier.", - name: "Jennifer Martinez", - role: "Homeowner, Jacksonville", - imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15643.jpg?_wi=3", - }, + id: "1", title: "Professional Excellence From Day One", quote: "Fortera exceeded our expectations at every step. The team was punctual, professional, and took pride in their work. Our fence looks incredible and has completely transformed our backyard. We couldn't be happier.", name: "Jennifer Martinez", role: "Homeowner, Jacksonville", imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15643.jpg"}, { - id: "2", - title: "A Contractor Who Actually Cares", - quote: "After dealing with contractors for years, Fortera is refreshingly different. They communicated clearly, stayed on schedule, and treated our property with respect. The quality of work is outstanding. Highly recommend.", - name: "David Thompson", - role: "Property Developer, St. Johns", - imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg?_wi=2", - }, + id: "2", title: "A Contractor Who Actually Cares", quote: "After dealing with contractors for years, Fortera is refreshingly different. They communicated clearly, stayed on schedule, and treated our property with respect. The quality of work is outstanding. Highly recommend.", name: "David Thompson", role: "Property Developer, St. Johns", imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.jpg"}, { - id: "3", - title: "Transparency & Quality You Can Trust", - quote: "From the initial estimate to the final walkthrough, everything was transparent and professional. Our new fence has transformed our property and exceeds the quality we were promised. Outstanding company.", - name: "Sarah Wilson", - role: "Homeowner, Ponte Vedra", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-business-people-having-meeting-modern-office_637285-199.jpg?_wi=2", - }, + id: "3", title: "Transparency & Quality You Can Trust", quote: "From the initial estimate to the final walkthrough, everything was transparent and professional. Our new fence has transformed our property and exceeds the quality we were promised. Outstanding company.", name: "Sarah Wilson", role: "Homeowner, Ponte Vedra", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-business-people-having-meeting-modern-office_637285-199.jpg"}, ]} /> @@ -96,20 +76,11 @@ export default function ContactPage() { useInvertedBackground={true} features={[ { - title: "Phone", - description: "Call us at 866-FENCING (866-336-2464) to speak directly with our team.", - imageSrc: "http://img.b2bpic.net/free-photo/glad-black-woman-with-afro-haircut-talks-via-cell-phone-while-reviews-documents_273609-44243.jpg?_wi=2", - }, + title: "Phone", description: "Call us at 866-FENCING (866-336-2464) to speak directly with our team.", imageSrc: "http://img.b2bpic.net/free-photo/glad-black-woman-with-afro-haircut-talks-via-cell-phone-while-reviews-documents_273609-44243.jpg"}, { - title: "Email", - description: "Send us your project details at info@forterafencing.com for a detailed response.", - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg?_wi=2", - }, + title: "Email", description: "Send us your project details at info@forterafencing.com for a detailed response.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg"}, { - title: "Visit Us", - description: "Stop by our office at 13725 Beach Boulevard, Suite 3, Jacksonville, FL 32224.", - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431544.jpg?_wi=2", - }, + title: "Visit Us", description: "Stop by our office at 13725 Beach Boulevard, Suite 3, Jacksonville, FL 32224.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431544.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -122,8 +93,7 @@ export default function ContactPage() { copyrightText="© 2025 Fortera Fencing. All rights reserved." columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/" }, @@ -131,8 +101,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Wood Fencing", href: "/" }, { label: "Vinyl Fencing", href: "/" }, { label: "Aluminum Fencing", href: "/" }, @@ -140,8 +109,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call 866-FENCING", href: "tel:866-336-2464" }, { label: "Email: info@forterafencing.com", href: "mailto:info@forterafencing.com" }, { label: "13725 Beach Boulevard, Suite 3", href: "#" }, -- 2.49.1 From 3b0db37cd04b07ba1439e6907d3e8dfab32e8254 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:34:39 +0000 Subject: [PATCH 2/2] 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() {