diff --git a/src/app/hyatt-place-hyderabad/page.tsx b/src/app/hyatt-place-hyderabad/page.tsx index 3946510..8ac15b2 100644 --- a/src/app/hyatt-place-hyderabad/page.tsx +++ b/src/app/hyatt-place-hyderabad/page.tsx @@ -4,7 +4,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav 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 PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactText from "@/components/sections/contact/ContactText"; @@ -99,31 +99,19 @@ export default function HyattPlaceHyderabadPage() {
- {} }, - ], - features: [ + id: "1", badge: "Standard Room", price: "₹4,500", subtitle: "per night", 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: [ + price: "₹5,500", subtitle: "per night", 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: [ + id: "3", badge: "Suite", price: "₹7,500", subtitle: "per night", 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"], }, ]} @@ -175,6 +163,37 @@ export default function HyattPlaceHyderabadPage() { />
+
+ +
+
); -} \ No newline at end of file +}