Update src/app/page.tsx
This commit is contained in:
@@ -13,8 +13,6 @@ import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import { useState } from 'react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const [language, setLanguage] = useState<'EN' | 'HI'>('EN');
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -89,6 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Short Learning Reels"
|
||||
description="Engage with bite-sized educational content from teachers."
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user