Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 16:32:07 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { AlertCircle, Bell, Box, Clock, FileText, ShieldCheck, TrendingDown } from "lucide-react";
import { AlertCircle, Bell, Box, Clock, FileText, ShieldCheck, TrendingDown, ChefHat, BarChart3 } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "#hero",
},
{
name: "Features",
id: "#features",
},
{
name: "Metrics",
id: "#metrics",
},
{
name: "Testimonials",
id: "#testimonials",
},
{ name: "Dashboard", id: "#hero" },
{ name: "Features", id: "#features" },
{ name: "Metrics", id: "#metrics" },
{ name: "Testimonials", id: "#testimonials" },
]}
brandName="SmartRes"
/>
@@ -53,45 +41,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Smart Restaurant Management System"
description="Revolutionize your restaurant operations with real-time analytics, automated kitchen workflows, and streamlined billing."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=1",
imageAlt: "Dashboard overview",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=2",
imageAlt: "Kitchen panel",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=3",
imageAlt: "Billing system",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=4",
imageAlt: "Inventory tracking",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=5",
imageAlt: "Analytics reports",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=6",
imageAlt: "Role based access",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Dashboard overview" },
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Kitchen panel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Billing system" },
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Inventory tracking" },
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Analytics reports" },
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "Role based access" },
]}
buttons={[
{
text: "Get Started",
href: "#",
},
{
text: "View Demo",
href: "#",
},
{ text: "Get Started", href: "#" },
{ text: "View Demo", href: "#" },
]}
/>
</div>
@@ -103,20 +66,11 @@ export default function LandingPage() {
title="Operational Efficiency at Your Fingertips"
description="Smart Restaurant Management System provides a comprehensive, centralized platform for your restaurant's internal operations. From inventory management to real-time order tracking, we handle the backend so your staff can focus on the guest experience."
bulletPoints={[
{
title: "Real-time Order Workflow",
description: "Automated kitchen syncing for faster service.",
},
{
title: "Advanced Billing Engine",
description: "Auto-tax calculations and digital invoice generation.",
},
{
title: "Deep Business Analytics",
description: "Data-driven insights for revenue growth.",
},
{ title: "Real-time Order Workflow", description: "Automated kitchen syncing for faster service." },
{ title: "Advanced Billing Engine", description: "Auto-tax calculations and digital invoice generation." },
{ title: "Deep Business Analytics", description: "Data-driven insights for revenue growth." },
]}
imageSrc="http://img.b2bpic.net/free-photo/sterile-hospital-lab-with-metal-supply-cart-wheels-clinical-space_482257-124175.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/sterile-hospital-lab-with-metal-supply-cart-wheels-clinical-space_482257-124175.jpg"
imageAlt="Modern professional kitchen"
/>
</div>
@@ -128,79 +82,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Smart Inventory",
description: "Automatic stock deduction on every order with low stock alerts.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294525.jpg",
imageAlt: "Inventory tracking",
},
title: "Smart Inventory", description: "Automatic stock deduction on every order with low stock alerts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294525.jpg", imageAlt: "Inventory tracking" },
items: [
{
icon: Box,
text: "Stock Tracking",
},
{
icon: AlertCircle,
text: "Smart Alerts",
},
{
icon: TrendingDown,
text: "Usage Analytics",
},
{ icon: Box, text: "Stock Tracking" },
{ icon: AlertCircle, text: "Smart Alerts" },
{ icon: TrendingDown, text: "Usage Analytics" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=7",
imageAlt: "dashboard interface dark mode software",
},
{
title: "Real-time Kitchen Sync",
description: "Live order updates for kitchen staff with sound notifications.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tablet-template-with-mexican-food_23-2148140297.jpg?_wi=1",
imageAlt: "Kitchen sync",
},
title: "Real-time Kitchen Sync", description: "Live order updates for kitchen staff with sound notifications.", media: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tablet-template-with-mexican-food_23-2148140297.jpg", imageAlt: "Kitchen sync" },
items: [
{
icon: ChefHat,
text: "Order Processing",
},
{
icon: Bell,
text: "Sound Alerts",
},
{
icon: Clock,
text: "Status Tracking",
},
{ icon: ChefHat, text: "Order Processing" },
{ icon: Bell, text: "Sound Alerts" },
{ icon: Clock, text: "Status Tracking" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/sterile-hospital-lab-with-metal-supply-cart-wheels-clinical-space_482257-124175.jpg?_wi=2",
imageAlt: "modern professional commercial kitchen",
},
{
title: "Revenue Analytics",
description: "Comprehensive daily, weekly, and monthly reports exportable in CSV/PDF.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/business-growth-analysis_23-2152011785.jpg",
imageAlt: "Analytics",
},
title: "Revenue Analytics", description: "Comprehensive daily, weekly, and monthly reports exportable in CSV/PDF.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-growth-analysis_23-2152011785.jpg", imageAlt: "Analytics" },
items: [
{
icon: BarChart3,
text: "Live Trends",
},
{
icon: FileText,
text: "Export Reports",
},
{
icon: ShieldCheck,
text: "Tax Tracking",
},
{ icon: BarChart3, text: "Live Trends" },
{ icon: FileText, text: "Export Reports" },
{ icon: ShieldCheck, text: "Tax Tracking" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tablet-template-with-mexican-food_23-2148140297.jpg?_wi=2",
imageAlt: "digital menu tablet interface",
},
]}
title="Core Modules Built for Scale"
@@ -214,33 +120,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "99.9%",
title: "System Uptime",
items: [
"Cloud-based infrastructure",
"Low latency data",
],
},
{
id: "m2",
value: "15min",
title: "Avg. Order Turnaround",
items: [
"Automated kitchen routing",
"Waitstaff optimization",
],
},
{
id: "m3",
value: "24/7",
title: "Data Accuracy",
items: [
"Real-time database sync",
"Role-based controls",
],
},
{ id: "m1", value: "99.9%", title: "System Uptime", items: ["Cloud-based infrastructure", "Low latency data"] },
{ id: "m2", value: "15min", title: "Avg. Order Turnaround", items: ["Automated kitchen routing", "Waitstaff optimization"] },
{ id: "m3", value: "24/7", title: "Data Accuracy", items: ["Real-time database sync", "Role-based controls"] },
]}
title="System Performance Metrics"
description="Track the performance and health of your restaurant operations with real-time data."
@@ -250,48 +132,24 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "Restaurant Manager",
testimonial: "This system transformed our kitchen productivity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-manager-standing-with-tablet-front-cafe-entrance-welcomes-guests_1258-199367.jpg",
},
id: "1", name: "Sarah J.", handle: "Restaurant Manager", testimonial: "This system transformed our kitchen productivity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-woman-manager-standing-with-tablet-front-cafe-entrance-welcomes-guests_1258-199367.jpg"},
{
id: "2",
name: "Mark D.",
handle: "Cafe Owner",
testimonial: "Inventory management is now completely effortless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2150170385.jpg",
},
id: "2", name: "Mark D.", handle: "Cafe Owner", testimonial: "Inventory management is now completely effortless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-chair_23-2150170385.jpg"},
{
id: "3",
name: "Elena R.",
handle: "Operations Lead",
testimonial: "The billing module saved us hours of paperwork.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg",
},
id: "3", name: "Elena R.", handle: "Operations Lead", testimonial: "The billing module saved us hours of paperwork.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg"},
{
id: "4",
name: "Chris V.",
handle: "Restaurant Director",
testimonial: "Real-time updates mean happier guests every day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
},
id: "4", name: "Chris V.", handle: "Restaurant Director", testimonial: "Real-time updates mean happier guests every day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg"},
{
id: "5",
name: "Linda M.",
handle: "Catering Supervisor",
testimonial: "Analytics are actionable and very easy to read.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg",
},
id: "5", name: "Linda M.", handle: "Catering Supervisor", testimonial: "Analytics are actionable and very easy to read.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg"},
]}
showRating={true}
title="Trusted by Restaurant Managers"
@@ -303,43 +161,13 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "System",
items: [
{
label: "Dashboard",
href: "#hero",
},
{
label: "Analytics",
href: "#metrics",
},
],
title: "System", items: [{ label: "Dashboard", href: "#hero" }, { label: "Analytics", href: "#metrics" }],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "#",
},
{
label: "Documentation",
href: "#",
},
],
title: "Support", items: [{ label: "Contact Us", href: "#" }, { label: "Documentation", href: "#" }],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }],
},
]}
bottomLeftText="© 2024 SmartRes Management"