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';
|
import { useState } from 'react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const [language, setLanguage] = useState<'EN' | 'HI'>('EN');
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
@@ -89,6 +87,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Short Learning Reels"
|
title="Short Learning Reels"
|
||||||
description="Engage with bite-sized educational content from teachers."
|
description="Engage with bite-sized educational content from teachers."
|
||||||
|
blogs={[]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user