Update src/app/page.tsx

This commit is contained in:
2026-05-10 06:40:50 +00:00
parent c4f2ca841b
commit 208b78bcf9

View File

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