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