From 8f0a8f3ecb20c82aa461f9e0bd3296741d00d110 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:06:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 404 ++++++++--------------------------------------- 1 file changed, 63 insertions(+), 341 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e61e7a8..25849c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Book, Coffee, Smile } from "lucide-react"; +import { Coffee, Book, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {