From 3f9ab0e37687a8c1b97820d14adbe2dbb3d1b645 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:33:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 ++++++++--------------------------------------- 1 file changed, 60 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0354ff5..05d1f4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Book, BookOpen, Clock, Layers, Users } from "lucide-react"; +import { Book, BookOpen, Clock, Layers, Users, Cpu, Brain, Scroll, Library } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -182,64 +96,28 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Logic Foundations", - description: "Building code from base principles.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-painted-camera-against-pink-background_23-2148084285.jpg", - }, + title: "Logic Foundations", description: "Building code from base principles.", media: { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-painted-camera-against-pink-background_23-2148084285.jpg" }, items: [ - { - icon: Cpu, - text: "Basic logic gates", - }, - { - icon: Book, - text: "Ethical programming", - }, + { icon: Cpu, text: "Basic logic gates" }, + { icon: Book, text: "Ethical programming" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896310.jpg?_wi=2", - imageAlt: "video placeholder abstract AI", + reverse: false }, { - title: "Neural Networks", - description: "Visualizing how machines think.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/skilled-ambitious-female-ceo-negotiating-with-shareholders-online-conference_482257-124680.jpg", - }, + title: "Neural Networks", description: "Visualizing how machines think.", media: { imageSrc: "http://img.b2bpic.net/free-photo/skilled-ambitious-female-ceo-negotiating-with-shareholders-online-conference_482257-124680.jpg" }, items: [ - { - icon: Brain, - text: "Basic AI structures", - }, - { - icon: Layers, - text: "Deep learning intro", - }, + { icon: Brain, text: "Basic AI structures" }, + { icon: Layers, text: "Deep learning intro" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", - imageAlt: "video placeholder abstract AI", + reverse: true }, { - title: "Seminary Research", - description: "Integrating traditional inquiry methods.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-corner-book-coffee-candlelight_23-2151979244.jpg", - }, + title: "Seminary Research", description: "Integrating traditional inquiry methods.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-corner-book-coffee-candlelight_23-2151979244.jpg" }, items: [ - { - icon: Scroll, - text: "Historical text analysis", - }, - { - icon: Library, - text: "Academic management", - }, + { icon: Scroll, text: "Historical text analysis" }, + { icon: Library, text: "Academic management" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blond-female-student-with-backpack-smiling-camera-satisfied-as-holding-cup-takeaway_1258-115818.jpg?_wi=2", - imageAlt: "video placeholder abstract AI", + reverse: false }, ]} title="Educational Philosophy" @@ -254,42 +132,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "AI Basics Part 1", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-soft-red-background-christmas-valentines-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-87896.jpg", - }, - { - id: "2", - name: "Seminary Life", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-tech-repair-infographic_23-2150054248.jpg", - }, - { - id: "3", - name: "Logic Basics", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-neon-light-strings_23-2148328050.jpg", - }, - { - id: "4", - name: "Future Coding", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-68055.jpg", - }, - { - id: "5", - name: "Ethics & Tech", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/team-leader-talking-with-employees-online-videocall_482257-123578.jpg", - }, - { - id: "6", - name: "Data Analysis", - price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg", - }, + { id: "1", name: "AI Basics Part 1", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-soft-red-background-christmas-valentines-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-87896.jpg" }, + { id: "2", name: "Seminary Life", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-tech-repair-infographic_23-2150054248.jpg" }, + { id: "3", name: "Logic Basics", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-neon-light-strings_23-2148328050.jpg" }, + { id: "4", name: "Future Coding", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-68055.jpg" }, + { id: "5", name: "Ethics & Tech", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-talking-with-employees-online-videocall_482257-123578.jpg" }, + { id: "6", name: "Data Analysis", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg" }, ]} title="Upcoming Video Archive" description="Building a library of accessible education for all." @@ -303,27 +151,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "150+", - title: "Students", - description: "Engaged in AI literacy.", - icon: Users, - }, - { - id: "2", - value: "12", - title: "Curriculum Modules", - description: "Deeply researched units.", - icon: BookOpen, - }, - { - id: "3", - value: "400+", - title: "Research Hours", - description: "Managing seminary operations.", - icon: Clock, - }, + { id: "1", value: "150+", title: "Students", description: "Engaged in AI literacy.", icon: Users }, + { id: "2", value: "12", title: "Curriculum Modules", description: "Deeply researched units.", icon: BookOpen }, + { id: "3", value: "400+", title: "Research Hours", description: "Managing seminary operations.", icon: Clock }, ]} title="Impact Overview" description="Measured in curious minds and organized research hours." @@ -334,31 +164,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1