Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-03 16:21:55 +00:00

View File

@@ -63,7 +63,6 @@ export default function LandingPage() {
]}
autoplayDelay={4000}
showDimOverlay={true}
useInvertedBackground={true}
/>
</div>
@@ -122,7 +121,7 @@ export default function LandingPage() {
{ id: "t4", name: "Eleni A.", role: "Artist", company: "Heraklion", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sales-woman-car-showroom_1303-15163.jpg", imageAlt: "Eleni A. avatar" },
{ id: "t5", name: "Nikos G.", role: "Travel Agent", company: "Rhodes", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-mature-businesswoman-stylish-jacket-chats-with-her-smartphone-inside-car_343059-146.jpg", imageAlt: "Nikos G. avatar" }
]}
gridVariant="three-columns-all-equal-width"
gridVariant="three-columns-all-items-equal-width"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={true}
@@ -141,7 +140,7 @@ export default function LandingPage() {
{ id: "p5", name: "Tire Rotation & Balance", price: "€40", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17142.jpg", imageAlt: "Tire rotation and balance" },
{ id: "p6", name: "Suspension System Repair", price: "€250", imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-using-laptop-while-running-car-diagnostic-working-with-colleague-workshop_637285-7670.jpg", imageAlt: "Suspension system repair" }
]}
gridVariant="three-columns-all-equal-width"
gridVariant="three-columns-all-items-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -192,7 +191,6 @@ export default function LandingPage() {
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Μηχανολόγος Τσιγκουράκος. All rights reserved."
useInvertedBackground={true}
/>
</div>
</ThemeProvider>