Update src/app/services/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -47,19 +56,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?_wi=3", 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", 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=3", 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", 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=3", 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=2", 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", imageAlt: "Modern event technology setup", button: {
|
||||
text: "Explore", href: "/services"},
|
||||
},
|
||||
]}
|
||||
@@ -99,9 +108,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: "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=3"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user