diff --git a/src/app/page.tsx b/src/app/page.tsx index e1c519e..fc89189 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Heart, Leaf, Sparkles, Star, Users, CheckCircle } from "lucide-react"; +import { Heart, Star, Sparkles, Users, Leaf, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -60,6 +60,7 @@ export default function LandingPage() { buttons={[{ text: "Learn Our Story", href: "#" }]} tag="Our Philosophy" tagIcon={Heart} + description="At Cocoa Luxe, we believe chocolate is an emotional journey. Every piece we create is a result of tireless dedication to the art of tempering and the pursuit of perfect, exotic flavor profiles that dance on your palate." /> @@ -71,6 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[{ id: "p1", name: "Signature Collection", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-box-sweet-baked-with-rowan-spruce-leaves-table_176474-3297.jpg" }, { id: "p2", name: "Dark Origins Bar", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-use-professional-vintage-separator-split-chocolate-cake-equal-portions-before-packaging-artisan-cooking-process_346278-643.jpg" }, { id: "p3", name: "Hazelnut Praline", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg" }, { id: "p4", name: "Salted Caramel", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-34494.jpg" }, { id: "p5", name: "Pistachio Truffle", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715450.jpg" }, { id: "p6", name: "Vanilla Bean Box", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-white-dark-inside-purple-papers-light-background-chocolate-cake-sugar-sweet-bake_140725-22284.jpg" }]} title="Handcrafted Delights" + description="From single-origin bars to intricate pralines, explore our curated selection." />