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() { > @@ -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() {