diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a6c36a..abb3ba7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Leaf, Microscope } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,37 +30,27 @@ export default function LandingPage() {
@@ -70,14 +61,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Pure Philosophy", - }, + type: "text", content: "Our Pure Philosophy"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/serum-bottle-butterfly-pea-flower-oil-put-wooden-tray_1150-28105.jpg", - alt: "Botanical ingredients", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/serum-bottle-butterfly-pea-flower-oil-put-wooden-tray_1150-28105.jpg", alt: "Botanical ingredients"}, ]} />
@@ -90,23 +76,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Hydration Serum", - price: "$48", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-banner-beauty-products_23-2149446551.jpg", - }, + id: "p1", name: "Hydration Serum", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-banner-beauty-products_23-2149446551.jpg"}, { - id: "p2", - name: "Gentle Cleanser", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg", - }, + id: "p2", name: "Gentle Cleanser", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg"}, { - id: "p3", - name: "Night Balm", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013567.jpg?_wi=1", - }, + id: "p3", name: "Night Balm", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/natural-cbd-oil-dropper-assortment_23-2149013567.jpg"}, ]} title="Our Essentials" description="Daily rituals for timeless, radiant skin." @@ -115,44 +89,20 @@ export default function LandingPage() {
@@ -186,29 +130,19 @@ export default function LandingPage() {