Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Zap, BookOpen, Lightbulb, TrendingUp, Star, CheckCircle, BookMarked, Infinity, FileText, Database, Link, Target, Clock, Gauge, BarChart3, Lock, Award, PieChart, Eye, Linkedin, Twitter, Github, Check } from "lucide-react";
|
import { Zap, BookOpen, Lightbulb, TrendingUp, Star, CheckCircle, BookMarked, Infinity, FileText, Database, Link, Target, Clock, Gauge, BarChart3, Lock, Award, PieChart, Eye, Linkedin, Twitter, Github, Check } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -58,6 +59,18 @@ export default function LandingPage() {
|
|||||||
imageAlt="Textbooked learning dashboard interface"
|
imageAlt="Textbooked learning dashboard interface"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
|
marqueeItems={[
|
||||||
|
{ type: "text", text: "Stanford University" },
|
||||||
|
{ type: "text", text: "MIT" },
|
||||||
|
{ type: "text", text: "Berkeley" },
|
||||||
|
{ type: "text", text: "Carnegie Mellon" },
|
||||||
|
{ type: "text", text: "Oxford" },
|
||||||
|
{ type: "text", text: "Cambridge" },
|
||||||
|
{ type: "text", text: "Harvard" },
|
||||||
|
{ type: "text", text: "CMU" }
|
||||||
|
]}
|
||||||
|
marqueeSpeed={30}
|
||||||
|
showMarqueeCard={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Begin Your First Plan", href: "#contact" },
|
{ text: "Begin Your First Plan", href: "#contact" },
|
||||||
{ text: "Explore Features", href: "#features" }
|
{ text: "Explore Features", href: "#features" }
|
||||||
|
|||||||
Reference in New Issue
Block a user