Merge version_2 into main #2
@@ -11,7 +11,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, BookOpen, GraduationCap, Laptop, Smile, Star, Trophy, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -44,6 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Winston Standard Secondary School"
|
||||
description="Excellence in education at Najjanankumbi. Preparing students for a bright and successful future."
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-vintage-library-featuring-wooden-shelves-classic-green-lamps_482257-118588.jpg", imageAlt: "Library" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-teen-redhead-girl-sits-bench-park-takes-selfie-makes-photo-herself-with_1258-196954.jpg", imageAlt: "Students" },
|
||||
@@ -55,6 +55,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: 'text', content: 'Our Commitment to Learning' }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,6 +66,7 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Advanced Science Labs", description: "Hands-on experience in biology, physics, and chemistry.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" },
|
||||
{ title: "Modern Library", description: "Extensive collection of academic resources.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" },
|
||||
@@ -77,6 +79,7 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
title="School Success"
|
||||
tag="Achievements"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "a1", value: "150+", description: "Academic Awards" },
|
||||
{ id: "a2", value: "95%", description: "Satisfied Parents" },
|
||||
@@ -92,6 +95,7 @@ export default function LandingPage() {
|
||||
author="Sarah Namutebi"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "", alt: "" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,6 +105,8 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about enrollment and school life."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "What is the enrollment process?", content: "Contact our office at 0414 270760." },
|
||||
{ id: "q2", title: "Where is the school located?", content: "Najjanakumbi, opposite Mirambi Stage." },
|
||||
@@ -114,6 +120,8 @@ export default function LandingPage() {
|
||||
tag="Contact"
|
||||
title="Start Your Educational Journey"
|
||||
description="Get in touch with us to start the enrollment process today."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user