Update src/app/services/page.tsx
This commit is contained in:
@@ -27,41 +27,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "/packages",
|
||||
},
|
||||
name: "Packages", id: "/packages"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/#testimonials-section",
|
||||
},
|
||||
name: "Testimonials", id: "/#testimonials-section"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5pcy7x"
|
||||
logoAlt="KendiJoy Logo"
|
||||
brandName="KendiJoy Catering Services"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,65 +56,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "plan-coordinate",
|
||||
title: "Event Planning & Coordination",
|
||||
tags: [
|
||||
"Full-Service",
|
||||
"Customized",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/grand-opening-celebration-background-with-golden-crown-ribbon-design_1017-61423.jpg",
|
||||
imageAlt: "Luxurious wedding setup",
|
||||
},
|
||||
id: "plan-coordinate", title: "Event Planning & Coordination", tags: [
|
||||
"Full-Service", "Customized"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/grand-opening-celebration-background-with-golden-crown-ribbon-design_1017-61423.jpg", imageAlt: "Luxurious wedding setup"},
|
||||
{
|
||||
id: "catering-excellence",
|
||||
title: "Gourmet Catering Excellence",
|
||||
tags: [
|
||||
"Diverse Menus",
|
||||
"Exceptional Taste",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-food-soft-plate-cheese_1157-4105.jpg",
|
||||
imageAlt: "Gourmet food presentation",
|
||||
},
|
||||
id: "catering-excellence", title: "Gourmet Catering Excellence", tags: [
|
||||
"Diverse Menus", "Exceptional Taste"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-food-soft-plate-cheese_1157-4105.jpg", imageAlt: "Gourmet food presentation"},
|
||||
{
|
||||
id: "design-decor",
|
||||
title: "Creative Design & Decor",
|
||||
tags: [
|
||||
"Unique Themes",
|
||||
"Stunning Aesthetics",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-projector-frankfurt-cinema-museum-germany_1268-20921.jpg",
|
||||
imageAlt: "Event stage lighting",
|
||||
},
|
||||
id: "design-decor", title: "Creative Design & Decor", tags: [
|
||||
"Unique Themes", "Stunning Aesthetics"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-projector-frankfurt-cinema-museum-germany_1268-20921.jpg", imageAlt: "Event stage lighting"},
|
||||
{
|
||||
id: "vendor-management",
|
||||
title: "Vendor Management",
|
||||
tags: [
|
||||
"Trusted Partners",
|
||||
"Seamless Integration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-illustration_23-2151928222.jpg",
|
||||
imageAlt: "Vendor management icon",
|
||||
},
|
||||
id: "vendor-management", title: "Vendor Management", tags: [
|
||||
"Trusted Partners", "Seamless Integration"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-illustration_23-2151928222.jpg", imageAlt: "Vendor management icon"},
|
||||
{
|
||||
id: "logistics-support",
|
||||
title: "Logistics & On-Site Support",
|
||||
tags: [
|
||||
"Flawless Execution",
|
||||
"Stress-Free",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-chef-mixing-ingredients_23-2148491381.jpg",
|
||||
imageAlt: "Logistics support icon",
|
||||
},
|
||||
id: "logistics-support", title: "Logistics & On-Site Support", tags: [
|
||||
"Flawless Execution", "Stress-Free"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-chef-mixing-ingredients_23-2148491381.jpg", imageAlt: "Logistics support icon"},
|
||||
{
|
||||
id: "entertainment-booking",
|
||||
title: "Entertainment Booking",
|
||||
tags: [
|
||||
"Live Bands",
|
||||
"DJs & Performers",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/roll-map-with-location-pin-black_78370-7936.jpg",
|
||||
imageAlt: "Entertainment icon",
|
||||
},
|
||||
id: "entertainment-booking", title: "Entertainment Booking", tags: [
|
||||
"Live Bands", "DJs & Performers"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/roll-map-with-location-pin-black_78370-7936.jpg", imageAlt: "Entertainment icon"},
|
||||
]}
|
||||
title="Comprehensive Event Solutions"
|
||||
description="From intimate gatherings to grand celebrations, our services are designed to bring your dream event to life."
|
||||
@@ -144,63 +92,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essential",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Ksh 150,000+",
|
||||
subtitle: "For intimate gatherings and basic coordination.",
|
||||
buttons: [
|
||||
id: "essential", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "Ksh 150,000+", subtitle: "For intimate gatherings and basic coordination.", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Basic Event Planning",
|
||||
"Venue Selection Assistance",
|
||||
"Guest List Management",
|
||||
"Vendor Recommendations",
|
||||
],
|
||||
"Basic Event Planning", "Venue Selection Assistance", "Guest List Management", "Vendor Recommendations"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Chosen",
|
||||
badgeIcon: Award,
|
||||
price: "Ksh 350,000+",
|
||||
subtitle: "Comprehensive planning for larger, more complex events.",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Chosen", badgeIcon: Award,
|
||||
price: "Ksh 350,000+", subtitle: "Comprehensive planning for larger, more complex events.", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Select Plan", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full-Service Planning & Design",
|
||||
"Budget Management",
|
||||
"Detailed Timeline Creation",
|
||||
"On-site Coordination",
|
||||
"Unlimited Consultations",
|
||||
],
|
||||
"Full-Service Planning & Design", "Budget Management", "Detailed Timeline Creation", "On-site Coordination", "Unlimited Consultations"],
|
||||
},
|
||||
{
|
||||
id: "bespoke",
|
||||
badge: "Ultimate Luxury",
|
||||
badgeIcon: Lightbulb,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Tailored to your every desire, for truly unique celebrations.",
|
||||
buttons: [
|
||||
id: "bespoke", badge: "Ultimate Luxury", badgeIcon: Lightbulb,
|
||||
price: "Custom Quote", subtitle: "Tailored to your every desire, for truly unique celebrations.", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Quote", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Exclusive Concept Development",
|
||||
"Luxury Vendor Sourcing",
|
||||
"Premium Decor & Styling",
|
||||
"Dedicated Event Manager",
|
||||
"Post-Event Follow-up",
|
||||
],
|
||||
"Exclusive Concept Development", "Luxury Vendor Sourcing", "Premium Decor & Styling", "Dedicated Event Manager", "Post-Event Follow-up"],
|
||||
},
|
||||
]}
|
||||
title="Investment in Your Perfect Event"
|
||||
@@ -217,96 +133,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "#",
|
||||
ariaLabel: "Whatsapp",
|
||||
},
|
||||
]}
|
||||
columns={[
|
||||
{
|
||||
heading: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
{
|
||||
label: "Packages",
|
||||
href: "/packages",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/#testimonials-section",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Our Services",
|
||||
items: [
|
||||
{
|
||||
label: "Event Planning",
|
||||
href: "/services#event-planning",
|
||||
},
|
||||
{
|
||||
label: "Catering Services",
|
||||
href: "/services#catering-services",
|
||||
},
|
||||
{
|
||||
label: "Event Styling",
|
||||
href: "/services#event-styling",
|
||||
},
|
||||
{
|
||||
label: "MC & Entertainment",
|
||||
href: "/services#mc-entertainment",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
heading: "Contact Us",
|
||||
items: [
|
||||
{
|
||||
label: "+254 711 123 456",
|
||||
href: "tel:+254711123456",
|
||||
},
|
||||
{
|
||||
label: "hello@kendijoy.co.ke",
|
||||
href: "mailto:hello@kendijoy.co.ke",
|
||||
},
|
||||
{
|
||||
label: "Nairobi, Kenya",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mon - Sat: 8:00 AM - 6:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
href: "#", ariaLabel: "Whatsapp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user