diff --git a/src/app/page.tsx b/src/app/page.tsx index aecdcea..a4d9eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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() { /> +
+ +
+ +
+ +
+
@@ -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" /> +
+ +
+