Merge version_1 into main #1
191
src/app/page.tsx
191
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Programs", id: "#programs" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Hillside English School"
|
||||
/>
|
||||
@@ -57,14 +45,8 @@ export default function LandingPage() {
|
||||
logoText="Hillside English School"
|
||||
description="Master the art of professional landscaping in our world-class horticultural programs designed for the modern green enthusiast."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
{ text: "Enroll Now", href: "#contact" },
|
||||
{ text: "View Programs", href: "#programs" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trees-park_1160-727.jpg"
|
||||
imageAlt="Landscapers working in a beautiful garden"
|
||||
@@ -75,11 +57,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Cultivating Excellence in Landscaping"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Mission" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,26 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Landscape Design",
|
||||
description: "Learn to draft and build professional garden layouts using industry-leading software and traditional techniques.",
|
||||
tag: "Core Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg",
|
||||
},
|
||||
id: "p1", title: "Landscape Design", description: "Learn to draft and build professional garden layouts using industry-leading software and traditional techniques.", tag: "Core Course", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Irrigation Mastery",
|
||||
description: "Understand modern water management and efficient irrigation systems for sustainable landscape care.",
|
||||
tag: "Core Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg",
|
||||
},
|
||||
id: "p2", title: "Irrigation Mastery", description: "Understand modern water management and efficient irrigation systems for sustainable landscape care.", tag: "Core Course", imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Horticultural Science",
|
||||
description: "Dive deep into plant health, soil biology, and sustainable maintenance practices.",
|
||||
tag: "Core Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg",
|
||||
},
|
||||
id: "p3", title: "Horticultural Science", description: "Dive deep into plant health, soil biology, and sustainable maintenance practices.", tag: "Core Course", imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5993.jpg"},
|
||||
]}
|
||||
title="Comprehensive Programs"
|
||||
description="From irrigation design to botanical artistry, our curriculum covers all essential landscaping disciplines."
|
||||
@@ -118,30 +81,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="stats" data-section="stats">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "Job Placement",
|
||||
description: "Students employed within 3 months.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants-with-empty-paper_23-2148433100.jpg",
|
||||
},
|
||||
id: "m1", value: "95%", title: "Job Placement", description: "Students employed within 3 months.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants-with-empty-paper_23-2148433100.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1200+",
|
||||
title: "Graduates",
|
||||
description: "Professionals shaping landscapes globally.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-workers-with-flowerpoots-woman-transplanting-plant-into-new-pot_1157-41981.jpg",
|
||||
},
|
||||
id: "m2", value: "1200+", title: "Graduates", description: "Professionals shaping landscapes globally.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-workers-with-flowerpoots-woman-transplanting-plant-into-new-pot_1157-41981.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Industry Partners",
|
||||
description: "Top-tier companies hiring our talent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013396.jpg",
|
||||
},
|
||||
id: "m3", value: "50+", title: "Industry Partners", description: "Top-tier companies hiring our talent.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013396.jpg"},
|
||||
]}
|
||||
title="School Impact"
|
||||
description="Evidence-based growth and success rates for our students."
|
||||
@@ -155,40 +104,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex River",
|
||||
role: "Garden Manager",
|
||||
testimonial: "Hillside provided the practical skills I needed to succeed in professional landscaping.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-sunglasses-dreamily-looking-camera-with-pink-balloons-hand-confetti-around-white-background-isolated_574295-732.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex River", role: "Garden Manager", testimonial: "Hillside provided the practical skills I needed to succeed in professional landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-sunglasses-dreamily-looking-camera-with-pink-balloons-hand-confetti-around-white-background-isolated_574295-732.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan Smith",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "The hands-on training was unparalleled. My landscaping business is thriving thanks to this program.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-working-alone-her-greenhouse_23-2149072071.jpg",
|
||||
},
|
||||
id: "t2", name: "Jordan Smith", role: "Entrepreneur", testimonial: "The hands-on training was unparalleled. My landscaping business is thriving thanks to this program.", imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-working-alone-her-greenhouse_23-2149072071.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Casey Bloom",
|
||||
role: "Landscape Architect",
|
||||
testimonial: "The expert faculty pushed me to reach my potential. A truly enriching educational experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-alone-her-greenhouse_23-2149072079.jpg",
|
||||
},
|
||||
id: "t3", name: "Casey Bloom", role: "Landscape Architect", testimonial: "The expert faculty pushed me to reach my potential. A truly enriching educational experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-alone-her-greenhouse_23-2149072079.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sam Field",
|
||||
role: "Irrigation Specialist",
|
||||
testimonial: "Comprehensive, technical, and industry-focused. Exactly what I was looking for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614764.jpg",
|
||||
},
|
||||
id: "t4", name: "Sam Field", role: "Irrigation Specialist", testimonial: "Comprehensive, technical, and industry-focused. Exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614764.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Riley Green",
|
||||
role: "Horticulturist",
|
||||
testimonial: "Best decision of my career. Hillside is the gold standard for landscape education.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-potted-plants-smiling_141793-46797.jpg",
|
||||
},
|
||||
id: "t5", name: "Riley Green", role: "Horticulturist", testimonial: "Best decision of my career. Hillside is the gold standard for landscape education.", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-potted-plants-smiling_141793-46797.jpg"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Real feedback from our graduates who transformed their careers at Hillside."
|
||||
@@ -201,20 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What prerequisites are required?",
|
||||
content: "No prior landscaping experience is required, just a passion for nature.",
|
||||
},
|
||||
id: "f1", title: "What prerequisites are required?", content: "No prior landscaping experience is required, just a passion for nature."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer online courses?",
|
||||
content: "Yes, we offer flexible hybrid learning options.",
|
||||
},
|
||||
id: "f2", title: "Do you offer online courses?", content: "Yes, we offer flexible hybrid learning options."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are materials included?",
|
||||
content: "All basic tools and study materials are provided.",
|
||||
},
|
||||
id: "f3", title: "Are materials included?", content: "All basic tools and study materials are provided."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our enrollment process and school curriculum."
|
||||
@@ -231,35 +146,11 @@ export default function LandingPage() {
|
||||
description="Tips, trends, and expert advice from our instructors."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Design",
|
||||
title: "Future of Sustainable Garden Design",
|
||||
excerpt: "Explore the trends shaping modern eco-friendly spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530835.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake_141793-46883.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
id: "b1", category: "Design", title: "Future of Sustainable Garden Design", excerpt: "Explore the trends shaping modern eco-friendly spaces.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530835.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake_141793-46883.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Care",
|
||||
title: "Advanced Soil Nutrient Management",
|
||||
excerpt: "Key practices for long-term health and growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg",
|
||||
authorName: "John Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-looking-camera_141793-46965.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
id: "b2", category: "Care", title: "Advanced Soil Nutrient Management", excerpt: "Key practices for long-term health and growth.", imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-looking-camera_141793-46965.jpg", date: "Oct 15, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Tips",
|
||||
title: "Seasonal Pruning Essentials",
|
||||
excerpt: "Keeping your garden vibrant year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-moss-nature_23-2151369177.jpg",
|
||||
authorName: "Alex Reed",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg",
|
||||
date: "Oct 20, 2024",
|
||||
},
|
||||
id: "b3", category: "Tips", title: "Seasonal Pruning Essentials", excerpt: "Keeping your garden vibrant year-round.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-moss-nature_23-2151369177.jpg", authorName: "Alex Reed", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg", date: "Oct 20, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -271,16 +162,10 @@ export default function LandingPage() {
|
||||
description="Fill out the form to receive our brochure and enrollment information."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-architects-front-modern-building_23-2147702504.jpg"
|
||||
@@ -292,29 +177,19 @@ export default function LandingPage() {
|
||||
logoText="Hillside English School"
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "Landscaping Design",
|
||||
href: "#",
|
||||
},
|
||||
label: "Landscaping Design", href: "#"},
|
||||
{
|
||||
label: "Irrigation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Irrigation", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user