Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-26 13:44:54 +00:00

View File

@@ -30,17 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home", id: "home",
},
name: "Home", id: "home"},
{
name: "Services", id: "services",
},
name: "Services", id: "services"},
{
name: "About Us", id: "about",
},
name: "About Us", id: "about"},
{
name: "Contact", id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Mavromatis Nikolaos"
/>
@@ -48,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Fast, Reliable Mobile Repairs You Can Trust"
title="Επισκευές Κινητών: 25+ Χρόνια Εμπειρίας Φτιάχνουμε ό,τι Άλλοι δεν Μπορούν"
description="25+ years of experience. We fix what others can't, often in about an hour."
buttons={[
{
@@ -206,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}