diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b1c2de..bee9513 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import { Award, Briefcase, Building2, Chef, CheckCircle, Heart, Image, Mail, Palette, Sparkles, Star, Users, Utensils, UtensilsCrossed } from 'lucide-react';
+import { Award, Briefcase, Building2, Chef, CheckCircle, Heart, Image, Mail, Palette, Sparkles, Star, Users, UtensilsCrossed, Utensils } from 'lucide-react';
export default function LandingPage() {
return (
@@ -28,6 +28,7 @@ export default function LandingPage() {
>
@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Book a Stay", href: "#contact" }
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-ceremony-venue-white-purple_8353-10187.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/back-view-couple-love-holding-bouquet-with-exotic-protea-flowers_169016-13884.jpg"
imageAlt="Luxury wedding setup at Park Boulevard Hotel"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -69,9 +69,7 @@ export default function LandingPage() {
tag="★★★★★ Rated"
textboxLayout="default"
useInvertedBackground={false}
- names={[
- "Luxury Wedding Planners", "Family Celebrations", "Corporate Events", "Destination Weddings", "Elite Gatherings", "Premium Hospitality", "Trusted Venues"
- ]}
+ names={["Luxury Wedding Planners", "Family Celebrations", "Corporate Events", "Destination Weddings", "Elite Gatherings", "Premium Hospitality", "Trusted Venues"]}
speed={40}
showCard={true}
/>
@@ -102,54 +100,36 @@ export default function LandingPage() {
{
title: "Luxury Banquet Spaces", description: "Elegant indoor and outdoor halls designed for grand celebrations with stunning décor and premium finishes.", icon: Building2,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/bouquet-decor-red-white-bedroom_1203-4612.jpg", imageAlt: "Luxury wedding banquet space"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg", imageAlt: "Wedding reception dining setup"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-pillar-candles-candelabra-wedding-table_181624-1551.jpg", imageAlt: "Luxury wedding banquet space" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-groom-which-eating-wedding-cake-kissing-each-other-while-standing-background-beautiful-wedding-arch-which-decorated-by-metal-roses-evening-ceremony_8353-12641.jpg", imageAlt: "Wedding reception dining setup" }
]
},
{
title: "Custom Décor & Setup", description: "Work with our expert team to design your perfect wedding aesthetic with personalized décor and arrangements.", icon: Palette,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-table-setting-with-branch-decor_23-2151978942.jpg?_wi=1", imageAlt: "Custom wedding mandap decoration"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg?_wi=1", imageAlt: "Wedding night lighting setup"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481512.jpg", imageAlt: "Custom wedding mandap decoration" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-set-table-some-romantic-place_8353-9906.jpg", imageAlt: "Wedding night lighting setup" }
]
},
{
title: "World-Class Catering", description: "Exceptional culinary experience with world-class chefs preparing gourmet Indian and international cuisine.", icon: UtensilsCrossed,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-table-arrangement_23-2148480729.jpg", imageAlt: "Luxury catering presentation"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", imageAlt: "Live food counter service"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/orange-rolls-slices-table_140725-3796.jpg", imageAlt: "Luxury catering presentation" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-making-skewers_23-2149412467.jpg", imageAlt: "Live food counter service" }
]
},
{
title: "Dedicated Planning Team", description: "Our experienced event coordinators handle every detail to ensure your wedding runs seamlessly and perfectly.", icon: CheckCircle,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481500.jpg?_wi=1", imageAlt: "Professional venue setup"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=1", imageAlt: "Event coordination excellence"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481500.jpg", imageAlt: "Professional venue setup" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485977.jpg", imageAlt: "Event coordination excellence" }
]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- buttons={[
- { text: "Plan Your Dream Wedding", href: "#contact" }
- ]}
+ buttons={[{ text: "Plan Your Dream Wedding", href: "#contact" }]}
buttonAnimation="slide-up"
/>
@@ -165,54 +145,36 @@ export default function LandingPage() {
{
title: "Anniversary Celebrations", description: "Intimate and elegant spaces perfect for commemorating milestones with loved ones in luxury setting.", icon: Heart,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=1", imageAlt: "Upscale event celebration"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=2", imageAlt: "Elegant gathering space"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/pink-white-chrysanthemums-hang-threads-from-ceiling_1304-3324.jpg", imageAlt: "Upscale event celebration" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485977.jpg", imageAlt: "Elegant gathering space" }
]
},
{
title: "Corporate Events", description: "Professional venues designed for conferences, gala dinners, and business celebrations with full amenities.", icon: Briefcase,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-christmas-dinner_23-2149174180.jpg", imageAlt: "Corporate event venue"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481500.jpg?_wi=2", imageAlt: "Professional event setup"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/rustic-dining-table-setting-wedding-venue_637285-5645.jpg", imageAlt: "Corporate event venue" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481500.jpg", imageAlt: "Professional event setup" }
]
},
{
title: "Family Functions", description: "Spacious and comfortable venues perfect for family gatherings, engagements, and private celebrations.", icon: Users,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-table-decorated-with-flowers-candles_8353-9907.jpg?_wi=2", imageAlt: "Family celebration venue"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-decorated-with-minimal-floral-bouquets-candles-wedding-celebration-table-with-chiavari-seats-outdoors-gardens-front-fruits-trees_8353-10876.jpg?_wi=3", imageAlt: "Outdoor family event"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/pink-white-chrysanthemums-hang-threads-from-ceiling_1304-3324.jpg", imageAlt: "Family celebration venue" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485977.jpg", imageAlt: "Outdoor family event" }
]
},
{
title: "Engagement & Private Parties", description: "Intimate and sophisticated spaces for engagement ceremonies and exclusive private celebrations.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg?_wi=2", imageAlt: "Elegant private event"
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-table-setting-with-branch-decor_23-2151978942.jpg?_wi=2", imageAlt: "Decorated celebration space"
- }
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-set-table-some-romantic-place_8353-9906.jpg", imageAlt: "Elegant private event" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481512.jpg", imageAlt: "Decorated celebration space" }
]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- buttons={[
- { text: "Inquire About Your Event", href: "#contact" }
- ]}
+ buttons={[{ text: "Inquire About Your Event", href: "#contact" }]}
buttonAnimation="slide-up"
/>
@@ -234,12 +196,12 @@ export default function LandingPage() {