From a3b5467b851031c9403e22a4e2c2ed3b669b58d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:40:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81d7a7a..b5619be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Activity, Archive, Bookmark, Brain, Ear, Eye, Heart, MessageCircle, Mic, Sparkles, Wand2, Zap } from 'lucide-react'; +import { Activity, Archive, Bookmark, Brain, Ear, Eye, Heart, MessageCircle, Mic, Sparkles, Wand2, Zap, Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -109,7 +109,7 @@ export default function LandingPage() { }, items: [ { icon: Archive, text: "Contextual memory" }, - { icon: Archive, text: "Temporal continuity" }, + { icon: Calendar, text: "Temporal continuity" }, { icon: Bookmark, text: "Emotional themes" } ], reverse: true