Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee03654236 | |||
| fd87b476a3 | |||
| dd03831ef0 |
@@ -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/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" },
|
||||
{ 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" },
|
||||
]}
|
||||
avatarText="Más de 500+ residentes satisfechos en la costa"
|
||||
marqueeItems={[
|
||||
@@ -87,24 +87,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<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." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<LegalSection layout="page" title="Términos de Servicio" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -113,16 +96,14 @@ export default function LandingPage() {
|
||||
logoText="Alonso Technical Service"
|
||||
columns={[
|
||||
{
|
||||
title: "Our Services", items: [
|
||||
{ label: "Brevard County Support", href: "/brevard-county" },
|
||||
{ label: "Volusia County Support", href: "/volusia-county" },
|
||||
title: "Servicios", items: [
|
||||
{ label: "Brevard County", href: "/brevard-county" },
|
||||
{ label: "Volusia County", href: "/volusia-county" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Get in Touch", href: "/contact" },
|
||||
{ label: "Service FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#legal" },
|
||||
title: "Empresa", items: [
|
||||
{ label: "Contacto", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user