From 73af806748e06a3882e6de29fa1370350f76cfe4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:43:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 ++++++++--------------------------------------- 1 file changed, 33 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf301c..c11ba59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -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() {
@@ -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: "#"}, ], }, ]} -- 2.49.1