Merge version_2 into main #3
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user