diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx
new file mode 100644
index 0000000..b8f0efe
--- /dev/null
+++ b/src/app/comparison/page.tsx
@@ -0,0 +1,158 @@
+"use client";
+
+import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
+import HeroLogo from "@/components/sections/hero/HeroLogo";
+import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
+import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
+import ContactText from "@/components/sections/contact/ContactText";
+import FooterCard from "@/components/sections/footer/FooterCard";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import { Facebook, Twitter, Instagram, Award, Check, X } from "lucide-react";
+
+export default function ComparisonPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/hotel/page.tsx b/src/app/hotel/page.tsx
new file mode 100644
index 0000000..27628d0
--- /dev/null
+++ b/src/app/hotel/page.tsx
@@ -0,0 +1,244 @@
+"use client";
+
+import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
+import HeroLogo from "@/components/sections/hero/HeroLogo";
+import MediaAbout from "@/components/sections/about/MediaAbout";
+import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
+import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
+import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
+import FaqBase from "@/components/sections/faq/FaqBase";
+import ContactText from "@/components/sections/contact/ContactText";
+import FooterCard from "@/components/sections/footer/FooterCard";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import { Facebook, Twitter, Instagram, Award, Wifi, Car, Utensils, Waves, Wind } from "lucide-react";
+
+export default function HotelDetailPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/hyatt-place-hyderabad/page.tsx b/src/app/hyatt-place-hyderabad/page.tsx
new file mode 100644
index 0000000..b579587
--- /dev/null
+++ b/src/app/hyatt-place-hyderabad/page.tsx
@@ -0,0 +1,210 @@
+"use client";
+
+import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
+import HeroLogo from "@/components/sections/hero/HeroLogo";
+import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
+import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
+import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
+import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
+import FaqBase from "@/components/sections/faq/FaqBase";
+import ContactText from "@/components/sections/contact/ContactText";
+import FooterCard from "@/components/sections/footer/FooterCard";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import { Facebook, Twitter, Instagram, MapPin, Sparkles, Award } from "lucide-react";
+
+export default function HyattPlaceHyderabadPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{} },
+ ],
+ features: [
+ "Queen size bed", "Free Wi-Fi", "Air conditioning", "32-inch LED TV", "Work desk", "En-suite bathroom"],
+ },
+ {
+ id: "2", badge: "Most Popular", badgeIcon: Sparkles,
+ price: "₹5,500/night", name: "Deluxe Room", buttons: [
+ { text: "Book Now", href: "#contact" },
+ { text: "Details", onClick: () => {} },
+ ],
+ features: [
+ "King size bed", "Premium free Wi-Fi", "Climate control", "42-inch Smart TV", "Executive work area", "Luxury bathroom with rainshower", "Minibar"],
+ },
+ {
+ id: "3", price: "₹7,500/night", name: "Suite", buttons: [
+ { text: "Reserve Suite", href: "#contact" },
+ { text: "Tour", onClick: () => {} },
+ ],
+ features: [
+ "King bed + living area", "Separate bedroom", "High-speed Wi-Fi", "Smart climate system", "Premium TV package", "Spa-inspired bathroom", "Full minibar", "Priority room service"],
+ },
+ ]}
+ title="Room Pricing"
+ description="Choose the perfect room for your stay in Hyderabad"
+ tag="Flexible Options"
+ textboxLayout="default"
+ animationType="slide-up"
+ useInvertedBackground={false}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index e671781..001452e 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
- variable: "--font-public-sans",
- subsets: ["latin"],
+ variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Hotel Park Continental - Budget 3-Star Rooms in Hyderabad",
- description: "Affordable 3-star hotel in Masab Tank, Hyderabad. Free Wi-Fi, breakfast, parking & pool. Book rooms from ₹2,248/night. 3km from Banjara Hills.",
- keywords: "hotel hyderabad, budget hotel, 3-star accommodation, rooms near banjara hills, affordable hotel masab tank",
- metadataBase: new URL("https://hotelparkcontinental.com"),
+ title: "Hotel Park Continental - Budget 3-Star Rooms in Hyderabad", description: "Affordable 3-star hotel in Masab Tank, Hyderabad. Free Wi-Fi, breakfast, parking & pool. Book rooms from ₹2,248/night. 3km from Banjara Hills.", keywords: "hotel hyderabad, budget hotel, 3-star accommodation, rooms near banjara hills, affordable hotel masab tank", metadataBase: new URL("https://hotelparkcontinental.com"),
alternates: {
- canonical: "https://hotelparkcontinental.com",
- },
+ canonical: "https://hotelparkcontinental.com"},
openGraph: {
- title: "Hotel Park Continental - Budget 3-Star Accommodation",
- description: "Experience comfortable, affordable stays at Hotel Park Continental in Hyderabad. Free Wi-Fi, breakfast & parking included.",
- url: "https://hotelparkcontinental.com",
- siteName: "Hotel Park Continental",
- images: [
+ title: "Hotel Park Continental - Budget 3-Star Accommodation", description: "Experience comfortable, affordable stays at Hotel Park Continental in Hyderabad. Free Wi-Fi, breakfast & parking included.", url: "https://hotelparkcontinental.com", siteName: "Hotel Park Continental", images: [
{
- url: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg",
- alt: "Hotel Park Continental Lobby",
- },
+ url: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg", alt: "Hotel Park Continental Lobby"},
],
- type: "website",
- },
+ type: "website"},
twitter: {
- card: "summary_large_image",
- title: "Hotel Park Continental - Book Your Stay",
- description: "Affordable 3-star hotel with modern amenities in Hyderabad. Rooms from ₹2,248/night.",
- images: ["http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg"],
+ card: "summary_large_image", title: "Hotel Park Continental - Book Your Stay", description: "Affordable 3-star hotel with modern amenities in Hyderabad. Rooms from ₹2,248/night.", images: ["http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg"],
},
robots: {
index: true,
@@ -1432,4 +1416,4 @@ export default function RootLayout({