Update src/app/rooms/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Home, Wifi, Wind, Bottle2, Tv } from "lucide-react";
|
||||
import { Home, Wifi, Wind, Lightbulb, Tv } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
@@ -37,9 +37,7 @@ export default function RoomsPage() {
|
||||
brandName="Mövenpick Karachi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book Now", href: "/booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,12 +48,11 @@ export default function RoomsPage() {
|
||||
title="Our Rooms & Suites"
|
||||
description="Each room is a sanctuary of comfort, designed with meticulous attention to luxury and personal service."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Luxury Accommodation"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd"
|
||||
imageAlt="Luxury deluxe room interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -72,53 +69,21 @@ export default function RoomsPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "standard",
|
||||
name: "Standard Room",
|
||||
price: "From PKR 20,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd&_wi=3",
|
||||
imageAlt: "Well-appointed standard room",
|
||||
},
|
||||
id: "standard", name: "Standard Room", price: "From PKR 20,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd", imageAlt: "Well-appointed standard room"},
|
||||
{
|
||||
id: "superior",
|
||||
name: "Superior Room",
|
||||
price: "From PKR 28,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd&_wi=4",
|
||||
imageAlt: "Superior room with enhanced amenities",
|
||||
},
|
||||
id: "superior", name: "Superior Room", price: "From PKR 28,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd", imageAlt: "Superior room with enhanced amenities"},
|
||||
{
|
||||
id: "deluxe-full",
|
||||
name: "Deluxe Room",
|
||||
price: "From PKR 25,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd&_wi=5",
|
||||
imageAlt: "Luxurious deluxe room with king bed",
|
||||
},
|
||||
id: "deluxe-full", name: "Deluxe Room", price: "From PKR 25,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lw9ejd", imageAlt: "Luxurious deluxe room with king bed"},
|
||||
{
|
||||
id: "executive-full",
|
||||
name: "Executive Room",
|
||||
price: "From PKR 35,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aikwqx&_wi=2",
|
||||
imageAlt: "Executive room with workspace and views",
|
||||
},
|
||||
id: "executive-full", name: "Executive Room", price: "From PKR 35,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aikwqx", imageAlt: "Executive room with workspace and views"},
|
||||
{
|
||||
id: "junior-suite",
|
||||
name: "Junior Suite",
|
||||
price: "From PKR 45,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=19ze6m&_wi=2",
|
||||
imageAlt: "Spacious junior suite",
|
||||
},
|
||||
id: "junior-suite", name: "Junior Suite", price: "From PKR 45,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=19ze6m", imageAlt: "Spacious junior suite"},
|
||||
{
|
||||
id: "premium-suite",
|
||||
name: "Premium Suite",
|
||||
price: "From PKR 50,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=19ze6m&_wi=3",
|
||||
imageAlt: "Grand premium suite with living area",
|
||||
},
|
||||
id: "premium-suite", name: "Premium Suite", price: "From PKR 50,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=19ze6m", imageAlt: "Grand premium suite with living area"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Room",
|
||||
href: "/booking",
|
||||
},
|
||||
text: "Book Your Room", href: "/booking"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,24 +100,16 @@ export default function RoomsPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "High-Speed WiFi",
|
||||
description: "Complimentary high-speed internet throughout your stay.",
|
||||
},
|
||||
title: "High-Speed WiFi", description: "Complimentary high-speed internet throughout your stay."},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Climate Control",
|
||||
description: "Individual air conditioning for personalized comfort.",
|
||||
},
|
||||
title: "Climate Control", description: "Individual air conditioning for personalized comfort."},
|
||||
{
|
||||
icon: Bottle2,
|
||||
title: "Minibar",
|
||||
description: "Fully stocked minibar with premium beverages and snacks.",
|
||||
},
|
||||
icon: Lightbulb,
|
||||
title: "Minibar", description: "Fully stocked minibar with premium beverages and snacks."},
|
||||
{
|
||||
icon: Tv,
|
||||
title: "Smart TV",
|
||||
description: "Flat-screen TV with premium entertainment channels.",
|
||||
},
|
||||
title: "Smart TV", description: "Flat-screen TV with premium entertainment channels."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,13 +119,9 @@ export default function RoomsPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mövenpick Karachi"
|
||||
leftLink={{
|
||||
text: "Book Now",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book Now", href: "/booking"}}
|
||||
rightLink={{
|
||||
text: "Contact Reservations",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Reservations", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user