diff --git a/src/app/page.tsx b/src/app/page.tsx index a4d0b5c..1f36041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Sparkles, Star, Utensils } from "lucide-react"; +import { Sparkles, Star, Utensils, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -52,6 +52,8 @@ export default function LandingPage() { ], logoIcon: Sparkles, sidebarItems: [{ icon: Utensils, active: true }], + buttons: [{ text: "Get Started", href: "#products" }], + listItems: [{ icon: ArrowRight, title: "New Batch", status: "Active" }], imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571796.jpg" }} />