From 692d7c53a9877cfa8fac73201b2d88f34c84c551 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:46:11 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7b66da2..5ff091b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,9 +9,9 @@ import { Phone, Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Gallery", id: "/gallery" }, + { name: "About", id: "about" }, + { name: "Services", id: "services" }, + { name: "Gallery", id: "gallery" }, { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" } ]; @@ -61,9 +61,9 @@ export default function ContactPage() { tagIcon={Phone} title="Ready to Book Your Event?" description="Contact our team today to discuss your event requirements. We're here to make your vision a reality." - background={{ variant: "radial-gradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg" imageAlt="Contact us at Elegance Events Centre" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 696afeffbdcaf6d8b9e9a72f2c707c0e240a3122 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:46:12 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6b71eb3..b4e4a97 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -10,6 +10,15 @@ import Link from "next/link"; import { Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function GalleryPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Gallery", id: "/gallery" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, + ]; + return ( @@ -94,9 +103,9 @@ export default function GalleryPage() { tag="Get in Touch" title="Ready to Book Your Event?" description="Contact our team today to discuss your event requirements. We're here to make your vision a reality." - background={{ variant: "radial-gradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg" imageAlt="Contact us at Elegance Events Centre" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d958296505d5ed6bf07b9c6ba23c070193c36a31 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:46:13 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 68 +++++++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1baea28..a4e6ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,15 @@ import FooterCard from "@/components/sections/footer/FooterCard"; import { Building2, Star, Users, Crown, Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function HomePage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "services" }, + { name: "Gallery", id: "gallery" }, + { name: "Pricing", id: "pricing" }, + { name: "Contact", id: "contact" }, + ]; + return ( @@ -45,10 +54,10 @@ export default function HomePage() { title="Create Unforgettable Moments at Your Perfect Venue" description="Welcome to Elegance Events Centre, where elegance meets excellence. Host your dream wedding, corporate event, or special celebration in our sophisticated venue designed for perfection." tag="Premium Event Venue" - imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg" imageAlt="Luxury ballroom with elegant chandeliers" mediaAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} testimonials={[ { @@ -65,7 +74,7 @@ export default function HomePage() { { text: "Book Your Event", href: "/contact"}, { - text: "Explore Services", href: "/services"}, + text: "Explore Services", href: "services"}, ]} buttonAnimation="slide-up" imagePosition="right" @@ -80,7 +89,7 @@ export default function HomePage() { description="Your Vision, Our Expertise" subdescription="With over 15 years of experience hosting thousands of successful events" icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/new-clean-luxury-restaurant-european-style-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18743.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/new-clean-luxury-restaurant-european-style-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18743.jpg" imageAlt="Elegant event centre interior" mediaAnimation="slide-up" useInvertedBackground={false} @@ -97,20 +106,20 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Professional Catering", description: "Exquisite culinary experiences with gourmet cuisine and professional service staff", imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg?_wi=1", imageAlt: "Luxury catering service", button: { - text: "Learn More", href: "/services"}, + title: "Professional Catering", description: "Exquisite culinary experiences with gourmet cuisine and professional service staff", imageSrc: "http://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens_141793-949.jpg", imageAlt: "Luxury catering service", button: { + text: "Learn More", href: "services"}, }, { - title: "Expert Decorations", description: "Stunning floral arrangements and elegant decorations to transform your venue", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-table-arrangement_23-2149436421.jpg?_wi=1", imageAlt: "Professional event decoration", button: { - text: "View Gallery", href: "/gallery"}, + title: "Expert Decorations", description: "Stunning floral arrangements and elegant decorations to transform your venue", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-wedding-table-arrangement_23-2149436421.jpg", imageAlt: "Professional event decoration", button: { + text: "View Gallery", href: "gallery"}, }, { - title: "Event Coordination", description: "Dedicated coordinators managing every detail for seamless execution", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100294.jpg?_wi=1", imageAlt: "Professional event coordinator", button: { + title: "Event Coordination", description: "Dedicated coordinators managing every detail for seamless execution", imageSrc: "http://img.b2bpic.net/free-photo/mature-blonde-business-woman-work_23-2149100294.jpg", imageAlt: "Professional event coordinator", button: { text: "Our Team", href: "/about"}, }, { - title: "Advanced Technology", description: "State-of-the-art audiovisual, sound, and lighting systems", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-music-home_23-2149849401.jpg?_wi=1", imageAlt: "Modern event technology setup", button: { - text: "Explore", href: "/services"}, + title: "Advanced Technology", description: "State-of-the-art audiovisual, sound, and lighting systems", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-music-home_23-2149849401.jpg", imageAlt: "Modern event technology setup", button: { + text: "Explore", href: "services"}, }, ]} gridVariant="two-columns-alternating-heights" @@ -128,17 +137,17 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Wedding Ceremonies", description: "Elegant and romantic wedding celebrations with stunning décor", imageSrc: "http://img.b2bpic.net/free-photo/look-from-bouquet-pinks-standing-rays-daylight_8353-625.jpg?_wi=1", imageAlt: "Elegant wedding venue decoration"}, + title: "Wedding Ceremonies", description: "Elegant and romantic wedding celebrations with stunning décor", imageSrc: "http://img.b2bpic.net/free-photo/look-from-bouquet-pinks-standing-rays-daylight_8353-625.jpg", imageAlt: "Elegant wedding venue decoration"}, { - title: "Wedding Receptions", description: "Beautiful reception setups with perfect ambiance and details", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", imageAlt: "Premium wedding reception setup"}, + title: "Wedding Receptions", description: "Beautiful reception setups with perfect ambiance and details", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Premium wedding reception setup"}, { - title: "Corporate Events", description: "Professional conferences and corporate gatherings", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg?_wi=1", imageAlt: "Professional corporate event setup"}, + title: "Corporate Events", description: "Professional conferences and corporate gatherings", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg", imageAlt: "Professional corporate event setup"}, { - title: "Gala Dinners", description: "Sophisticated galas and formal corporate events", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg?_wi=1", imageAlt: "Luxury corporate gala event"}, + title: "Gala Dinners", description: "Sophisticated galas and formal corporate events", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", imageAlt: "Luxury corporate gala event"}, { - title: "Birthday & Celebrations", description: "Vibrant party venues for all celebration types", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-glowing-light-dark-background_23-2148055634.jpg?_wi=1", imageAlt: "Vibrant party celebration venue"}, + title: "Birthday & Celebrations", description: "Vibrant party venues for all celebration types", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-glowing-light-dark-background_23-2148055634.jpg", imageAlt: "Vibrant party celebration venue"}, { - title: "Concert & Live Events", description: "Professional stages for concerts and live performances", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-black-background-with-lights_23-2148241383.jpg?_wi=1", imageAlt: "Professional concert venue stage"}, + title: "Concert & Live Events", description: "Professional stages for concerts and live performances", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-black-background-with-lights_23-2148241383.jpg", imageAlt: "Professional concert venue stage"}, ]} gridVariant="three-columns-all-equal-width" animationType="scale-rotate" @@ -184,17 +193,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah & Michael Williams, Bride & Groom", date: "Date: 15 June 2024", title: "Absolutely Perfect Wedding Venue!", quote: "From the moment we walked in, we knew this was the place. The team handled every detail perfectly, and our guests couldn't stop talking about the beauty and elegance of the venue.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/newlyweds-thinking-with-heads-together_1153-1008.jpg", avatarAlt: "Sarah and Michael", imageSrc: "http://img.b2bpic.net/free-photo/look-from-bouquet-pinks-standing-rays-daylight_8353-625.jpg?_wi=2", imageAlt: "Beautiful wedding setup"}, + id: "1", name: "Sarah & Michael Williams, Bride & Groom", date: "Date: 15 June 2024", title: "Absolutely Perfect Wedding Venue!", quote: "From the moment we walked in, we knew this was the place. The team handled every detail perfectly, and our guests couldn't stop talking about the beauty and elegance of the venue.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/newlyweds-thinking-with-heads-together_1153-1008.jpg", avatarAlt: "Sarah and Michael", imageSrc: "http://img.b2bpic.net/free-photo/look-from-bouquet-pinks-standing-rays-daylight_8353-625.jpg", imageAlt: "Beautiful wedding setup"}, { - id: "2", name: "Jennifer Chen, Corporate Event Director", date: "Date: 22 May 2024", title: "Professional Excellence Throughout", quote: "We've hosted our annual gala here for three years running. The professionalism, attention to detail, and stunning venue never disappoint. Highly recommended for corporate events.", tag: "Corporate Event", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", avatarAlt: "Jennifer Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg?_wi=2", imageAlt: "Professional corporate event"}, + id: "2", name: "Jennifer Chen, Corporate Event Director", date: "Date: 22 May 2024", title: "Professional Excellence Throughout", quote: "We've hosted our annual gala here for three years running. The professionalism, attention to detail, and stunning venue never disappoint. Highly recommended for corporate events.", tag: "Corporate Event", avatarSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-sitting-couch_23-2148095697.jpg", avatarAlt: "Jennifer Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg", imageAlt: "Professional corporate event"}, { - id: "3", name: "David & Emma Thompson, Party Hosts", date: "Date: 10 May 2024", title: "Celebration Made Easy", quote: "Our 50th anniversary party was unforgettable! The staff went above and beyond, the venue looked spectacular, and all our guests had a wonderful time.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/friends-toasting-new-year-party_23-2147981924.jpg", avatarAlt: "David and Emma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-glowing-light-dark-background_23-2148055634.jpg?_wi=2", imageAlt: "Celebration party venue"}, + id: "3", name: "David & Emma Thompson, Party Hosts", date: "Date: 10 May 2024", title: "Celebration Made Easy", quote: "Our 50th anniversary party was unforgettable! The staff went above and beyond, the venue looked spectacular, and all our guests had a wonderful time.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/friends-toasting-new-year-party_23-2147981924.jpg", avatarAlt: "David and Emma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-glowing-light-dark-background_23-2148055634.jpg", imageAlt: "Celebration party venue"}, { - id: "4", name: "Marcus Johnson, Event Planner", date: "Date: 28 April 2024", title: "Best Venue Partner in Town", quote: "As an event planner, I work with many venues. Elegance Events Centre stands out for their flexibility, professionalism, and commitment to making events spectacular.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/business-executives-shaking-hands-near-lift_107420-65783.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg?_wi=2", imageAlt: "Professional gala event"}, + id: "4", name: "Marcus Johnson, Event Planner", date: "Date: 28 April 2024", title: "Best Venue Partner in Town", quote: "As an event planner, I work with many venues. Elegance Events Centre stands out for their flexibility, professionalism, and commitment to making events spectacular.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/business-executives-shaking-hands-near-lift_107420-65783.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", imageAlt: "Professional gala event"}, { - id: "5", name: "Victoria & Robert Harrison, Bride & Groom", date: "Date: 14 April 2024", title: "Dream Wedding Realized", quote: "Everything about our wedding day was perfect. The venue's beauty, the coordinated team, and the seamless execution made our celebration truly magical.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22327.jpg", avatarAlt: "Victoria and Robert", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2", imageAlt: "Elegant wedding reception"}, + id: "5", name: "Victoria & Robert Harrison, Bride & Groom", date: "Date: 14 April 2024", title: "Dream Wedding Realized", quote: "Everything about our wedding day was perfect. The venue's beauty, the coordinated team, and the seamless execution made our celebration truly magical.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22327.jpg", avatarAlt: "Victoria and Robert", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Elegant wedding reception"}, { - id: "6", name: "Richard Mitchell, Business Owner", date: "Date: 01 April 2024", title: "Outstanding Conference Hosting", quote: "We hosted our company's annual conference at Elegance Events Centre. The venue, technology, and support staff made it our most successful event yet.", tag: "Conference", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", avatarAlt: "Richard Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-black-background-with-lights_23-2148241383.jpg?_wi=2", imageAlt: "Professional event stage"}, + id: "6", name: "Richard Mitchell, Business Owner", date: "Date: 01 April 2024", title: "Outstanding Conference Hosting", quote: "We hosted our company's annual conference at Elegance Events Centre. The venue, technology, and support staff made it our most successful event yet.", tag: "Conference", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", avatarAlt: "Richard Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-black-background-with-lights_23-2148241383.jpg", imageAlt: "Professional event stage"}, ]} /> @@ -202,11 +211,12 @@ export default function HomePage() {
Date: Fri, 6 Mar 2026 13:46:14 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5866136..51f94e1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -10,6 +10,15 @@ import Link from "next/link"; import { Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function ServicesPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Gallery", id: "/gallery" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, + ]; + return (