Merge version_1 into main #3
@@ -59,11 +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"},
|
||||
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=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: "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: "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"},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,11 +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"},
|
||||
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: "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: "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: "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"},
|
||||
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"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -58,13 +58,13 @@ export default function HomePage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proper-collaboration-two-carpenter-workers_329181-15643.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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9538.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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-business-people-having-meeting-modern-office_637285-199.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -131,11 +131,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Step 1: Schedule Your Estimate", description: "Contact us and book your free on-site consultation at a time that works best for you.", imageSrc: "http://img.b2bpic.net/free-photo/glad-black-woman-with-afro-haircut-talks-via-cell-phone-while-reviews-documents_273609-44243.jpg"},
|
||||
title: "Step 1: Schedule Your Estimate", description: "Contact us and book your free on-site consultation at a time that works best for you.", imageSrc: "http://img.b2bpic.net/free-photo/glad-black-woman-with-afro-haircut-talks-via-cell-phone-while-reviews-documents_273609-44243.jpg?_wi=1"},
|
||||
{
|
||||
title: "Step 2: On-Site Consultation & Proposal", description: "Our expert team assesses your property, discusses options, and provides a detailed transparent proposal.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg"},
|
||||
title: "Step 2: On-Site Consultation & Proposal", description: "Our expert team assesses your property, discusses options, and provides a detailed transparent proposal.", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg?_wi=1"},
|
||||
{
|
||||
title: "Step 3: Professional Installation", description: "Our skilled crews handle every aspect of installation with precision, cleanliness, and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431544.jpg"},
|
||||
title: "Step 3: Professional Installation", description: "Our skilled crews handle every aspect of installation with precision, cleanliness, and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431544.jpg?_wi=1"},
|
||||
{
|
||||
title: "Step 4: Final Walkthrough & Payment", description: "Comprehensive walkthrough to ensure your complete satisfaction before final payment.", imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-lush-forest-nature-around_1268-24536.jpg"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user