diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 57644a4..51e2604 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -12,8 +12,9 @@ export default function PricingPage() { const navItems = [ { name: "Home", id: "home" }, { name: "Restaurants", id: "restaurants" }, + { name: "Food Gallery", id: "food-items" }, { name: "How It Works", id: "how-it-works" }, - { name: "Reviews", id: "reviews" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]; @@ -35,9 +36,7 @@ export default function PricingPage() { brandName="DineBook" navItems={navItems} button={{ - text: "Book Now", - href: "/contact", - }} + text: "Book Now", href: "/contact"}} /> @@ -53,71 +52,30 @@ export default function PricingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "For Casual Diners", - tagIcon: Sparkles, - price: "Free", - period: "Forever", - description: "Access basic restaurant browsing and booking", - button: { - text: "Get Started", - href: "/contact", - }, - featuresTitle: "Includes", - features: [ - "Browse 500+ restaurants", - "Read verified reviews", - "View food photos", - "Make reservations", - ], + id: "basic", tag: "For Casual Diners", tagIcon: Sparkles, + price: "Free", period: "Forever", description: "Access basic restaurant browsing and booking", button: { + text: "Get Started", href: "/contact"}, + featuresTitle: "Includes", features: [ + "Browse 500+ restaurants", "Read verified reviews", "View food photos", "Make reservations"], }, { - id: "premium", - tag: "Most Popular", - tagIcon: Crown, - price: "$9.99", - period: "per month", - description: "Priority booking and exclusive restaurant access", - button: { - text: "Upgrade Now", - href: "/contact", - }, - featuresTitle: "Everything in Basic, plus", - features: [ - "Priority reservations", - "Exclusive member-only restaurants", - "Advanced price filtering", - "VIP event access", - "24/7 concierge support", - ], + id: "premium", tag: "Most Popular", tagIcon: Crown, + price: "$9.99", period: "per month", description: "Priority booking and exclusive restaurant access", button: { + text: "Upgrade Now", href: "/contact"}, + featuresTitle: "Everything in Basic, plus", features: [ + "Priority reservations", "Exclusive member-only restaurants", "Advanced price filtering", "VIP event access", "24/7 concierge support"], }, { - id: "elite", - tag: "For Enthusiasts", - tagIcon: Diamond, - price: "$24.99", - period: "per month", - description: "Unlimited access with VIP treatment everywhere", - button: { - text: "Become Elite", - href: "/contact", - }, - featuresTitle: "Everything in Premium, plus", - features: [ - "Unlimited reservations", - "Michelin-star restaurants", - "Personal dining concierge", - "Monthly exclusive dining events", - "Restaurant partner discounts", - "Skip-the-line privileges", - ], + id: "elite", tag: "For Enthusiasts", tagIcon: Diamond, + price: "$24.99", period: "per month", description: "Unlimited access with VIP treatment everywhere", button: { + text: "Become Elite", href: "/contact"}, + featuresTitle: "Everything in Premium, plus", features: [ + "Unlimited reservations", "Michelin-star restaurants", "Personal dining concierge", "Monthly exclusive dining events", "Restaurant partner discounts", "Skip-the-line privileges"], }, ]} buttons={[ { - text: "View All Features", - href: "#faq", - }, + text: "View All Features", href: "#faq"}, ]} buttonAnimation="slide-up" /> @@ -135,47 +93,27 @@ export default function PricingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "How do I make a reservation?", - content: - "Simply browse restaurants, select your preferred date and time, and confirm your booking. You'll receive a confirmation email with all reservation details. DineBook makes it easy to secure your table at thousands of restaurants.", - }, + id: "faq-1", title: "How do I make a reservation?", content: + "Simply browse restaurants, select your preferred date and time, and confirm your booking. You'll receive a confirmation email with all reservation details. DineBook makes it easy to secure your table at thousands of restaurants."}, { - id: "faq-2", - title: "Can I cancel or modify my booking?", - content: - "Yes! You can cancel or modify reservations up to 24 hours before your reservation time. Visit your booking history, select the reservation, and make changes directly through our app or website.", - }, + id: "faq-2", title: "Can I cancel or modify my booking?", content: + "Yes! You can cancel or modify reservations up to 24 hours before your reservation time. Visit your booking history, select the reservation, and make changes directly through our app or website."}, { - id: "faq-3", - title: "Are the reviews verified?", - content: - "All reviews on DineBook come from verified diners who have actually booked and dined at the restaurants. We maintain strict standards to ensure authentic, helpful feedback from real customers.", - }, + id: "faq-3", title: "Are the reviews verified?", content: + "All reviews on DineBook come from verified diners who have actually booked and dined at the restaurants. We maintain strict standards to ensure authentic, helpful feedback from real customers."}, { - id: "faq-4", - title: "What if the restaurant cancels my reservation?", - content: - "Restaurant cancellations are extremely rare, but if it happens, we'll immediately notify you and help you find alternative restaurants with availability at the same time.", - }, + id: "faq-4", title: "What if the restaurant cancels my reservation?", content: + "Restaurant cancellations are extremely rare, but if it happens, we'll immediately notify you and help you find alternative restaurants with availability at the same time."}, { - id: "faq-5", - title: "Do I need to pay upfront?", - content: - "Most reservations are free to book. Some premium restaurants may require a small deposit, which will be clearly indicated before confirmation. You'll pay at the restaurant for your meal.", - }, + id: "faq-5", title: "Do I need to pay upfront?", content: + "Most reservations are free to book. Some premium restaurants may require a small deposit, which will be clearly indicated before confirmation. You'll pay at the restaurant for your meal."}, { - id: "faq-6", - title: "Are there any hidden fees?", - content: - "No hidden fees! DineBook is transparent. Any costs are clearly displayed during the booking process. Premium membership fees are the only optional charges.", - }, + id: "faq-6", title: "Are there any hidden fees?", content: + "No hidden fees! DineBook is transparent. Any costs are clearly displayed during the booking process. Premium membership fees are the only optional charges."}, ]} buttons={[ { - text: "Contact Support", - href: "/contact", - }, + text: "Contact Support", href: "/contact"}, ]} buttonAnimation="slide-up" /> @@ -187,87 +125,51 @@ export default function PricingPage() { imageAlt="DineBook Restaurant Community" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Browse Restaurants", - href: "/", - }, + label: "Browse Restaurants", href: "/"}, { - label: "Membership Plans", - href: "/pricing", - }, + label: "Membership Plans", href: "/pricing"}, { - label: "How It Works", - href: "/", - }, + label: "How It Works", href: "/"}, { - label: "Mobile App", - href: "#", - }, + label: "Mobile App", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Help Center", - href: "/contact", - }, + label: "Help Center", href: "/contact"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Restaurant Partners", - href: "#", - }, + label: "Restaurant Partners", href: "#"}, { - label: "Feedback", - href: "#", - }, + label: "Feedback", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cancellation Policy", - href: "#", - }, + label: "Cancellation Policy", href: "#"}, { - label: "Accessibility", - href: "#", - }, + label: "Accessibility", href: "#"}, ], }, ]}