From d232022e0143eeebc48bddcc0737ff735f8f6cb5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:49:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1956c5f..a1728dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { BentoGlobe } from '@/components/bento/BentoGlobe'; export default function LandingPage() { return ( @@ -45,7 +46,7 @@ export default function LandingPage() { tag="100% Organic" buttons={[{ text: "Shop Now", href: "#" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg", imageAlt: "Fresh Acai Bowl" }, + { videoSrc: "https://www.w3schools.com/howto/movie.mp4", imageAlt: "3D Acai Animation" }, { imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg", imageAlt: "Enjoying Acai" } ]} mediaAnimation="slide-up" @@ -132,4 +133,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1