diff --git a/src/app/page.tsx b/src/app/page.tsx index f9d9a05..9b1c2de 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, UtensilsCrossed, Utensils } from 'lucide-react'; +import { Award, Briefcase, Building2, Chef, CheckCircle, Heart, Image, Mail, Palette, Sparkles, Star, Users, Utensils, UtensilsCrossed } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,7 +28,6 @@ export default function LandingPage() { > @@ -145,36 +165,54 @@ 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/pink-white-chrysanthemums-hang-threads-from-ceiling_1304-3324.jpg?_wi=1", imageAlt: "Upscale event celebration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485977.jpg?_wi=2", imageAlt: "Elegant gathering space" } + { + 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" + } ] }, { 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/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?_wi=2", imageAlt: "Professional event setup" } + { + 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" + } ] }, { 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/pink-white-chrysanthemums-hang-threads-from-ceiling_1304-3324.jpg?_wi=2", imageAlt: "Family celebration venue" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485977.jpg?_wi=3", imageAlt: "Outdoor family event" } + { + 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" + } ] }, { 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/close-up-set-table-some-romantic-place_8353-9906.jpg?_wi=2", imageAlt: "Elegant private event" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481512.jpg?_wi=2", imageAlt: "Decorated celebration space" } + { + 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" + } ] } ]} 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" /> @@ -196,12 +234,12 @@ export default function LandingPage() {
); -} \ No newline at end of file +}