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() { /> +