From 7e61d74f26bd9bf95e8250e18e584ff9188ba3ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:25:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48ad5bb..3b9f8a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function SeguiBrothersPage() { tag="About Us" title="Craftsmanship You Can Trust" description="Segui Brothers Glass has been serving the community for over two decades. We specialize in high-quality glass installation, repair, and replacement for residential and commercial properties. Our commitment to excellence and customer satisfaction sets us apart." - imageSrc="http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg?_wi=1" imageAlt="Professional glass installation team" useInvertedBackground={false} buttons={[ @@ -106,7 +106,7 @@ export default function SeguiBrothersPage() { features={[ { id: 1, - title: "Residential Windows & Doors", description: "Expert installation and repair of residential windows, doors, and glass panels. Energy-efficient options available.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg", imageAlt: "Residential window installation" + title: "Residential Windows & Doors", description: "Expert installation and repair of residential windows, doors, and glass panels. Energy-efficient options available.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg?_wi=2", imageAlt: "Residential window installation" }, { id: 2, @@ -152,16 +152,16 @@ export default function SeguiBrothersPage() { description="Real feedback from satisfied clients who trusted us with their glass needs." testimonials={[ { - id: "1", title: "Outstanding Quality and Service", quote: "Segui Brothers Glass transformed our home with new windows. The installation was clean, professional, and completed on time. Highly recommended!", name: "John Martinez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" + id: "1", title: "Outstanding Quality and Service", quote: "Segui Brothers Glass transformed our home with new windows. The installation was clean, professional, and completed on time. Highly recommended!", name: "John Martinez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez" }, { - id: "2", title: "Professional and Reliable", quote: "We've used Segui Brothers for our commercial storefronts. Their attention to detail and commitment to deadlines is exceptional. Great team!", name: "Sarah Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + id: "2", title: "Professional and Reliable", quote: "We've used Segui Brothers for our commercial storefronts. Their attention to detail and commitment to deadlines is exceptional. Great team!", name: "Sarah Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen" }, { - id: "3", title: "Exceeded Expectations", quote: "The custom shower enclosure is absolutely stunning. The craftsmanship and finish quality exceeded our expectations. Thank you!", name: "Michelle Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michelle Rodriguez" + id: "3", title: "Exceeded Expectations", quote: "The custom shower enclosure is absolutely stunning. The craftsmanship and finish quality exceeded our expectations. Thank you!", name: "Michelle Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michelle Rodriguez" }, { - id: "4", title: "Best in the Business", quote: "Fast, efficient, and professional. Segui Brothers Glass is the best option for any glass work. They stand behind their work 100%.", name: "David Thompson", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" + id: "4", title: "Best in the Business", quote: "Fast, efficient, and professional. Segui Brothers Glass is the best option for any glass work. They stand behind their work 100%.", name: "David Thompson", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson" } ]} textboxLayout="default" -- 2.49.1