5 Commits

Author SHA1 Message Date
cdee0309ff Update src/app/page.tsx 2026-05-22 18:29:44 +00:00
589359295c Update src/app/page.tsx 2026-05-22 18:25:09 +00:00
fe8739dc0e Merge version_2 into main
Merge version_2 into main
2026-05-22 18:23:48 +00:00
c34c22c90f Merge version_2 into main
Merge version_2 into main
2026-05-22 18:23:24 +00:00
a375e203c0 Merge version_2 into main
Merge version_2 into main
2026-05-22 18:22:55 +00:00

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/beautiful-couple-look-ocean_72229-1111.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/sporty-girl-pier-doing-exercises-fitness_169016-3614.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/man-his-wife-are-looking-beautiful-landscapes-sky_8353-9394.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102454.jpg", alt: "Client 5" },
{ src: "http://img.b2bpic.net/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/lifestyle-businessman_23-2148102454.jpg", alt: "Client 5" },
]}
avatarText="Más de 500+ residentes satisfechos en la costa"
marqueeItems={[
@@ -87,7 +87,24 @@ export default function LandingPage() {
</div>
<div id="legal" data-section="legal">
<LegalSection layout="page" title="Términos de Servicio" sections={[]} />
<LegalSection
layout="page"
title="Terms and Conditions of Service"
sections={[
{
heading: "Scope of Services",
content: { type: "paragraph", text: "Alonso Technical Service provides specialized restoration, repair, and maintenance for high-impact glass sliding door systems. Our services include the replacement of rollers, track cleaning, and the application of marine-grade stainless steel components to ensure longevity against coastal environmental factors." }
},
{
heading: "Service Guarantees",
content: { type: "list", items: ["All hardware replacements utilize 316-grade stainless steel for corrosion resistance.", "Repair services include a comprehensive performance test for smoothness and security.", "Maintenance plans are subject to environmental conditions at the specific project site."] }
},
{
heading: "Limitation of Liability",
content: { type: "paragraph", text: "While we strive for excellence in engineering and installation, Alonso Technical Service is not responsible for structural damage to existing building frames that predate our intervention. Clients are encouraged to perform regular cleaning as per our post-service care guide to maintain the warranty status." }
}
]}
/>
</div>
<div id="footer" data-section="footer">
@@ -96,14 +113,16 @@ export default function LandingPage() {
logoText="Alonso Technical Service"
columns={[
{
title: "Servicios", items: [
{ label: "Brevard County", href: "/brevard-county" },
{ label: "Volusia County", href: "/volusia-county" },
title: "Our Services", items: [
{ label: "Brevard County Support", href: "/brevard-county" },
{ label: "Volusia County Support", href: "/volusia-county" },
],
},
{
title: "Empresa", items: [
{ label: "Contacto", href: "/contact" },
title: "Company", items: [
{ label: "Get in Touch", href: "/contact" },
{ label: "Service FAQ", href: "#faq" },
{ label: "Privacy Policy", href: "#legal" },
],
},
]}