|
|
|
|
@@ -10,7 +10,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
|
|
|
|
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
|
|
|
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
|
|
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
|
|
|
import { Zap, ShoppingCart, DollarSign, TrendingUp, MessageCircle, Mail } from "lucide-react";
|
|
|
|
|
import { Zap, ShoppingCart, DollarSign, TrendingUp, MessageCircle, Mail, Coffee, Clock, Shield } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
const navItems = [
|
|
|
|
|
{ name: "Dashboard", id: "dashboard" },
|
|
|
|
|
@@ -101,6 +101,12 @@ export default function HomePage() {
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
ariaLabel="Hero section for café POS system"
|
|
|
|
|
className="py-24 md:py-32"
|
|
|
|
|
marqueeItems={[
|
|
|
|
|
{ type: "text-icon", text: "500+ Cafés", icon: Coffee },
|
|
|
|
|
{ type: "text-icon", text: "99.99% Uptime", icon: Shield },
|
|
|
|
|
{ type: "text-icon", text: "24/7 Support", icon: Clock },
|
|
|
|
|
]}
|
|
|
|
|
showMarqueeCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -216,7 +222,7 @@ export default function HomePage() {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardFive
|
|
|
|
|
title="What Café Owners Are Saying"
|
|
|
|
|
description="Real feedback from businesses using CaféPOS to streamline operations."
|
|
|
|
|
description="Real feedback from businesses across all pricing tiers—from Basic to Enterprise plans—proving CaféPOS delivers value for operations of every size. Whether you're a solo café or managing multiple locations, our customers at every level report significant operational improvements and increased profitability."
|
|
|
|
|
tag="Customer Testimonials"
|
|
|
|
|
tagIcon={MessageCircle}
|
|
|
|
|
testimonials={[
|
|
|
|
|
@@ -269,4 +275,4 @@ export default function HomePage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|