Update src/app/centrale-termice/page.tsx
This commit is contained in:
@@ -40,7 +40,8 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="ENA INSTAL"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ex8KOdTiKTo6wVU9IBbBzQFXCf/uploaded-1781109072417-wp3t2fav.jpg"
|
||||
logoAlt="ENA INSTAL Logo"
|
||||
button={{
|
||||
text: "Login Admin", href: "/admin"}}
|
||||
animateOnLoad={true}
|
||||
@@ -63,6 +64,7 @@ export default function LandingPage() {
|
||||
label: "Fiabilitate", value: "Maximă"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="Descoperă o gamă variată de centrale termice Ariston și Motan, concepute pentru a oferi performanță și economie. Consultă produsele noastre și cere o ofertă personalizată."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,12 +124,15 @@ export default function LandingPage() {
|
||||
}}
|
||||
buttonText="Trimite Cererea"
|
||||
onSubmit={(data) => console.log('Offer request form submitted:', { ...data, status: 'Nou', createdAt: new Date().toISOString() })}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg" imageAlt="Modern autonomous heating system in the boiler room"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg"
|
||||
imageAlt="Modern autonomous heating system in the boiler room"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ex8KOdTiKTo6wVU9IBbBzQFXCf/uploaded-1781109072417-wp3t2fav.jpg"
|
||||
logoAlt="ENA INSTAL Logo"
|
||||
logoText="ENA INSTAL"
|
||||
leftLink={{
|
||||
text: "Confidentialitate", href: "#"}}
|
||||
@@ -138,4 +143,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user