Merge version_1 into main #4
@@ -5,9 +5,9 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [{ name: 'Home', id: '/' }];
|
||||
@@ -78,6 +78,19 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTen
|
||||
title="Academic Excellence"
|
||||
description="Evidence-based learning results from our students."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "ex-1", name: "James K.", quote: "The curriculum perfectly balances traditional subjects with cutting-edge tech.", title: "Future Readiness", imageSrc: "http://img.b2bpic.net/free-photo/laptop-open-book-assortment_23-2149765701.jpg" },
|
||||
{ id: "ex-2", name: "Fiona M.", quote: "My kids have developed strong character and discipline at Monet Education.", title: "Strong Foundation", imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-138487.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to raise a leader? Start your enrollment process with Monet Education today."
|
||||
|
||||
Reference in New Issue
Block a user