Update src/app/offers/page.tsx
This commit is contained in:
@@ -27,49 +27,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Kids",
|
||||
id: "/kids",
|
||||
},
|
||||
name: "Kids", id: "/kids"},
|
||||
{
|
||||
name: "Groom",
|
||||
id: "/groom",
|
||||
},
|
||||
name: "Groom", id: "/groom"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "/team",
|
||||
},
|
||||
name: "Team", id: "/team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "/offers",
|
||||
},
|
||||
name: "Offers", id: "/offers"},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "/booking",
|
||||
},
|
||||
name: "Booking", id: "/booking"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="KOKO Salon"
|
||||
/>
|
||||
@@ -83,33 +61,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "offer-item-1",
|
||||
name: "Seasonal Refresh",
|
||||
price: "20% Off",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/false-eyelashes-concept-different-makeup-accessories_185193-163436.jpg",
|
||||
imageAlt: "Seasonal discount",
|
||||
},
|
||||
id: "offer-item-1", name: "Seasonal Refresh", price: "20% Off", imageSrc: "http://img.b2bpic.net/free-photo/false-eyelashes-concept-different-makeup-accessories_185193-163436.jpg", imageAlt: "Seasonal discount"},
|
||||
{
|
||||
id: "offer-item-2",
|
||||
name: "Wedding Day Prep",
|
||||
price: "Special Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embracing-his-bride-forest_1153-5980.jpg",
|
||||
imageAlt: "Wedding groom package offer",
|
||||
},
|
||||
id: "offer-item-2", name: "Wedding Day Prep", price: "Special Price", imageSrc: "http://img.b2bpic.net/free-photo/groom-gently-embracing-his-bride-forest_1153-5980.jpg", imageAlt: "Wedding groom package offer"},
|
||||
{
|
||||
id: "offer-item-3",
|
||||
name: "VIP Access",
|
||||
price: "Exclusive Benefits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860789.jpg",
|
||||
imageAlt: "VIP membership card",
|
||||
},
|
||||
id: "offer-item-3", name: "VIP Access", price: "Exclusive Benefits", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860789.jpg", imageAlt: "VIP membership card"},
|
||||
{
|
||||
id: "offer-item-4",
|
||||
name: "Kids Style Bundle",
|
||||
price: "Save 15%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462463.jpg",
|
||||
imageAlt: "Kids package offer",
|
||||
},
|
||||
id: "offer-item-4", name: "Kids Style Bundle", price: "Save 15%", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462463.jpg", imageAlt: "Kids package offer"},
|
||||
]}
|
||||
title="Limited-Time Luxuries Await"
|
||||
description="Discover KOKO Salon's exclusive seasonal discounts, VIP membership benefits, and special packages for an elevated grooming experience at exceptional value. Don't miss out on these unique opportunities."
|
||||
@@ -122,45 +80,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "silver-member",
|
||||
badge: "Silver Tier",
|
||||
badgeIcon: Star,
|
||||
price: "$99/year",
|
||||
subtitle: "Elevate Your Every Visit",
|
||||
buttons: [
|
||||
id: "silver-member", badge: "Silver Tier", badgeIcon: Star,
|
||||
price: "$99/year", subtitle: "Elevate Your Every Visit", buttons: [
|
||||
{
|
||||
text: "Join Silver",
|
||||
href: "/booking",
|
||||
},
|
||||
text: "Join Silver", href: "/booking"},
|
||||
],
|
||||
features: [
|
||||
"10% Off All Services",
|
||||
"Priority Booking Access",
|
||||
"Birthday Discount",
|
||||
],
|
||||
"10% Off All Services", "Priority Booking Access", "Birthday Discount"],
|
||||
},
|
||||
{
|
||||
id: "gold-member",
|
||||
badge: "Gold Tier",
|
||||
badgeIcon: Award,
|
||||
price: "$199/year",
|
||||
subtitle: "Experience True Exclusivity",
|
||||
buttons: [
|
||||
id: "gold-member", badge: "Gold Tier", badgeIcon: Award,
|
||||
price: "$199/year", subtitle: "Experience True Exclusivity", buttons: [
|
||||
{
|
||||
text: "Join Gold",
|
||||
href: "/booking",
|
||||
},
|
||||
text: "Join Gold", href: "/booking"},
|
||||
],
|
||||
features: [
|
||||
"20% Off All Services",
|
||||
"Guaranteed Priority Booking",
|
||||
"Complimentary Product Sample",
|
||||
"Annual VIP Event Invitation",
|
||||
],
|
||||
"20% Off All Services", "Guaranteed Priority Booking", "Complimentary Product Sample", "Annual VIP Event Invitation"],
|
||||
},
|
||||
]}
|
||||
title="Unlock Exclusive Membership Privileges"
|
||||
description="Join the KOKO Salon elite with our bespoke membership tiers, offering priority booking, discounted services, and access to exclusive events. Elevate your grooming journey with unmatched benefits."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,87 +108,51 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Classic Haircut",
|
||||
href: "/services#classic",
|
||||
},
|
||||
label: "Classic Haircut", href: "/services#classic"},
|
||||
{
|
||||
label: "Skin Fade",
|
||||
href: "/services#fade",
|
||||
},
|
||||
label: "Skin Fade", href: "/services#fade"},
|
||||
{
|
||||
label: "Royal Shave",
|
||||
href: "/services#shave",
|
||||
},
|
||||
label: "Royal Shave", href: "/services#shave"},
|
||||
{
|
||||
label: "Hair Treatments",
|
||||
href: "/services#treatment",
|
||||
},
|
||||
label: "Hair Treatments", href: "/services#treatment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Packages",
|
||||
items: [
|
||||
title: "Packages", items: [
|
||||
{
|
||||
label: "Groom Packages",
|
||||
href: "/groom",
|
||||
},
|
||||
label: "Groom Packages", href: "/groom"},
|
||||
{
|
||||
label: "Kids Experience",
|
||||
href: "/kids",
|
||||
},
|
||||
label: "Kids Experience", href: "/kids"},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "/offers",
|
||||
},
|
||||
label: "Special Offers", href: "/offers"},
|
||||
{
|
||||
label: "VIP Membership",
|
||||
href: "/offers#vip",
|
||||
},
|
||||
label: "VIP Membership", href: "/offers#vip"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "/booking",
|
||||
},
|
||||
label: "Book Appointment", href: "/booking"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/01000000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/01000000000"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/kokosalon",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/kokosalon"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user