From 0c3888975a8859fc3251d9ebda96d1c77e5c79cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:33:38 +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 97d1c1f..9236d8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,15 +135,15 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Longi N-type Bifacial Panels", price: "High Efficiency", variant: "535W-545W Premium Technology", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg"}, + id: "1", name: "Longi N-type Bifacial Panels", price: "High Efficiency", variant: "535W-545W Premium Technology", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg?_wi=1"}, { id: "2", name: "Jinko Solar Panels", price: "Reliable Performance", variant: "510W-530W Quality Assured", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-roof-solar-cell_335224-1312.jpg"}, { - id: "3", name: "Trina Solar Panels", price: "Cost Effective", variant: "500W-520W Proven Track Record", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg"}, + id: "3", name: "Trina Solar Panels", price: "Cost Effective", variant: "500W-520W Proven Track Record", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg?_wi=2"}, { - id: "4", name: "Canadian Solar N-type", price: "Premium Choice", variant: "540W Advanced Technology", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg"}, + id: "4", name: "Canadian Solar N-type", price: "Premium Choice", variant: "540W Advanced Technology", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg?_wi=1"}, { - id: "5", name: "Growatt Inverters", price: "Industry Standard", variant: "3KW-50KW Reliable Conversion", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg"}, + id: "5", name: "Growatt Inverters", price: "Industry Standard", variant: "3KW-50KW Reliable Conversion", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg?_wi=2"}, { id: "6", name: "GoodWe & Huawei Inverters", price: "Smart Solutions", variant: "Multiple Capacities Advanced Monitoring", imageSrc: "http://img.b2bpic.net/free-photo/solar-photovoltaic-panels-station-checks-with-tablet-computer_1150-18191.jpg"}, ]} @@ -210,7 +210,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Energy Independence Achieved", quote: "Amir Power Solution installed a 12KW system at my home. The installation was seamless, and I've cut my electricity bills by 80%. Highly recommended!", name: "Ahmed Hassan", role: "Homeowner, DHA Lahore", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + id: "1", title: "Energy Independence Achieved", quote: "Amir Power Solution installed a 12KW system at my home. The installation was seamless, and I've cut my electricity bills by 80%. Highly recommended!", name: "Ahmed Hassan", role: "Homeowner, DHA Lahore", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1"}, { id: "2", title: "Professional & Reliable Service", quote: "The team's professionalism and attention to detail were outstanding. They explained everything clearly and delivered exactly what was promised. Five stars!", name: "Fatima Khan", role: "Business Owner, Allama Iqbal Town", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, { @@ -220,7 +220,7 @@ export default function LandingPage() { { id: "5", title: "Genuine Quality & Support", quote: "They use genuine Canadian and Longi panels, not knockoffs. The 25-year warranty gives me complete peace of mind. Outstanding company!", name: "Sohail Ahmad", role: "Residential Customer", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"}, { - id: "6", title: "Life-Changing Solar Solution", quote: "My home is now completely self-sufficient. The team's expertise and genuine care for customer satisfaction is evident in every interaction.", name: "Hira Javed", role: "Homeowner, Lahore", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + id: "6", title: "Life-Changing Solar Solution", quote: "My home is now completely self-sufficient. The team's expertise and genuine care for customer satisfaction is evident in every interaction.", name: "Hira Javed", role: "Homeowner, Lahore", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2"}, ]} /> -- 2.49.1