4 Commits

Author SHA1 Message Date
22b057322e Update src/app/shop/page.tsx 2026-02-19 06:12:16 +00:00
6f6ecf3023 Update src/app/shop/[id]/page.tsx 2026-02-19 06:12:15 +00:00
b68a1d9b6c Update src/app/page.tsx 2026-02-19 06:12:14 +00:00
5e21047cfa Merge version_1 into main
Merge version_1 into main
2026-02-19 06:05:26 +00:00
3 changed files with 18 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import ContactText from '@/components/sections/contact/ContactText';
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";
export default function LandingPage() {
@@ -58,6 +59,18 @@ export default function LandingPage() {
imageAlt="Textbooked learning dashboard interface"
imagePosition="right"
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={[
{ text: "Begin Your First Plan", href: "#contact" },
{ text: "Explore Features", href: "#features" }

View File

@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Features","id":"features"},
{"name":"How It Works","id":"process"},
{"name":"Impact","id":"metrics"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Shop","id":"/shop"}
{"name":"Testimonials","id":"testimonials"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -138,8 +137,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Features","id":"features"},
{"name":"How It Works","id":"process"},
{"name":"Impact","id":"metrics"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Shop","id":"/shop"}
{"name":"Testimonials","id":"testimonials"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -193,8 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{"name":"Features","id":"features"},
{"name":"How It Works","id":"process"},
{"name":"Impact","id":"metrics"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Shop","id":"/shop"}
{"name":"Testimonials","id":"testimonials"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>

View File

@@ -40,8 +40,7 @@ export default function ShopPage() {
{"name":"Features","id":"features"},
{"name":"How It Works","id":"process"},
{"name":"Impact","id":"metrics"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Shop","id":"/shop"}
{"name":"Testimonials","id":"testimonials"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -87,8 +86,7 @@ export default function ShopPage() {
{"name":"Features","id":"features"},
{"name":"How It Works","id":"process"},
{"name":"Impact","id":"metrics"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Shop","id":"/shop"}
{"name":"Testimonials","id":"testimonials"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>