From 46dc21b08212a3195796449451bdc397920baf62 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:36:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++++---------------------------------- 1 file changed, 45 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8378e4e..58ab8da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,9 +47,7 @@ export default function LandingPage() { description="Building the foundation for future leaders through excellence in competitive debate and public speaking." buttons={[ { - text: "Enroll Now", - href: "#programs", - }, + text: "Enroll Now", href: "#programs"}, ]} imageSrc="http://img.b2bpic.net/free-photo/hotel-reception-diffuse_1203-662.jpg" /> @@ -68,14 +58,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Mission", - }, + type: "text", content: "Our Mission"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257202.jpg", - alt: "Academy", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257202.jpg", alt: "Academy"}, ]} /> @@ -88,59 +73,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Beginner", - name: "Foundations", - price: "$450", - rating: 5, - reviewCount: "20+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=1", - }, + id: "p1", brand: "Beginner", name: "Foundations", price: "$450", rating: 5, + reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=1"}, { - id: "p2", - brand: "Intermediate", - name: "Advanced Research", - price: "$600", - rating: 5, - reviewCount: "15+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=2", - }, + id: "p2", brand: "Intermediate", name: "Advanced Research", price: "$600", rating: 5, + reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=2"}, { - id: "p3", - brand: "Expert", - name: "National Circuit", - price: "$850", - rating: 5, - reviewCount: "10+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=3", - }, + id: "p3", brand: "Expert", name: "National Circuit", price: "$850", rating: 5, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=3"}, { - id: "p4", - brand: "Private", - name: "1-on-1 Coaching", - price: "$120/hr", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=4", - }, + id: "p4", brand: "Private", name: "1-on-1 Coaching", price: "$120/hr", rating: 5, + reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=4"}, { - id: "p5", - brand: "Team", - name: "Camp Workshop", - price: "$950", - rating: 5, - reviewCount: "30+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=5", - }, + id: "p5", brand: "Team", name: "Camp Workshop", price: "$950", rating: 5, + reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=5"}, { - id: "p6", - brand: "Elite", - name: "Tournament Prep", - price: "$700", - rating: 5, - reviewCount: "25+", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=6", - }, + id: "p6", brand: "Elite", name: "Tournament Prep", price: "$700", rating: 5, + reviewCount: "25+", imageSrc: "http://img.b2bpic.net/free-vector/flat-labels-collection-international-day-education_23-2151045703.jpg?_wi=6"}, ]} title="Our Programs" description="Comprehensive debate training for all levels of experience." @@ -148,50 +97,37 @@ export default function LandingPage() {
-
-
@@ -199,20 +135,13 @@ export default function LandingPage() {