From 9b2c1eaa267f4454f9c01576f223e2fe8a161669 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:44:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 315f10a..0e87626 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Wine } from "lucide-react"; +import { Wine, Coffee, Martini, Gamepad2, Music } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() {