From e159061496840d27c1df124ec987053f0bb667d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 328 ++++++++++------------------------------------- 1 file changed, 70 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50fb54b..bc4a937 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee } from "lucide-react"; +import { Coffee, Cocktail, Beer, Sandwich, Tv, Billiards, Scan, Football } from "lucide-react"; export default function LandingPage() { return ( @@ -33,56 +33,37 @@ export default function LandingPage() {