From 84e69257a0c594aecea8c6e8b41d0fbd82945b7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:52:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04d7392..bc2544a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { @@ -102,12 +103,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", brand: "Suneffects", name: "Elite Panel Pro", price: "€599", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg" }, - { id: "2", brand: "Suneffects", name: "Residential Starter", price: "€2499", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg" }, - { id: "3", brand: "Suneffects", name: "Smart Inverter", price: "€899", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205413.jpg" }, - { id: "4", brand: "Suneffects", name: "Roof Mounting Set", price: "€199", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-62.jpg" }, - { id: "5", brand: "Suneffects", name: "Thermal Collector", price: "€450", rating: 4, reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg" }, - { id: "6", brand: "Suneffects", name: "Power Grid Monitor", price: "€129", rating: 5, reviewCount: "91", imageSrc: "http://img.b2bpic.net/free-photo/factory-shareholders-chat-about-company-growth-looking-green-screen-monitor_482257-120046.jpg" }, + { id: "1", brand: "Suneffects", name: "Painel Elite Pro", price: "€599", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-panel_181624-10475.jpg" }, + { id: "2", brand: "Suneffects", name: "Kit Residencial", price: "€2499", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-buildings_1359-1056.jpg" }, + { id: "3", brand: "Suneffects", name: "Inversor Inteligente", price: "€899", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205413.jpg" }, + { id: "4", brand: "Suneffects", name: "Suporte de Telhado", price: "€199", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-62.jpg" }, + { id: "5", brand: "Suneffects", name: "Coletor Térmico", price: "€450", rating: 4, reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg" }, + { id: "6", brand: "Suneffects", name: "Monitor de Rede", price: "€129", rating: 5, reviewCount: "91", imageSrc: "http://img.b2bpic.net/free-photo/factory-shareholders-chat-about-company-growth-looking-green-screen-monitor_482257-120046.jpg" }, ]} title="As Nossas Soluções Solares" description="Sistemas de alta eficiência tanto para necessidades comerciais como residenciais." @@ -127,6 +128,7 @@ export default function LandingPage() { ]} title="O Nosso Impacto" description="Resultados mensuráveis que impulsionam um futuro mais limpo." + valueClassName="text-black opacity-100 font-extrabold" /> @@ -183,13 +185,13 @@ export default function LandingPage() {