Update src/app/page.tsx

This commit is contained in:
2025-12-23 12:00:01 +00:00
parent 9b00932cbd
commit d4a8016812

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -56,6 +56,7 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490825100-qr8p9dkh.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490825100-qr8p9dkh.jpg"
imageAlt="English learning materials and resources" imageAlt="English learning materials and resources"
buttons={[{"text":"Explore","href":"#feature"}]} buttons={[{"text":"Explore","href":"#feature"}]}
descriptionClassName="text-white"
/> />
</div> </div>