Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d86ed7f36e | |||
| e2a6b91522 | |||
| 8f6abd9fc7 | |||
| 46dc21b082 | |||
| 21f0425808 |
162
src/app/page.tsx
162
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() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
name: "Programs", id: "programs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cornerstone Debate"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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,38 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardOne
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
gridVariant="full-width-top-items-bottom-row"
|
||||
textboxLayout="split-description"
|
||||
title="Student Success Stories"
|
||||
description="Hear from our successful alumni and students about their journey at Cornerstone."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
|
||||
},
|
||||
id: "1", name: "Alex R.", role: "National Finalist", company: "Cornerstone Alum", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sam K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
|
||||
},
|
||||
id: "2", name: "Sam K.", role: "Tournament Champion", company: "Cornerstone Alum", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jamie L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-glasses-holding-books_1098-4054.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jordan P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-student-woman-standing-college-corridor-smiling-holding-books-looking-side-education-learning-concept_176420-12458.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Taylor B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-cheerful-young-caucasian-woman-wearing-rectangular-glasses-polo-shirt-looking-smiling-happily-showing-her-white-teeth_273609-1460.jpg",
|
||||
},
|
||||
id: "3", name: "Jamie L.", role: "Scholarship Recipient", company: "Cornerstone Alum", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-glasses-holding-books_1098-4054.jpg"},
|
||||
]}
|
||||
cardTitle="Student Success Stories"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Inquiry"
|
||||
title="Join Cornerstone"
|
||||
description="Take the first step toward competitive success. Sign up for our newsletter or contact us directly."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Ready to Elevate Your Debate Skills?"
|
||||
description="Connect with our expert coaches and start your journey toward debate excellence today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,20 +136,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user