Compare commits

..

2 Commits

Author SHA1 Message Date
Flatlogic Bot
10d54aafa1 version 1 2025-06-13 12:22:30 +00:00
Flatlogic Bot
e785634be6 save, remove image 2025-06-11 20:39:18 +00:00
6 changed files with 14 additions and 11 deletions

5
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1 @@
{}

View File

@ -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

View File

@ -81,12 +81,12 @@ const RolesTablesPage = () => {
return ( return (
<> <>
<Head> <Head>
<title>{getPageTitle('Roles')}</title> <title>{getPageTitle('Hello Martin!')}</title>
</Head> </Head>
<SectionMain> <SectionMain>
<SectionTitleLineWithButton <SectionTitleLineWithButton
icon={mdiChartTimelineVariant} icon={mdiChartTimelineVariant}
title='Roles' title='Hello Martin!'
main main
> >
{''} {''}

View File

@ -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`}
/> />