Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 22:02:07 +00:00
5 changed files with 66 additions and 28 deletions

View File

@@ -188,7 +188,7 @@ export default function HotelPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2"
imageAlt="luxury hotel interior elegant design"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,24 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Alexandra Hotel - Luxury Accommodations, Wellness & Sports",
description: "Experience luxury at Alexandra Hotel. Discover world-class wellness center, sports facilities, fine dining, and elegant accommodations. Book your perfect getaway today.",
keywords: "luxury hotel, wellness spa, sports center, accommodations, resort, fine dining, vacation",
metadataBase: new URL("https://www.alexandrahotel.sk/"),
alternates: {
canonical: "https://www.alexandrahotel.sk/",
},
openGraph: {
title: "Alexandra Hotel - Your Luxury Destination",
description: "Discover world-class amenities including wellness center, sports facilities, and luxury accommodations.",
siteName: "Alexandra Hotel",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg",
alt: "Alexandra Hotel Luxury Interior",
},
],
},
twitter: {
card: "summary_large_image",
title: "Alexandra Hotel - Luxury Accommodations",
description: "Experience luxury with premium wellness, sports, and accommodations.",
images: ["http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +63,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +77,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -208,7 +208,7 @@ export default function HomePage() {
name: "Sarah Mitchell",
handle: "@sarah_travels",
testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=1",
imageAlt: "woman spa wellness relaxation portrait",
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
name: "James Thompson",
handle: "@james_fitness",
testimonial: "As a fitness enthusiast, I was impressed by the sports facilities and equipment. The trainers are knowledgeable and supportive.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg?_wi=1",
imageAlt: "man fitness athletic portrait",
},
{
@@ -224,7 +224,7 @@ export default function HomePage() {
name: "Elena Rodriguez",
handle: "@elena_luxury",
testimonial: "Every detail of my stay was perfect. The rooms are luxurious, the dining is exceptional, and the service is outstanding.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=1",
imageAlt: "woman luxury hotel happy portrait",
},
{
@@ -232,7 +232,7 @@ export default function HomePage() {
name: "David Chen",
handle: "@david_explorer",
testimonial: "The concierge team helped us plan amazing activities. Alexandra Hotel is more than accommodation—it's an experience.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg?_wi=1",
imageAlt: "man adventure travel portrait",
},
{
@@ -240,7 +240,7 @@ export default function HomePage() {
name: "Marie Dubois",
handle: "@marie_wellness",
testimonial: "I returned for my third stay because of the exceptional wellness programs. This is my home away from home.",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=1",
imageAlt: "woman wellness spa portrait",
},
{
@@ -248,7 +248,7 @@ export default function HomePage() {
name: "Marcus Johnson",
handle: "@marcus_adventure",
testimonial: "The sports center is incredible—tennis, swimming, hiking trails. There's something for everyone at Alexandra Hotel.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg?_wi=1",
imageAlt: "man sports athletic portrait",
},
]}
@@ -296,7 +296,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1"
imageAlt="luxury hotel interior elegant design"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -57,7 +57,7 @@ export default function SportsPage() {
name: "James Thompson",
handle: "@james_fitness",
testimonial: "As a fitness enthusiast, I was impressed by the sports facilities and equipment. The trainers are knowledgeable and supportive.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg?_wi=2",
imageAlt: "James Thompson",
},
{
@@ -65,7 +65,7 @@ export default function SportsPage() {
name: "Marcus Johnson",
handle: "@marcus_sports",
testimonial: "The sports center is incredible—tennis, swimming, hiking trails. There's something for everyone at Alexandra Hotel.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg?_wi=2",
imageAlt: "Marcus Johnson",
},
{
@@ -73,7 +73,7 @@ export default function SportsPage() {
name: "David Chen",
handle: "@david_trainer",
testimonial: "The personal training programs are exceptional. My coach tailored workouts perfectly to my goals and the results are outstanding.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg?_wi=2",
imageAlt: "David Chen",
},
{
@@ -81,7 +81,7 @@ export default function SportsPage() {
name: "Alex Rivera",
handle: "@alex_tennis",
testimonial: "The tennis courts are world-class and the coaching here has significantly improved my game. I'll definitely be returning.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-bearded-man_273609-15894.jpg?_wi=3",
imageAlt: "Alex Rivera",
},
{
@@ -89,7 +89,7 @@ export default function SportsPage() {
name: "Kevin Mitchell",
handle: "@kevin_athlete",
testimonial: "Alexandra Hotel's sports facilities rival professional training centers. The staff is incredibly knowledgeable and motivating.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162116.jpg?_wi=3",
imageAlt: "Kevin Mitchell",
},
{
@@ -97,7 +97,7 @@ export default function SportsPage() {
name: "Robert Santos",
handle: "@robert_adventure",
testimonial: "The guided hiking tours combined with the fitness center created the perfect active vacation. I've never felt more energized!",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adult-hiking-activity_23-2151886373.jpg?_wi=3",
imageAlt: "Robert Santos",
},
];

View File

@@ -57,7 +57,7 @@ export default function WellnessPage() {
name: "Sarah Mitchell",
handle: "@sarah_wellness",
testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
{
@@ -65,7 +65,7 @@ export default function WellnessPage() {
name: "Emma Richardson",
handle: "@emma_yoga",
testimonial: "The yoga classes have transformed my practice. The instructors are knowledgeable and the studio ambiance is perfectly serene.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=2",
imageAlt: "Emma Richardson",
},
{
@@ -73,7 +73,7 @@ export default function WellnessPage() {
name: "Rachel Green",
handle: "@rachel_retreat",
testimonial: "I came for a weekend and felt completely renewed. The meditation sessions and thermal pools are absolutely magical.",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=2",
imageAlt: "Rachel Green",
},
{
@@ -81,7 +81,7 @@ export default function WellnessPage() {
name: "Sophie Laurent",
handle: "@sophie_spa",
testimonial: "Alexandra Hotel's wellness center is my sanctuary. The sound healing sessions have brought so much peace to my life.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=3",
imageAlt: "Sophie Laurent",
},
{
@@ -89,7 +89,7 @@ export default function WellnessPage() {
name: "Lisa Anderson",
handle: "@lisa_balance",
testimonial: "The holistic health consultations helped me completely change my wellness routine. I've never felt better!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=3",
imageAlt: "Lisa Anderson",
},
{
@@ -97,7 +97,7 @@ export default function WellnessPage() {
name: "Jennifer White",
handle: "@jen_relax",
testimonial: "Every visit to the thermal pools feels like a healing journey. The mineral water combined with the peaceful atmosphere is transformative.",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=3",
imageAlt: "Jennifer White",
},
];