Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user