diff --git a/src/app/page.tsx b/src/app/page.tsx index f97db93..c0b27e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,6 @@ import TimelinePhoneView from '@/components/cardStack/layouts/timelines/Timeline import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -62,8 +60,8 @@ export default function LandingPage() { title="Before & After Transformation" description="See the vibrant transformation from raw ingredients to your perfect bowl." products={[ - { id: "1", name: "Raw Ingredients", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg" }, - { id: "2", name: "Final Masterpiece", price: "Delicious", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788545.jpg" } + { id: "1", name: "Raw Ingredients", price: "Fresh", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oatmeal-porridge-with-strawberries-blueberries-bananas-dried-fruits-nuts-ceramic-bowl-purple-wooden-surface-with-copy-space_141793-7081.jpg" }, + { id: "2", name: "Final Masterpiece", price: "Delicious", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788545.jpg" } ]} /> @@ -88,6 +86,7 @@ export default function LandingPage() { title="Our Process" description="Step-by-step to the perfect bowl" textboxLayout="default" + animationType="slide-up" items={[ { trigger: "Selection", content: "Choosing the best acai berries." }, { trigger: "Blending", content: "Blending for perfect texture." },