Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-09 01:49:45 +00:00

View File

@@ -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>
);
}
}