Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-08 15:21:26 +00:00

View File

@@ -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"
}}
/>