Update src/app/pricing/page.tsx
This commit is contained in:
@@ -9,8 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
export default function PricingPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tanning Packages", href: "/pricing" },
|
||||
{ label: "Memberships", href: "/pricing" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
@@ -18,8 +17,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "FAQs", href: "/" },
|
||||
@@ -27,8 +25,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com/maps" },
|
||||
@@ -67,52 +64,19 @@ export default function PricingPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "payasyougo",
|
||||
tag: "Pay-As-You-Go",
|
||||
price: "£3.50",
|
||||
period: "/minute",
|
||||
description: "Perfect for occasional tanners who want flexibility without commitment.",
|
||||
button: { text: "Book Now", href: "/booking" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"Use anytime during opening hours",
|
||||
"No membership fees",
|
||||
"Premium sunbed access",
|
||||
"Professional hygiene standards",
|
||||
],
|
||||
id: "payasyougo", tag: "Pay-As-You-Go", price: "£3.50", period: "/minute", description: "Perfect for occasional tanners who want flexibility without commitment.", button: { text: "Book Now", href: "/booking" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Use anytime during opening hours", "No membership fees", "Premium sunbed access", "Professional hygiene standards"],
|
||||
},
|
||||
{
|
||||
id: "blockminutes",
|
||||
tag: "Block Minutes",
|
||||
price: "£45",
|
||||
period: "/60 mins",
|
||||
description: "Best value for regular tanners. Buy in bulk and save on every session.",
|
||||
button: { text: "Purchase Now", href: "/booking" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"60 tanning minutes bundled",
|
||||
"Use within 3 months",
|
||||
"20% savings vs pay-as-you-go",
|
||||
"Priority booking available",
|
||||
"Complimentary tan care tips",
|
||||
],
|
||||
id: "blockminutes", tag: "Block Minutes", price: "£45", period: "/60 mins", description: "Best value for regular tanners. Buy in bulk and save on every session.", button: { text: "Purchase Now", href: "/booking" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"60 tanning minutes bundled", "Use within 3 months", "20% savings vs pay-as-you-go", "Priority booking available", "Complimentary tan care tips"],
|
||||
},
|
||||
{
|
||||
id: "membership",
|
||||
tag: "Premium Membership",
|
||||
price: "£49",
|
||||
period: "/month",
|
||||
description: "Unlimited tanning access with exclusive member perks and priority booking.",
|
||||
button: { text: "Become a Member", href: "/booking" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"Unlimited tanning minutes",
|
||||
"Priority booking slots",
|
||||
"Member-only discounts",
|
||||
"Free tan maintenance sessions",
|
||||
"Birthday bonus minutes",
|
||||
"Cancel anytime with 7-day notice",
|
||||
],
|
||||
id: "membership", tag: "Premium Membership", price: "£49", period: "/month", description: "Unlimited tanning access with exclusive member perks and priority booking.", button: { text: "Become a Member", href: "/booking" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited tanning minutes", "Priority booking slots", "Member-only discounts", "Free tan maintenance sessions", "Birthday bonus minutes", "Cancel anytime with 7-day notice"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -128,19 +92,11 @@ export default function PricingPage() {
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Pay every visit",
|
||||
"No member benefits",
|
||||
"Standard booking",
|
||||
"No discounts",
|
||||
],
|
||||
"Pay every visit", "No member benefits", "Standard booking", "No discounts"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Lock in your rate",
|
||||
"Exclusive member perks",
|
||||
"Priority booking access",
|
||||
"Special discounts & offers",
|
||||
],
|
||||
"Lock in your rate", "Exclusive member perks", "Priority booking access", "Special discounts & offers"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
title="Why Choose Membership?"
|
||||
@@ -160,4 +116,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user