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() {