Merge version_1 into main #10

Merged
bender merged 5 commits from version_1 into main 2026-03-06 13:48:10 +00:00
5 changed files with 32 additions and 60 deletions

View File

@@ -1,17 +1,17 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
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,7 +61,7 @@ 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: "sparkles-gradient" }}
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?_wi=5"
imageAlt="Contact us at Elegance Events Centre"

View File

@@ -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,15 +47,15 @@ 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?_wi=3", 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?_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?_wi=3", 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?_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?_wi=3", 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?_wi=3", imageAlt: "Professional concert venue stage setup"},
]}
@@ -83,11 +74,11 @@ 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?_wi=4", 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?_wi=4", 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?_wi=4", 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?_wi=4", imageAlt: "Professional gala event"},
{
@@ -103,7 +94,7 @@ 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: "sparkles-gradient" }}
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?_wi=4"
imageAlt="Contact us at Elegance Events Centre"

View File

@@ -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>
@@ -57,7 +48,7 @@ export default function HomePage() {
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}
@@ -107,11 +98,11 @@ export default function HomePage() {
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"},
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"},
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: {
@@ -119,7 +110,7 @@ export default function HomePage() {
},
{
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"},
text: "Explore", href: "/services"},
},
]}
gridVariant="two-columns-alternating-heights"
@@ -211,10 +202,9 @@ 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: "sparkles-gradient" }}
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?_wi=2"
imageAlt="Contact us at Elegance Events Centre"

View File

@@ -1,9 +1,9 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Star, Crown, Users, Facebook, Instagram, Linkedin, Twitter } from "lucide-react";
import Link from "next/link";

View File

@@ -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,15 +47,15 @@ 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?_wi=2", 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?_wi=2", 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?_wi=2", 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"},
},
{
@@ -108,7 +99,7 @@ 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: "sparkles-gradient" }}
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?_wi=3"
imageAlt="Contact us at Elegance Events Centre"