Merge version_4 into main #4
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Καλέστε τώρα", href: "tel:+306984718568"},
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,10 +115,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<div className="container mx-auto py-20 px-4">
|
||||
<h2 className="text-3xl font-bold mb-4">Τοποθεσία</h2>
|
||||
<p className="text-lg">Παύλου Μελά 15, Νέα Φλογητά. Σας περιμένουμε ανά πάσα στιγμή.</p>
|
||||
</div>
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Επικοινωνία", items: [
|
||||
{
|
||||
label: "6984718568", href: "tel:+306984718568"},
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Διεύθυνση", items: [
|
||||
{
|
||||
label: "Παύλου Μελά 15", href: "#"},
|
||||
{
|
||||
label: "Νέα Φλογητά", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Τοποθεσία"
|
||||
copyrightText="© 2026 | Car Wash Nea Flogita"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user