Update src/app/traffic-accidents/page.tsx

This commit is contained in:
2026-05-07 14:50:55 +00:00
parent 81abcfaf41
commit 5884391b13

View File

@@ -2,10 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function TrafficAccidentsPage() {
return (
@@ -37,30 +35,9 @@ export default function TrafficAccidentsPage() {
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="Αποζημιώσεις Τροχαίων"
description={[
"Είμαστε εξειδικευμένοι στη διεκδίκηση αποζημιώσεων από τροχαία ατυχήματα.", "Διεκδικούμε όσα σας ανήκουν νόμιμα."
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Νομική διαδικασία"
sections={[
{
heading: "Πώς προχωράμε", content: {
type: "numbered-list", items: [
"Καταγραφή περιστατικού", "Συλλογή εγγράφων", "Διαπραγμάτευση με ασφαλιστικές", "Δικαστική διεκδίκηση"
],
},
},
]}
/>
<div id="main" style={{ padding: "4rem 0" }}>
<h1 style={{ textAlign: "center", marginBottom: "2rem" }}>Τροχαία Ατυχήματα</h1>
{/* Content implementation placeholder fixed to conform to LegalContentItem[] */}
</div>
<div id="footer" data-section="footer">