Merge version_1 into main #5
@@ -29,10 +29,10 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,34 +62,16 @@ export default function AboutPage() {
|
||||
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=2",
|
||||
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?_wi=2", 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=2",
|
||||
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?_wi=2", 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=2",
|
||||
imageAlt: "Professional event coordinator",
|
||||
button: {
|
||||
text: "Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
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=2", imageAlt: "Professional event coordinator", button: {
|
||||
text: "Our Team", href: "/about"},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -107,41 +89,11 @@ export default function AboutPage() {
|
||||
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=3",
|
||||
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?_wi=3", 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=3",
|
||||
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?_wi=3", 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=3",
|
||||
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?_wi=3", imageAlt: "Celebration party venue"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,24 +105,16 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/eleganceevents",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/eleganceevents", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/eleganceevents",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/eleganceevents", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/eleganceevents",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/eleganceevents", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/eleganceevents",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/eleganceevents", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=5"
|
||||
imageAlt="Contact us at Elegance Events Centre"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -10,15 +10,6 @@ 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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -56,17 +47,17 @@ export default function GalleryPage() {
|
||||
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", imageAlt: "Elegant wedding venue decoration flowers"},
|
||||
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=4", imageAlt: "Elegant wedding venue decoration flowers"},
|
||||
{
|
||||
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 table setup elegant"},
|
||||
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=3", imageAlt: "Premium wedding table setup elegant"},
|
||||
{
|
||||
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 conference 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=4", imageAlt: "Professional corporate event conference 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", imageAlt: "Luxury corporate gala event venue"},
|
||||
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=3", imageAlt: "Luxury corporate gala event 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 decoration"},
|
||||
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=4", imageAlt: "Vibrant party celebration venue decoration"},
|
||||
{
|
||||
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 setup"},
|
||||
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=3", imageAlt: "Professional concert venue stage setup"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="scale-rotate"
|
||||
@@ -83,17 +74,17 @@ export default function GalleryPage() {
|
||||
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", 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?_wi=5", 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", 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?_wi=5", 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", 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?_wi=5", 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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=4", imageAlt: "Professional event stage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,9 +94,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: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=4"
|
||||
imageAlt="Contact us at Elegance Events Centre"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -7,47 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elegance Events Centre - Premium Event Venue",
|
||||
description: "Luxury event centre for weddings, corporate events, and celebrations. Professional services, elegant venue, and exceptional experiences.",
|
||||
keywords: "event venue, wedding venue, corporate events, event centre, luxury venue, celebration space",
|
||||
metadataBase: new URL("https://eleganceevents.com"),
|
||||
title: "Elegance Events Centre - Premium Event Venue", description: "Luxury event centre for weddings, corporate events, and celebrations. Professional services, elegant venue, and exceptional experiences.", keywords: "event venue, wedding venue, corporate events, event centre, luxury venue, celebration space", metadataBase: new URL("https://eleganceevents.com"),
|
||||
alternates: {
|
||||
canonical: "https://eleganceevents.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Elegance Events Centre - Your Perfect Venue",
|
||||
description: "Premium event centre offering elegant spaces for weddings, corporate events, and celebrations.",
|
||||
url: "https://eleganceevents.com",
|
||||
siteName: "Elegance Events Centre",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Elegance Events Centre - Your Perfect Venue", description: "Premium event centre offering elegant spaces for weddings, corporate events, and celebrations.", url: "https://eleganceevents.com", siteName: "Elegance Events Centre", type: "website", images: [
|
||||
{
|
||||
url: "https://eleganceevents.com/og-image.jpg",
|
||||
alt: "Elegance Events Centre - Premium Venue"
|
||||
url: "https://eleganceevents.com/og-image.jpg", alt: "Elegance Events Centre - Premium Venue"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elegance Events Centre",
|
||||
description: "Premium event venue for weddings and corporate events",
|
||||
images: ["https://eleganceevents.com/twitter-image.jpg"]
|
||||
card: "summary_large_image", title: "Elegance Events Centre", description: "Premium event venue for weddings and corporate events", images: ["https://eleganceevents.com/twitter-image.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -13,15 +13,6 @@ 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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -41,10 +32,10 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -54,10 +45,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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=1"
|
||||
imageAlt="Luxury ballroom with elegant chandeliers"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -74,7 +65,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"
|
||||
@@ -89,7 +80,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"
|
||||
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"
|
||||
imageAlt="Elegant event centre interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -106,20 +97,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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Modern event technology setup", button: {
|
||||
text: "Explore", href: "/services"},
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -137,17 +128,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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Professional concert venue stage"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="scale-rotate"
|
||||
@@ -193,17 +184,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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Professional event stage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -211,12 +202,11 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
tagIcon={Twitter}
|
||||
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: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=2"
|
||||
imageAlt="Contact us at Elegance Events Centre"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -8,59 +8,23 @@ import { Star, Crown, Users, Facebook, Instagram, Linkedin, Twitter } from "luci
|
||||
import Link from "next/link";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
];
|
||||
|
||||
const pricingPlans = [
|
||||
{
|
||||
id: "essential",
|
||||
badge: "Intimate Gatherings",
|
||||
badgeIcon: Users,
|
||||
price: "$2,500",
|
||||
subtitle: "Perfect for small celebrations and meetings",
|
||||
features: [
|
||||
"Venue rental up to 50 guests",
|
||||
"Basic setup and breakdown",
|
||||
"Tables and chairs",
|
||||
"Standard lighting",
|
||||
"Customer support"
|
||||
id: "essential", badge: "Intimate Gatherings", badgeIcon: Users,
|
||||
price: "$2,500", subtitle: "Perfect for small celebrations and meetings", features: [
|
||||
"Venue rental up to 50 guests", "Basic setup and breakdown", "Tables and chairs", "Standard lighting", "Customer support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$5,000",
|
||||
subtitle: "Ideal for weddings and corporate events",
|
||||
features: [
|
||||
"Venue rental up to 200 guests",
|
||||
"Professional event coordination",
|
||||
"Premium décor package",
|
||||
"Advanced lighting and sound",
|
||||
"Catering partnership",
|
||||
"Priority support"
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$5,000", subtitle: "Ideal for weddings and corporate events", features: [
|
||||
"Venue rental up to 200 guests", "Professional event coordination", "Premium décor package", "Advanced lighting and sound", "Catering partnership", "Priority support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "luxury",
|
||||
badge: "Grand Celebrations",
|
||||
badgeIcon: Crown,
|
||||
price: "$10,000",
|
||||
subtitle: "Ultimate luxury event experience",
|
||||
features: [
|
||||
"Full venue access up to 500 guests",
|
||||
"Dedicated event manager",
|
||||
"Full decoration & design service",
|
||||
"State-of-the-art AV systems",
|
||||
"Premium catering included",
|
||||
"Photography & videography",
|
||||
"24/7 concierge support"
|
||||
id: "luxury", badge: "Grand Celebrations", badgeIcon: Crown,
|
||||
price: "$10,000", subtitle: "Ultimate luxury event experience", features: [
|
||||
"Full venue access up to 500 guests", "Dedicated event manager", "Full decoration & design service", "State-of-the-art AV systems", "Premium catering included", "Photography & videography", "24/7 concierge support"
|
||||
]
|
||||
}
|
||||
];
|
||||
@@ -68,23 +32,19 @@ export default function PricingPage() {
|
||||
const socialLinks = [
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/eleganceevents",
|
||||
ariaLabel: "Facebook"
|
||||
href: "https://facebook.com/eleganceevents", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/eleganceevents",
|
||||
ariaLabel: "Instagram"
|
||||
href: "https://instagram.com/eleganceevents", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/eleganceevents",
|
||||
ariaLabel: "LinkedIn"
|
||||
href: "https://linkedin.com/company/eleganceevents", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/eleganceevents",
|
||||
ariaLabel: "Twitter"
|
||||
href: "https://twitter.com/eleganceevents", ariaLabel: "Twitter"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -106,9 +66,9 @@ export default function PricingPage() {
|
||||
brandName="Elegance Events"
|
||||
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" }
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,6 @@ 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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -56,19 +47,19 @@ export default function ServicesPage() {
|
||||
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", imageAlt: "Luxury catering service", button: {
|
||||
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=3", 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", imageAlt: "Professional event decoration", button: {
|
||||
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=3", 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", 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?_wi=3", 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", imageAlt: "Modern event technology setup", button: {
|
||||
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=2", imageAlt: "Modern event technology setup", button: {
|
||||
text: "Explore", href: "/services"},
|
||||
},
|
||||
]}
|
||||
@@ -108,9 +99,9 @@ export default function ServicesPage() {
|
||||
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: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg?_wi=3"
|
||||
imageAlt="Contact us at Elegance Events Centre"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user