@@ -108,16 +108,16 @@ export default async function Home() {
108108 < div className = "h-screen flex items-center justify-center scroll-snap-align-start border-none" >
109109 < Card className = "w-full max-w-6xl h-full flex flex-col border-none shadow-none bg-transparent dark:bg-transparent" >
110110 < CardHeader className = "flex-1 flex flex-col justify-center items-center text-center" >
111- < CardTitle className = "text-3xl" >
112- Find courses faster. Search smarter .{ " " }
111+ < CardTitle className = "text-3xl dark:text-white " >
112+ Plan your semesters. Stay organized. See the big picture .{ " " }
113113 </ CardTitle >
114- < CardDescription className = "text-lg mt-4" >
115- An improved Course Search experience — clearer results, easier
116- navigation, and instant add options .
114+ < CardDescription className = "text-lg mt-4 dark:text-gray-400 " >
115+ A visual Degree Progress Report that shows completed and
116+ missing requirements at a glance .
117117 </ CardDescription >
118118 < div className = "mt-6 flex justify-center bg-none relative w-full aspect-video" >
119119 < Image
120- src = "/feature3 .png"
120+ src = "/commingsoon .png"
121121 alt = "Course Catalog"
122122 fill
123123 style = { { objectFit : "contain" } }
@@ -132,38 +132,15 @@ export default async function Home() {
132132 < Card className = "w-full max-w-6xl h-full flex flex-col border-none shadow-none bg-transparent dark:bg-transparent" >
133133 < CardHeader className = "flex-1 flex flex-col justify-center items-center text-center" >
134134 < CardTitle className = "text-3xl" >
135- Plan directly from Albert+
135+ Find courses faster. Search smarter. { " " }
136136 </ CardTitle >
137137 < CardDescription className = "text-lg mt-4" >
138- Use the Sidebar to add courses and build your next semester
139- plan seamlessly.
140- </ CardDescription >
141- < div className = "mt-6 flex justify-center bg-none relative w-full aspect-video" >
142- < Image
143- src = "/feature.png"
144- alt = "Course Catalog"
145- fill
146- style = { { objectFit : "contain" } }
147- sizes = "100vw"
148- />
149- </ div >
150- </ CardHeader >
151- </ Card >
152- </ div >
153-
154- < div className = "h-screen flex items-center justify-center scroll-snap-align-start border-none" >
155- < Card className = "w-full max-w-6xl h-full flex flex-col border-none shadow-none bg-transparent dark:bg-transparent" >
156- < CardHeader className = "flex-1 flex flex-col justify-center items-center text-center" >
157- < CardTitle className = "text-3xl dark:text-white" >
158- Plan your semesters. Stay organized. See the big picture.{ " " }
159- </ CardTitle >
160- < CardDescription className = "text-lg mt-4 dark:text-gray-400" >
161- A visual Degree Progress Report that shows completed and
162- missing requirements at a glance.
138+ An improved Course Search experience — clearer results, easier
139+ navigation, and instant add options.
163140 </ CardDescription >
164141 < div className = "mt-6 flex justify-center bg-none relative w-full aspect-video" >
165142 < Image
166- src = "/commingsoon .png"
143+ src = "/feature3 .png"
167144 alt = "Course Catalog"
168145 fill
169146 style = { { objectFit : "contain" } }
0 commit comments