From 88f95f31a3088c0a2d0c87f47cc47b6aac93ddb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 03:09:42 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 87c3540..99478c6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From ad735057f256f245022624f6155ff3d8a8908672 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 03:09:43 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cce6ef..d691350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Coffee, Mail } from "lucide-react"; +import { Coffee, Mail, Lightbulb, Heart, Sparkles } from "lucide-react"; export default function CaffePage() { return ( @@ -75,7 +75,7 @@ export default function CaffePage() {
@@ -173,4 +178,4 @@ export default function CaffePage() {
); -} \ No newline at end of file +} -- 2.49.1