save, remove image
This commit is contained in:
parent
7f04885392
commit
e785634be6
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
File diff suppressed because one or more lines are too long
@ -129,11 +129,9 @@ export default function WebSite() {
|
|||||||
<main className={`flex-grow bg-white rounded-none `}>
|
<main className={`flex-grow bg-white rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'labababa'}
|
projectName={'labababa'}
|
||||||
image={['Diverse students in virtual class']}
|
|
||||||
mainText={`Transform Your Learning with ${projectName}`}
|
mainText={`Transform Your Learning with ${projectName}`}
|
||||||
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
||||||
design={HeroDesigns.IMAGE_BG || ''}
|
design={HeroDesigns.TEXT_CENTER}
|
||||||
buttonText={`Start Learning Now`}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FeaturesSection
|
<FeaturesSection
|
||||||
|
|||||||
@ -103,10 +103,9 @@ export default function WebSite() {
|
|||||||
<main className={`flex-grow bg-white rounded-none `}>
|
<main className={`flex-grow bg-white rounded-none `}>
|
||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'labababa'}
|
projectName={'labababa'}
|
||||||
image={['Diverse students in virtual class']}
|
|
||||||
mainText={`Transform Your Learning with ${projectName}`}
|
mainText={`Transform Your Learning with ${projectName}`}
|
||||||
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
subTitle={`Discover a seamless online education experience with ${projectName}. Manage courses, track progress, and engage with instructors all in one place.`}
|
||||||
design={HeroDesigns.IMAGE_BG || ''}
|
design={HeroDesigns.TEXT_CENTER}
|
||||||
buttonText={`Start Learning Now`}
|
buttonText={`Start Learning Now`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user