Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b4d944810 | |||
| e3ead7a551 | |||
| 0a7635f1a0 | |||
| 555b4ff140 | |||
| 8a8337d63d |
@@ -10,7 +10,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
|||||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
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 = [
|
const navItems = [
|
||||||
{ name: "Dashboard", id: "dashboard" },
|
{ name: "Dashboard", id: "dashboard" },
|
||||||
@@ -101,6 +101,12 @@ export default function HomePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Hero section for café POS system"
|
ariaLabel="Hero section for café POS system"
|
||||||
className="py-24 md:py-32"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user