Update src/app/page.tsx

This commit is contained in:
2026-03-03 20:07:50 +00:00
parent 797b106539
commit 28ebcb48b7

View File

@@ -5,43 +5,43 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Calendar, Package, Users, BarChart3, Users2, UtensilsCrossed, TrendingUp, MessageSquare, HelpCircle, ChefHat, Sparkles, DollarSign, Zap, Star, Crown } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "#contact" },
];
const footerColumns = [
{
title: "Product",
items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
{ label: "API Docs", href: "#" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/about" },
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -49,8 +49,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Guides", href: "#" },
{ label: "Support", href: "#" },
@@ -66,7 +65,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -75,7 +74,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{ text: "Get Started", href: "/contact" }}
button={{ text: "Get Started", href: "#contact" }}
brandName="RestauMgmt"
/>
</div>
@@ -87,49 +86,29 @@ export default function HomePage() {
tag="Restaurant Management"
tagIcon={ChefHat}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg"
imageAlt="Restaurant management dashboard interface"
imagePosition="right"
mediaAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
name: "Maria Santos",
handle: "Owner, Bella Notte",
testimonial: "RestauMgmt transformed how we manage daily operations. Our staff loves the intuitive interface.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg?_wi=1",
imageAlt: "Maria Santos",
},
name: "Maria Santos", handle: "Owner, Bella Notte", testimonial: "RestauMgmt transformed how we manage daily operations. Our staff loves the intuitive interface.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageAlt: "Maria Santos"},
{
name: "James Chen",
handle: "Manager, Golden Dragon",
testimonial: "The inventory tracking alone has saved us thousands. Highly recommend for any restaurant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg?_wi=1",
imageAlt: "James Chen",
},
name: "James Chen", handle: "Manager, Golden Dragon", testimonial: "The inventory tracking alone has saved us thousands. Highly recommend for any restaurant.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "James Chen"},
{
name: "Sophie Laurent",
handle: "Chef/Owner, Le Petit Bistro",
testimonial: "Best investment we made this year. The reservation system is flawless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-cooking-fish_1398-246.jpg?_wi=1",
imageAlt: "Sophie Laurent",
},
name: "Sophie Laurent", handle: "Chef/Owner, Le Petit Bistro", testimonial: "Best investment we made this year. The reservation system is flawless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-cooking-fish_1398-246.jpg", imageAlt: "Sophie Laurent"},
{
name: "Marcus Johnson",
handle: "Director, Urban Eats Group",
testimonial: "Managing 5 locations has never been easier. RestauMgmt scales perfectly with our growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
imageAlt: "Marcus Johnson",
},
name: "Marcus Johnson", handle: "Director, Urban Eats Group", testimonial: "Managing 5 locations has never been easier. RestauMgmt scales perfectly with our growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Marcus Johnson"},
]}
buttons={[
{ text: "Start Free Trial", href: "/contact" },
{ text: "Watch Demo", href: "/features" },
{ text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "#features" },
]}
buttonAnimation="slide-up"
/>
@@ -144,53 +123,23 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Reservation Management",
description: "Smart booking system with table management and customer preferences",
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=1",
imageAlt: "Reservation management interface",
buttonIcon: Calendar,
buttonHref: "#",
},
title: "Reservation Management", description: "Smart booking system with table management and customer preferences", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Reservation management interface", buttonIcon: Calendar,
buttonHref: "#"},
{
title: "Inventory Tracking",
description: "Real-time stock monitoring with automatic low-stock alerts",
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg?_wi=1",
imageAlt: "Inventory dashboard",
buttonIcon: Package,
buttonHref: "#",
},
title: "Inventory Tracking", description: "Real-time stock monitoring with automatic low-stock alerts", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Inventory dashboard", buttonIcon: Package,
buttonHref: "#"},
{
title: "Staff Scheduling",
description: "Optimize shift management with automated conflict detection",
imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg?_wi=1",
imageAlt: "Staff schedule calendar",
buttonIcon: Users,
buttonHref: "#",
},
title: "Staff Scheduling", description: "Optimize shift management with automated conflict detection", imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg", imageAlt: "Staff schedule calendar", buttonIcon: Users,
buttonHref: "#"},
{
title: "Analytics Dashboard",
description: "Deep insights into sales, customer behavior, and operational metrics",
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1",
imageAlt: "Analytics charts and reports",
buttonIcon: BarChart3,
buttonHref: "#",
},
title: "Analytics Dashboard", description: "Deep insights into sales, customer behavior, and operational metrics", imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", imageAlt: "Analytics charts and reports", buttonIcon: BarChart3,
buttonHref: "#"},
{
title: "Customer Profiles",
description: "Build relationships with detailed customer history and preferences",
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1",
imageAlt: "Customer management interface",
buttonIcon: Users2,
buttonHref: "#",
},
title: "Customer Profiles", description: "Build relationships with detailed customer history and preferences", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Customer management interface", buttonIcon: Users2,
buttonHref: "#"},
{
title: "Menu Management",
description: "Easy menu updates with pricing and item availability control",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg?_wi=2",
imageAlt: "Digital menu editor",
buttonIcon: UtensilsCrossed,
buttonHref: "#",
},
title: "Menu Management", description: "Easy menu updates with pricing and item availability control", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg", imageAlt: "Digital menu editor", buttonIcon: UtensilsCrossed,
buttonHref: "#"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -199,6 +148,54 @@ export default function HomePage() {
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Built by restaurant experts for" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/red-yellow-logo-restaurant_1017-4316.jpg", alt: "RestauMgmt logo" },
{ type: "text", content: "restaurant success" },
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#" },
{ text: "Contact Team", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Simple, Transparent Pricing"
description="Choose the plan that fits your restaurant's size and needs. All plans include 24/7 support."
tag="Pricing"
tagIcon={DollarSign}
tagAnimation="slide-up"
plans={[
{
id: "1", badge: "Starter", badgeIcon: Zap,
price: "$99/mo", subtitle: "Perfect for small cafes and bistros", features: [
"Up to 50 daily reservations", "Basic inventory tracking", "2 user accounts", "Email support", "Menu management"],
},
{
id: "2", badge: "Professional", badgeIcon: Star,
price: "$299/mo", subtitle: "Most popular for growing restaurants", features: [
"Unlimited reservations", "Advanced analytics", "10 user accounts", "Priority phone support", "Staff scheduling", "Customer loyalty program"],
},
{
id: "3", badge: "Enterprise", badgeIcon: Crown,
price: "$899/mo", subtitle: "For restaurant groups and chains", features: [
"Multi-location management", "Custom integrations", "Unlimited user accounts", "Dedicated account manager", "Advanced reporting", "API access"],
},
]}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
buttons={[{ text: "Start Your Trial", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="Trusted by Restaurants Worldwide"
@@ -208,42 +205,18 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "5,000+",
title: "Active Restaurants",
description: "Growing daily across 45 countries",
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13955.jpg?_wi=1",
imageAlt: "Restaurant network visualization",
},
id: "1", value: "5,000+", title: "Active Restaurants", description: "Growing daily across 45 countries", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13955.jpg", imageAlt: "Restaurant network visualization"},
{
id: "2",
value: "2M+",
title: "Reservations Daily",
description: "Managed seamlessly through our platform",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg?_wi=1",
imageAlt: "Reservation volume chart",
},
id: "2", value: "2M+", title: "Reservations Daily", description: "Managed seamlessly through our platform", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg", imageAlt: "Reservation volume chart"},
{
id: "3",
value: "98.5%",
title: "System Uptime",
description: "Enterprise-grade reliability you can count on",
imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg?_wi=1",
imageAlt: "Uptime monitoring dashboard",
},
id: "3", value: "98.5%", title: "System Uptime", description: "Enterprise-grade reliability you can count on", imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-working-late-office-blue-light-night-view_482257-32812.jpg", imageAlt: "Uptime monitoring dashboard"},
{
id: "4",
value: "24/7",
title: "Support Available",
description: "Our team is always here to help you succeed",
imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg",
imageAlt: "Customer support team",
},
id: "4", value: "24/7", title: "Support Available", description: "Our team is always here to help you succeed", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", imageAlt: "Customer support team"},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Join Our Community", href: "/contact" }]}
buttons={[{ text: "Join Our Community", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -261,53 +234,17 @@ export default function HomePage() {
speed={40}
testimonials={[
{
id: "1",
name: "Maria Santos",
handle: "@MariaSantos - Bella Notte",
testimonial: "RestauMgmt has been a game-changer for our restaurant. The reservation system is intuitive, and our customers love the instant confirmations.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg?_wi=2",
imageAlt: "Maria Santos",
},
id: "1", name: "Maria Santos", handle: "@MariaSantos - Bella Notte", testimonial: "RestauMgmt has been a game-changer for our restaurant. The reservation system is intuitive, and our customers love the instant confirmations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageAlt: "Maria Santos"},
{
id: "2",
name: "James Chen",
handle: "@JamesChen - Golden Dragon",
testimonial: "The inventory tracking alone has saved us thousands of dollars annually. We no longer waste food or run out of key ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg?_wi=2",
imageAlt: "James Chen",
},
id: "2", name: "James Chen", handle: "@JamesChen - Golden Dragon", testimonial: "The inventory tracking alone has saved us thousands of dollars annually. We no longer waste food or run out of key ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "James Chen"},
{
id: "3",
name: "Sophie Laurent",
handle: "@SophieLaurent - Le Petit Bistro",
testimonial: "I was skeptical at first, but the analytics dashboard has revolutionized how we make business decisions. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-cooking-fish_1398-246.jpg?_wi=2",
imageAlt: "Sophie Laurent",
},
id: "3", name: "Sophie Laurent", handle: "@SophieLaurent - Le Petit Bistro", testimonial: "I was skeptical at first, but the analytics dashboard has revolutionized how we make business decisions. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-cooking-fish_1398-246.jpg", imageAlt: "Sophie Laurent"},
{
id: "4",
name: "Marcus Johnson",
handle: "@MJohnson - Urban Eats Group",
testimonial: "Managing 5 locations independently used to be chaotic. Now I have complete visibility and control from a single dashboard.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
imageAlt: "Marcus Johnson",
},
id: "4", name: "Marcus Johnson", handle: "@MJohnson - Urban Eats Group", testimonial: "Managing 5 locations independently used to be chaotic. Now I have complete visibility and control from a single dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Marcus Johnson"},
{
id: "5",
name: "Elena Rodriguez",
handle: "@ElenaCooks - Casa Elena",
testimonial: "The staff scheduling feature has reduced labor costs significantly. My team is happier with predictable schedules.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg?_wi=1",
imageAlt: "Elena Rodriguez",
},
id: "5", name: "Elena Rodriguez", handle: "@ElenaCooks - Casa Elena", testimonial: "The staff scheduling feature has reduced labor costs significantly. My team is happier with predictable schedules.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", imageAlt: "Elena Rodriguez"},
{
id: "6",
name: "David Park",
handle: "@DavidPark - Fusion Kitchen",
testimonial: "Customer profiles have helped us personalize service. Our repeat customer satisfaction scores are up 45%.",
imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg?_wi=1",
imageAlt: "David Park",
},
id: "6", name: "David Park", handle: "@DavidPark - Fusion Kitchen", testimonial: "Customer profiles have helped us personalize service. Our repeat customer satisfaction scores are up 45%.", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-tai-chi-indoors_23-2150478922.jpg", imageAlt: "David Park"},
]}
buttons={[{ text: "Read More Stories", href: "#" }]}
buttonAnimation="slide-up"
@@ -328,41 +265,46 @@ export default function HomePage() {
showCard={true}
faqs={[
{
id: "1",
title: "How long does it take to set up RestauMgmt?",
content: "You can be up and running in less than 30 minutes. Our onboarding team guides you through setup, and most restaurants are fully operational within their first day. We handle data migration from your previous system at no extra cost.",
},
id: "1", title: "How long does it take to set up RestauMgmt?", content: "You can be up and running in less than 30 minutes. Our onboarding team guides you through setup, and most restaurants are fully operational within their first day. We handle data migration from your previous system at no extra cost."},
{
id: "2",
title: "Is my data secure with RestauMgmt?",
content: "Yes. We use enterprise-grade encryption, regular security audits, and comply with GDPR and PCI-DSS standards. Your customer and financial data is protected with the same security standards used by major financial institutions.",
},
id: "2", title: "Is my data secure with RestauMgmt?", content: "Yes. We use enterprise-grade encryption, regular security audits, and comply with GDPR and PCI-DSS standards. Your customer and financial data is protected with the same security standards used by major financial institutions."},
{
id: "3",
title: "Can RestauMgmt integrate with my POS system?",
content: "Absolutely. We integrate with all major POS systems including Square, Toast, Micros, and many others. Our API also allows custom integrations for specialized needs. Contact our integration team for specifics.",
},
id: "3", title: "Can RestauMgmt integrate with my POS system?", content: "Absolutely. We integrate with all major POS systems including Square, Toast, Micros, and many others. Our API also allows custom integrations for specialized needs. Contact our integration team for specifics."},
{
id: "4",
title: "What happens to my data if I cancel?",
content: "Your data is yours. You can export all customer data, transaction history, and settings at any time. We provide a 30-day grace period after cancellation to retrieve anything you need.",
},
id: "4", title: "What happens to my data if I cancel?", content: "Your data is yours. You can export all customer data, transaction history, and settings at any time. We provide a 30-day grace period after cancellation to retrieve anything you need."},
{
id: "5",
title: "Do you offer training for my staff?",
content: "Yes, training is included for all Professional and Enterprise plans. We provide video tutorials, live webinars, and one-on-one training sessions to ensure your team is confident using the platform.",
},
id: "5", title: "Do you offer training for my staff?", content: "Yes, training is included for all Professional and Enterprise plans. We provide video tutorials, live webinars, and one-on-one training sessions to ensure your team is confident using the platform."},
{
id: "6",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, bank transfers, and PayPal. Enterprise customers can arrange custom billing arrangements. Monthly and annual payment options are available with annual discounts up to 20%.",
},
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and PayPal. Enterprise customers can arrange custom billing arrangements. Monthly and annual payment options are available with annual discounts up to 20%."},
]}
buttons={[{ text: "Contact Support", href: "/contact" }]}
buttons={[{ text: "Contact Support", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
useInvertedBackground={true}
animationType="slide-up"
accordionAnimationType="smooth"
showCard={true}
ctaTitle="Ready to Transform Your Restaurant?"
ctaDescription="Start your free 14-day trial today. No credit card required. See how RestauMgmt can streamline your operations."
ctaIcon={Calendar}
ctaButton={{ text: "Schedule Demo", href: "#" }}
faqs={[
{
id: "1", title: "Is there a free trial available?", content: "Yes! All new restaurants get a 14-day free trial with full access to all features. No credit card required. Simply sign up and start managing your restaurant immediately."},
{
id: "2", title: "Can I upgrade or downgrade my plan anytime?", content: "Absolutely. You can change your plan at any time, and billing adjusts automatically. Upgrades take effect immediately, and downgrades apply at the end of your current billing cycle."},
{
id: "3", title: "What support options are available?", content: "We offer email support for all plans, priority phone support for Professional plans, and dedicated account managers for Enterprise plans. Our support team is available 24/7 to assist you."},
{
id: "4", title: "Do you offer custom development?", content: "Yes. Enterprise customers have access to our professional services team for custom integrations, API development, and feature customization to meet unique business requirements."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={footerColumns}