From 3f7638992b7970add5cb7acc7fc7c1ecd2b24482 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 22:30:25 +0000 Subject: [PATCH] Update src/app/offers/page.tsx --- src/app/offers/page.tsx | 184 ++++++++++------------------------------ 1 file changed, 44 insertions(+), 140 deletions(-) diff --git a/src/app/offers/page.tsx b/src/app/offers/page.tsx index 28d5401..96426ac 100644 --- a/src/app/offers/page.tsx +++ b/src/app/offers/page.tsx @@ -27,49 +27,27 @@ export default function LandingPage() { @@ -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" /> @@ -168,87 +108,51 @@ export default function LandingPage() {