Merge version_2 into main #2
@@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ShieldCheck, Wrench, DollarSign, Phone, Cpu, Wind, Thermometer, Tool } from "lucide-react";
|
||||
import { ShieldCheck, Wrench, Phone, Cpu, Wind, Thermometer, Wrench as ToolIcon } from "lucide-react";
|
||||
|
||||
export default function UABTermogamaLanding() {
|
||||
return (
|
||||
@@ -72,7 +72,7 @@ export default function UABTermogamaLanding() {
|
||||
{ title: "Šildymo sistemos", description: "Šilumos siurblių ir katilinių montavimas.", buttonIcon: Thermometer },
|
||||
{ title: "Vėdinimo sistemos", description: "Rekuperacijos sistemos namams ir biurams.", buttonIcon: Wind },
|
||||
{ title: "Kondicionavimas", description: "Efektyvūs oro kondicionieriai ir jų priežiūra.", buttonIcon: Cpu },
|
||||
{ title: "Aptarnavimas", description: "Reguliari techninė priežiūra ir remontas.", buttonIcon: Tool }
|
||||
{ title: "Aptarnavimas", description: "Reguliari techninė priežiūra ir remontas.", buttonIcon: ToolIcon }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -88,6 +88,9 @@ export default function UABTermogamaLanding() {
|
||||
{ icon: Wrench, title: "Projektavimas ir sąmata", description: "Parengiame optimalų techninį projektą." },
|
||||
{ icon: ShieldCheck, title: "Montavimas", description: "Kokybiškai sumontuojame įrangą pagal standartus." }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,8 +109,10 @@ export default function UABTermogamaLanding() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Dažniausiai užduodami klausimai"
|
||||
description="Atsakymai į svarbiausius jūsų klausimus."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Ar dirbate visoje Lietuvoje?", content: "Taip, teikiame paslaugas visoje Lietuvoje." },
|
||||
{ id: "2", title: "Kiek laiko trunka montavimas?", content: "Priklauso nuo objekto sudėtingumo, dažniausiai 1-3 dienos." }
|
||||
@@ -121,7 +126,8 @@ export default function UABTermogamaLanding() {
|
||||
title="Reikalinga konsultacija?"
|
||||
description="Susisiekite su mumis dėl jūsų projekto – atsakysime per 24 valandas."
|
||||
imageSrc="https://images.unsplash.com/photo-1521737711867-e3b97375f902?q=80&w=1200"
|
||||
buttonText="Siųsti užklausą"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,7 +136,7 @@ export default function UABTermogamaLanding() {
|
||||
logoText="UAB Termogama"
|
||||
columns={[
|
||||
{ title: "Paslaugos", items: [{ label: "Šildymas", href: "#services" }, { label: "Vėdinimas", href: "#services" }] },
|
||||
{ title: "Kontaktai", items: [{ label: "info@termogama.lt", href: "mailto:info@termogama.lt" }, { label: "Vilnius, Lietuva" }] }
|
||||
{ title: "Kontaktai", items: [{ label: "info@termogama.lt", href: "mailto:info@termogama.lt" }, { label: "Vilnius, Lietuva", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2026 UAB Termogama"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user