From 354136b8199414373ea4ab0809ebb6209a6989ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:21:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" }} /> -- 2.49.1