From ca2fe88c022db1e2e3af84121cc362428c85486f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 06:29:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f3ce99..70fb717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Expert Roofing & Financial Planning" description="Premium roofing repair combined with expert financial consulting to secure your home and your future." buttons={[{ text: "Get a Quote", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg?_wi=1" imageAlt="Professional roof repair services" /> @@ -83,9 +83,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "Project Financing", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg" }, - { id: "p2", name: "Asset Audit", price: "Contact", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-blank-screen-digital-tablet-laptop-wooden-desk-office_1150-1473.jpg" }, - { id: "p3", name: "Home Investment", price: "Consult", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-with-wooden-blocks-with-words_176474-10433.jpg" }, + { id: "p1", name: "Project Financing", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=1" }, + { id: "p2", name: "Asset Audit", price: "Contact", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-blank-screen-digital-tablet-laptop-wooden-desk-office_1150-1473.jpg?_wi=1" }, + { id: "p3", name: "Home Investment", price: "Consult", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-with-wooden-blocks-with-words_176474-10433.jpg?_wi=1" }, { id: "p4", name: "Tax Planning", price: "Hourly", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-578.jpg" }, { id: "p5", name: "Loan Advisory", price: "Fixed", imageSrc: "http://img.b2bpic.net/free-photo/negotiating-with-new-employee_1098-503.jpg" }, { id: "p6", name: "Risk Analysis", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-wooden-desk-table-with-laptop-pen-office_1423-201.jpg" }, @@ -102,10 +102,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent repair service and clear financial advice.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg" }, - { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Very professional approach to roofing projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg" }, - { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "The financing options made the repair manageable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg" }, - { id: "4", name: "David K.", handle: "@davidk", testimonial: "Great attention to detail in inspection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-blank-screen-digital-tablet-laptop-wooden-desk-office_1150-1473.jpg" }, - { id: "5", name: "Alex B.", handle: "@alexb", testimonial: "Top-tier roofers and financial advisors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-with-wooden-blocks-with-words_176474-10433.jpg" }, + { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Very professional approach to roofing projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg?_wi=2" }, + { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "The financing options made the repair manageable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=2" }, + { id: "4", name: "David K.", handle: "@davidk", testimonial: "Great attention to detail in inspection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-blank-screen-digital-tablet-laptop-wooden-desk-office_1150-1473.jpg?_wi=2" }, + { id: "5", name: "Alex B.", handle: "@alexb", testimonial: "Top-tier roofers and financial advisors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-with-wooden-blocks-with-words_176474-10433.jpg?_wi=2" }, ]} showRating={true} title="Trusted by Homeowners" -- 2.49.1