diff --git a/src/app/information/page.tsx b/src/app/information/page.tsx
new file mode 100644
index 0000000..e36a138
--- /dev/null
+++ b/src/app/information/page.tsx
@@ -0,0 +1,130 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import LegalSection from "@/components/legal/LegalSection";
+import FooterBase from "@/components/sections/footer/FooterBase";
+
+export default function InformationPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 57ce995..bb00e58 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -14,14 +14,14 @@ const inter = Inter({
});
export const metadata: Metadata = {
- title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: affordable comfort with stunning Lake Lugano views. 23 rooms, family-friendly suites, apartments. Book your perfect stay in Southern Switzerland today.", keywords: "Lake Lugano hotel, hotel panoramic view Lugano, budget hotel Ticino, family hotel Switzerland, hotel balcony Lake Lugano, apartment hotel Lugano, Al Ponte Albergo", openGraph: {
- title: "Al Ponte Albergo – Panoramic Hotel on Lake Lugano", description: "Smart comfort, stunning views. Experience Southern Switzerland at Al Ponte Albergo with rooms, apartments, and unforgettable lake vistas.", type: "website", siteName: "Al Ponte Albergo", images: [
+ title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: luxury lakeside retreat with stunning panoramic views. Minimalist design meets Alpine elegance in Southern Switzerland.", keywords: "Lake Lugano hotel, luxury hotel Ticino, panoramic views, Swiss minimalism, boutique hotel, Al Ponte Albergo", openGraph: {
+ title: "Al Ponte Albergo – Panoramic Luxury on Lake Lugano", description: "Cinematic minimalism. Unforgettable views. Experience quiet luxury at Al Ponte Albergo.", type: "website", siteName: "Al Ponte Albergo", images: [
{
url: "http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg", alt: "Panoramic view of Lake Lugano from Al Ponte Albergo"},
],
},
twitter: {
- card: "summary_large_image", title: "Al Ponte Albergo – Your Lakeside Escape", description: "Panoramic rooms and apartments overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"],
+ card: "summary_large_image", title: "Al Ponte Albergo – Your Lakeside Escape", description: "Panoramic rooms overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"],
},
};
@@ -33,9 +33,7 @@ export default function RootLayout({
return (
-
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b010135..badcb6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { MapPin, DoorOpen, ArrowRight, Star, Heart, Users, Home, Building2, Compass, Waves, Coffee, Anchor, ShoppingBag, Trees, Globe } from "lucide-react";
+import { MapPin, DoorOpen, ArrowRight, Star, Heart, Users, Home, Building2, Compass, Waves, Coffee, Anchor, ShoppingBag, Trees } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,7 +31,7 @@ export default function LandingPage() {
{ name: "Rooms", id: "rooms" },
{ name: "Apartments", id: "apartments" },
{ name: "Experiences", id: "experiences" },
- { name: "Services", id: "services" },
+ { name: "Information", id: "information" },
{ name: "EN | IT | DE", id: "language" },
]}
button={{ text: "Book Now", href: "#contact" }}
@@ -41,40 +41,40 @@ export default function LandingPage() {
-
-
-
@@ -210,7 +184,7 @@ export default function LandingPage() {
copyrightText="© 2025 Al Ponte Albergo. All rights reserved."
columns={[
{
- title: "Accommodations", items: [
+ title: "Rooms", items: [
{ label: "Budget Rooms", href: "#rooms" },
{ label: "Deluxe Rooms", href: "#rooms" },
{ label: "Family Rooms", href: "#rooms" },
@@ -218,19 +192,19 @@ export default function LandingPage() {
],
},
{
- title: "Explore", items: [
- { label: "About Us", href: "#about" },
- { label: "Services", href: "#services" },
+ title: "Discover", items: [
+ { label: "About", href: "#about" },
{ label: "Experiences", href: "#experiences" },
+ { label: "Information", href: "/information" },
{ label: "Book Now", href: "#contact" },
],
},
{
- title: "Contact", items: [
- { label: "Lugano, Ticino, Switzerland", href: "https://maps.google.com/?q=Lugano+Ticino" },
- { label: "Email Us", href: "mailto:info@alpontealbergo.ch" },
- { label: "Privacy Policy", href: "#" },
- { label: "Terms & Conditions", href: "#" },
+ title: "Connect", items: [
+ { label: "Lugano, Ticino", href: "https://maps.google.com/?q=Lugano+Ticino" },
+ { label: "Email", href: "mailto:info@alpontealbergo.ch" },
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}