diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3908ac3..140571f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,8 +11,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Building2, Clock, Leaf, Users, Utensils } from "lucide-react";
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import { Building2, Clock, Leaf, Users, Utensils, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,70 +43,16 @@ export default function LandingPage() {
@@ -128,21 +62,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Premier Hospitality Hub"
metrics={[
- {
- icon: Utensils,
- label: "Restaurant",
- value: "Pure Veg",
- },
- {
- icon: Users,
- label: "Banquet",
- value: "600+",
- },
- {
- icon: Building2,
- label: "Rooms",
- value: "Gold/Titanium",
- },
+ { icon: Utensils, label: "Restaurant", value: "Pure Veg" },
+ { icon: Users, label: "Banquet", value: "600+" },
+ { icon: Building2, label: "Rooms", value: "Gold/Titanium" }
]}
metricsAnimation="slide-up"
/>
@@ -154,27 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Restaurant",
- description: "Authentic vegetarian dishes served in a sophisticated ambience.",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-vegetarian-menu-template_23-2149098387.jpg",
- imageAlt: "Restaurant",
- },
- {
- id: 2,
- title: "Banquet Hall",
- description: "Spacious venue for weddings and corporate gatherings up to 600 guests.",
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception_627829-11990.jpg",
- imageAlt: "Banquet",
- },
- {
- id: 3,
- title: "Luxurious Rooms",
- description: "Comfortable stays with modern amenities and 24/7 service.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tableware-bottle-wine_23-2148247732.jpg",
- imageAlt: "Rooms",
- },
+ { id: 1, title: "Restaurant", description: "Authentic vegetarian dishes served in a sophisticated ambience.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-vegetarian-menu-template_23-2149098387.jpg" },
+ { id: 2, title: "Banquet Hall", description: "Spacious venue for weddings and corporate gatherings up to 600 guests.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception_627829-11990.jpg" },
+ { id: 3, title: "Luxurious Rooms", description: "Comfortable stays with modern amenities and 24/7 service.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tableware-bottle-wine_23-2148247732.jpg" }
]}
title="Our Hospitality Pillars"
description="Offering world-class experiences across dining, events, and stays."
@@ -188,27 +92,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Special Lotus Paneer",
- price: "₹250",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg",
- imageAlt: "Paneer Dish",
- },
- {
- id: "p2",
- name: "Grand Wedding Banquet",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg",
- imageAlt: "Banquet",
- },
- {
- id: "p3",
- name: "Titanium Suite Room",
- price: "₹3,500",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18570.jpg",
- imageAlt: "Suite Room",
- },
+ { id: "p1", name: "Special Lotus Paneer", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg" },
+ { id: "p2", name: "Grand Wedding Banquet", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/greenery-bouquet-with-roses-stand-feast-table_8353-11476.jpg" },
+ { id: "p3", name: "Titanium Suite Room", price: "₹3,500", imageSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18570.jpg" }
]}
title="Signature Offerings"
description="Browse our most requested services."
@@ -221,57 +107,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
- {
- id: "gold",
- badge: "Popular",
- price: "₹1,500",
- subtitle: "Gold Tier Room",
- features: [
- "Free Breakfast",
- "Wi-Fi",
- "AC",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
- {
- id: "plat",
- badge: "Luxury",
- price: "₹2,500",
- subtitle: "Platinum Tier",
- features: [
- "All Gold Perks",
- "Mini Bar",
- "City View",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
- {
- id: "titan",
- badge: "Premium",
- price: "₹3,500",
- subtitle: "Titanium Tier",
- features: [
- "All Plat Perks",
- "Free Laundry",
- "Late Checkout",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
- },
+ { id: "gold", badge: "Popular", price: "₹1,500", subtitle: "Gold Tier Room", features: ["Free Breakfast", "Wi-Fi", "AC"], buttons: [{ text: "Book Now", href: "#contact" }] },
+ { id: "plat", badge: "Luxury", price: "₹2,500", subtitle: "Platinum Tier", features: ["All Gold Perks", "Mini Bar", "City View"], buttons: [{ text: "Book Now", href: "#contact" }] }
]}
title="Stay & Event Rates"
description="Transparent pricing for our room tiers and event packages."
@@ -279,53 +116,17 @@ export default function LandingPage() {