Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user