From 17d2abd4de6c266bd1a0cf9500f476fff4aecbdb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afca4c4..882730e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,6 +159,9 @@ export default function LandingPage() { tag="Premium Partners" textboxLayout="default" useInvertedBackground={false} + names={[ + "Dimplex", "Valor", "IronStrike", "Astria", "Majestic", "Blaze King", "Regency", "Montigo", "Hamptons", "Pacific Energy" + ]} logos={[ "http://img.b2bpic.net/free-psd/flat-design-fire-place-template_23-2150042650.jpg", "http://img.b2bpic.net/free-vector/flat-design-delta-logo-design-template_23-2149503679.jpg", "http://img.b2bpic.net/free-vector/logotype-badges-with-capital-letters_250435-109.jpg", "http://img.b2bpic.net/free-vector/flat-design-delta-logo-design-template_23-2149503679.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947500.jpg", "http://img.b2bpic.net/free-vector/golden-elegant-corporative-logo-template_23-2148214324.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-glamping-logo_23-2149380681.jpg", "http://img.b2bpic.net/free-vector/flat-design-delta-logo-design-template_23-2149503679.jpg", "http://img.b2bpic.net/free-vector/flat-design-delta-logo-design-template_23-2149503679.jpg", "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149217830.jpg" ]} @@ -177,16 +180,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Personalized Expert Service", quote: "Recently had a great experience with Rob's. If you're looking for a super knowledgeable expert for your next fireplace purchase, Rob is the one. I love dealing with small business owners who genuinely care about getting you the right product.", name: "John S.", role: "Homeowner, Renton", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "John S., satisfied customer" + id: "1", title: "Personalized Expert Service", quote: "Recently had a great experience with Rob's. If you're looking for a super knowledgeable expert for your next fireplace purchase, Rob is the one. I love dealing with small business owners who genuinely care about getting you the right product.", name: "John S.", role: "Homeowner, Renton", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "John S., satisfied customer" }, { - id: "2", title: "Professional Installation Experience", quote: "The team at Rob's made the entire process seamless—from consultation to installation. They answered every question and made sure our new gas fireplace was perfect. Highly recommend to anyone in the area.", name: "Sarah M.", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Sarah M., satisfied customer" + id: "2", title: "Professional Installation Experience", quote: "The team at Rob's made the entire process seamless—from consultation to installation. They answered every question and made sure our new gas fireplace was perfect. Highly recommend to anyone in the area.", name: "Sarah M.", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah M., satisfied customer" }, { - id: "3", title: "Honest and Fair Pricing", quote: "No upselling, no pressure—just honest advice and fair prices. That's rare these days. Rob's gave us a free estimate and didn't try to talk us into extras we didn't need. That's the kind of business I want to support.", name: "Michael T.", role: "Homeowner, Bellevue", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "Michael T., satisfied customer" + id: "3", title: "Honest and Fair Pricing", quote: "No upselling, no pressure—just honest advice and fair prices. That's rare these days. Rob's gave us a free estimate and didn't try to talk us into extras we didn't need. That's the kind of business I want to support.", name: "Michael T.", role: "Homeowner, Bellevue", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael T., satisfied customer" }, { - id: "4", title: "Quick Repair Service", quote: "Our fireplace stopped working in the middle of winter. Rob's got us in quickly, diagnosed the problem fast, and had us back in business the same day. Professional, friendly, and they really care about their customers.", name: "Emily R.", role: "Homeowner, Tacoma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Emily R., satisfied customer" + id: "4", title: "Quick Repair Service", quote: "Our fireplace stopped working in the middle of winter. Rob's got us in quickly, diagnosed the problem fast, and had us back in business the same day. Professional, friendly, and they really care about their customers.", name: "Emily R.", role: "Homeowner, Tacoma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emily R., satisfied customer" } ]} ariaLabel="Customer testimonials section" -- 2.49.1