Update src/app/about/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user