Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d232022e01 | |||
| 6ccb7b254e | |||
| c1db60db42 | |||
| c893f513ce |
@@ -9,6 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
|
import { BentoGlobe } from '@/components/bento/BentoGlobe';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tag="100% Organic"
|
tag="100% Organic"
|
||||||
buttons={[{ text: "Shop Now", href: "#" }]}
|
buttons={[{ text: "Shop Now", href: "#" }]}
|
||||||
mediaItems={[
|
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" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg", imageAlt: "Enjoying Acai" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -132,4 +133,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user