Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-05-12 16:52:41 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Início", id: "hero" },
{ name: "Serviços", id: "features" },
{ name: "Vantagens", id: "features" },
{ name: "Soluções", id: "products" },
{ name: "FAQ", id: "faq" },
{ name: "Contacto", id: "contact" },
@@ -67,6 +67,7 @@ export default function LandingPage() {
imageAlt="Engenheiro especializado a trabalhar no local"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
metricValueClassName="text-white opacity-100 font-bold"
/>
</div>
@@ -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"
/>
</div>
@@ -183,13 +185,13 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Empresa", items: [{ label: "Sobre Nós", href: "#" }, { label: "Carreiras", href: "#" }],
title: "Empresa", items: [{ label: "Sobre Nós", href: "#about" }, { label: "Carreiras", href: "#" }],
},
{
title: "Soluções", items: [{ label: "Residencial", href: "#" }, { label: "Comercial", href: "#" }],
title: "Soluções", items: [{ label: "Residencial", href: "#products" }, { label: "Comercial", href: "#products" }],
},
{
title: "Suporte", items: [{ label: "Contacto", href: "#contact" }, { label: "Centro de Ajuda", href: "#" }],
title: "Suporte", items: [{ label: "Contacto", href: "#contact" }, { label: "Centro de Ajuda", href: "#faq" }],
},
]}
bottomLeftText="© 2024 Suneffects Portugal. Todos os direitos reservados."