Merge version_1 into main #2
@@ -6,7 +6,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Users, Star, Zap, MapPin, Wind, Wifi, Tv, Phone, Briefcase, UtensilsCrossed, Utensils, Gift } from "lucide-react";
|
||||
import { Users, Star, Zap, MapPin, Wind, Wifi, Tv, Phone, Briefcase, UtensilsCrossed, Utensils, Gift, Shirt } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -26,11 +26,11 @@ export default function AboutPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -57,10 +57,7 @@ export default function AboutPage() {
|
||||
tagIcon={Gift}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Room Essentials",
|
||||
description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2" },
|
||||
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
|
||||
items: [
|
||||
{ icon: Wind, text: "Air Conditioning" },
|
||||
{ icon: Wifi, text: "Free Wi-Fi" },
|
||||
@@ -69,10 +66,7 @@ export default function AboutPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Guest Services",
|
||||
description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2" },
|
||||
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
|
||||
items: [
|
||||
{ icon: Phone, text: "24-Hour Front Desk" },
|
||||
{ icon: MapPin, text: "Local Shuttle Service" },
|
||||
@@ -81,14 +75,11 @@ export default function AboutPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining & Comfort",
|
||||
description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2" },
|
||||
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
|
||||
items: [
|
||||
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
|
||||
{ icon: Utensils, text: "On-Site Restaurant" },
|
||||
{ icon: Utensils, text: "Laundry Service" },
|
||||
{ icon: Shirt, text: "Laundry Service" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -103,8 +94,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -112,8 +102,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -121,8 +110,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
@@ -25,11 +25,11 @@ export default function ContactPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -41,7 +41,7 @@ export default function ContactPage() {
|
||||
description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg"
|
||||
imageAlt="Hotel location map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -58,37 +58,13 @@ export default function ContactPage() {
|
||||
tag="Guest Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Value for Money",
|
||||
quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect Family Getaway",
|
||||
quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.",
|
||||
name: "Priya Sharma",
|
||||
role: "Family Vacationer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comfortable and Affordable",
|
||||
quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.",
|
||||
name: "Amit Patel",
|
||||
role: "Frequent Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Wonderful Service Experience",
|
||||
quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!",
|
||||
name: "Deepika Nair",
|
||||
role: "Solo Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
},
|
||||
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -99,8 +75,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -108,8 +83,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -117,8 +91,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Hotel Siddarth Palace - Budget Hotel in Mangaldoi, Assam",
|
||||
description: "Comfortable, affordable hotel in Mangaldoi with 3.7★ rating. Free breakfast, Wi-Fi, 24-hour service. Starting ₹1,235. Book direct now!",
|
||||
keywords: "hotel Mangaldoi, budget hotel Assam, accommodation Santipara, affordable stay, hotel booking",
|
||||
metadataBase: new URL("https://hotelsiddarthpalace.com"),
|
||||
title: "Hotel Siddarth Palace - Budget Hotel in Mangaldoi, Assam", description: "Comfortable, affordable hotel in Mangaldoi with 3.7★ rating. Free breakfast, Wi-Fi, 24-hour service. Starting ₹1,235. Book direct now!", keywords: "hotel Mangaldoi, budget hotel Assam, accommodation Santipara, affordable stay, hotel booking", metadataBase: new URL("https://hotelsiddarthpalace.com"),
|
||||
alternates: {
|
||||
canonical: "https://hotelsiddarthpalace.com",
|
||||
},
|
||||
canonical: "https://hotelsiddarthpalace.com"},
|
||||
openGraph: {
|
||||
title: "Hotel Siddarth Palace - Your Comfort Stay in Mangaldoi",
|
||||
description: "Experience budget-friendly comfort with 335+ happy guests. Free breakfast, air-conditioning, Wi-Fi. Book your stay today.",
|
||||
url: "https://hotelsiddarthpalace.com",
|
||||
siteName: "Hotel Siddarth Palace",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Hotel Siddarth Palace - Your Comfort Stay in Mangaldoi", description: "Experience budget-friendly comfort with 335+ happy guests. Free breakfast, air-conditioning, Wi-Fi. Book your stay today.", url: "https://hotelsiddarthpalace.com", siteName: "Hotel Siddarth Palace", type: "website", images: [
|
||||
{
|
||||
url: "https://hotelsiddarthpalace.com/og-image.jpg",
|
||||
alt: "Hotel Siddarth Palace - Comfortable Accommodation",
|
||||
},
|
||||
url: "https://hotelsiddarthpalace.com/og-image.jpg", alt: "Hotel Siddarth Palace - Comfortable Accommodation"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Hotel Siddarth Palace - Budget Hotel in Mangaldoi",
|
||||
description: "Affordable, comfortable accommodation with excellent service. 3.7★ rating. Book now!",
|
||||
images: ["https://hotelsiddarthpalace.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Hotel Siddarth Palace - Budget Hotel in Mangaldoi", description: "Affordable, comfortable accommodation with excellent service. 3.7★ rating. Book now!", images: ["https://hotelsiddarthpalace.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Star, Users, Zap, MapPin, Wind, Wifi, Tv, Phone, Briefcase, UtensilsCrossed, Utensils, Gift, Sparkles, Check } from "lucide-react";
|
||||
import { Star, Users, Zap, MapPin, Wind, Wifi, Tv, Phone, Briefcase, UtensilsCrossed, Utensils, Gift, Sparkles, Shirt } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -30,11 +30,11 @@ export default function HomePage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,10 +78,7 @@ export default function HomePage() {
|
||||
tagIcon={Gift}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Room Essentials",
|
||||
description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1" },
|
||||
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
|
||||
items: [
|
||||
{ icon: Wind, text: "Air Conditioning" },
|
||||
{ icon: Wifi, text: "Free Wi-Fi" },
|
||||
@@ -90,10 +87,7 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Guest Services",
|
||||
description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1" },
|
||||
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
|
||||
items: [
|
||||
{ icon: Phone, text: "24-Hour Front Desk" },
|
||||
{ icon: MapPin, text: "Local Shuttle Service" },
|
||||
@@ -102,14 +96,11 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining & Comfort",
|
||||
description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1" },
|
||||
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
|
||||
items: [
|
||||
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
|
||||
{ icon: Utensils, text: "On-Site Restaurant" },
|
||||
{ icon: Utensils, text: "Laundry Service" },
|
||||
{ icon: Shirt, text: "Laundry Service" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -127,9 +118,9 @@ export default function HomePage() {
|
||||
tag="Special Offer"
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=1", imageAlt: "Standard AC Room" },
|
||||
{ id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Room" },
|
||||
{ id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=1", imageAlt: "Family Room" },
|
||||
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" },
|
||||
{ id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" },
|
||||
{ id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" },
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -145,37 +136,13 @@ export default function HomePage() {
|
||||
tag="Guest Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Value for Money",
|
||||
quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Excellent Value for Money", quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect Family Getaway",
|
||||
quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.",
|
||||
name: "Priya Sharma",
|
||||
role: "Family Vacationer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Perfect Family Getaway", quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comfortable and Affordable",
|
||||
quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.",
|
||||
name: "Amit Patel",
|
||||
role: "Frequent Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Comfortable and Affordable", quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Wonderful Service Experience",
|
||||
quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!",
|
||||
name: "Deepika Nair",
|
||||
role: "Solo Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
},
|
||||
id: "4", title: "Wonderful Service Experience", quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -189,7 +156,7 @@ export default function HomePage() {
|
||||
description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg"
|
||||
imageAlt="Hotel location map"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -203,8 +170,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -212,8 +178,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -221,8 +186,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
@@ -6,7 +6,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Wind, Wifi, Tv, Phone, MapPin, Briefcase, UtensilsCrossed, Utensils, Gift } from "lucide-react";
|
||||
import { Sparkles, Wind, Wifi, Tv, Phone, MapPin, Briefcase, UtensilsCrossed, Utensils, Gift, Shirt } from "lucide-react";
|
||||
|
||||
export default function RoomsPage() {
|
||||
return (
|
||||
@@ -26,11 +26,11 @@ export default function RoomsPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -42,9 +42,9 @@ export default function RoomsPage() {
|
||||
tag="Special Offer"
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=2", imageAlt: "Standard AC Room" },
|
||||
{ id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room" },
|
||||
{ id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=2", imageAlt: "Family Room" },
|
||||
{ id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" },
|
||||
{ id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" },
|
||||
{ id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" },
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -61,10 +61,7 @@ export default function RoomsPage() {
|
||||
tagIcon={Gift}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Room Essentials",
|
||||
description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=3" },
|
||||
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
|
||||
items: [
|
||||
{ icon: Wind, text: "Air Conditioning" },
|
||||
{ icon: Wifi, text: "Free Wi-Fi" },
|
||||
@@ -73,10 +70,7 @@ export default function RoomsPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Guest Services",
|
||||
description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=3" },
|
||||
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
|
||||
items: [
|
||||
{ icon: Phone, text: "24-Hour Front Desk" },
|
||||
{ icon: MapPin, text: "Local Shuttle Service" },
|
||||
@@ -85,14 +79,11 @@ export default function RoomsPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining & Comfort",
|
||||
description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=3" },
|
||||
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
|
||||
items: [
|
||||
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
|
||||
{ icon: Utensils, text: "On-Site Restaurant" },
|
||||
{ icon: Utensils, text: "Laundry Service" },
|
||||
{ icon: Shirt, text: "Laundry Service" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -107,8 +98,7 @@ export default function RoomsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -116,8 +106,7 @@ export default function RoomsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -125,8 +114,7 @@ export default function RoomsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Wind, Wifi, Tv, Phone, MapPin, Briefcase, UtensilsCrossed, Utensils, Users, Star, Zap, Gift } from "lucide-react";
|
||||
import { Wind, Wifi, Tv, Phone, MapPin, Briefcase, UtensilsCrossed, Utensils, Users, Star, Zap, Gift, Shirt } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -26,11 +26,11 @@ export default function ServicesPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Hotel Siddarth Palace"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Rooms", id: "rooms" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Rooms", id: "/rooms" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,10 +43,7 @@ export default function ServicesPage() {
|
||||
tagIcon={Gift}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Room Essentials",
|
||||
description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=4" },
|
||||
id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" },
|
||||
items: [
|
||||
{ icon: Wind, text: "Air Conditioning" },
|
||||
{ icon: Wifi, text: "Free Wi-Fi" },
|
||||
@@ -55,10 +52,7 @@ export default function ServicesPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Guest Services",
|
||||
description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=4" },
|
||||
id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" },
|
||||
items: [
|
||||
{ icon: Phone, text: "24-Hour Front Desk" },
|
||||
{ icon: MapPin, text: "Local Shuttle Service" },
|
||||
@@ -67,14 +61,11 @@ export default function ServicesPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining & Comfort",
|
||||
description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.",
|
||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=4" },
|
||||
id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" },
|
||||
items: [
|
||||
{ icon: UtensilsCrossed, text: "Free Breakfast Daily" },
|
||||
{ icon: Utensils, text: "On-Site Restaurant" },
|
||||
{ icon: Utensils, text: "Laundry Service" },
|
||||
{ icon: Shirt, text: "Laundry Service" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -103,8 +94,7 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
@@ -112,8 +102,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 60000 80182", href: "tel:+916000080182" },
|
||||
{ label: "Address: W/N 1, Mangaldoi, Santipara", href: "#" },
|
||||
{ label: "Assam 784125, India", href: "#" },
|
||||
@@ -121,8 +110,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Policies",
|
||||
items: [
|
||||
title: "Policies", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cancellation Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user