From eda0a2a91802207c4a13c61660c8e29e2641f695 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:50:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49b1c2a..2363732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, Heart, Trophy, Star, Mail, Smile, Users, MessageCircle, Globe, Twitter, Instagram, Facebook, Youtube, Shield } from 'lucide-react'; +import { Zap, Heart, Trophy, Star, Mail, Smile, Users, MessageCircle, Globe, Twitter, Instagram, Facebook, Youtube, Shield, BookOpen } from 'lucide-react'; export default function LandingPage() { return ( @@ -99,7 +99,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Discover Features", href: "#features" } + { text: "Discover Features", href: "#features" }, + { text: "Read Success Stories", href: "#testimonials" } ]} buttonAnimation="slide-up" /> -- 2.49.1