|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
import { Leaf, Droplet, Sprout, Wind, Mail, Globe } from "lucide-react";
|
|
|
|
import { Leaf, Droplet, Sprout, Wind, Mail, Globe, Truck } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -52,14 +52,15 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-webild-id="webild-1769292684120-qvouhhoau" data-section="about">
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
heading={[
|
|
|
|
heading={[
|
|
|
|
{ type: "text", content: "Crafted with" },
|
|
|
|
{ type: "text", content: "Crafted with care and precision using nature's finest elements and cutting-edge skincare science to deliver exceptional results for your skin" },
|
|
|
|
{ type: "image", src: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", alt: "Natural ingredients" },
|
|
|
|
{ type: "image", src: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", alt: "Natural ingredients" },
|
|
|
|
{ type: "text", content: "nature's finest elements" }
|
|
|
|
{ type: "text", content: "" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
|
|
|
imageClassName="mx-auto"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Learn More", href: "#benefits" }
|
|
|
|
{ text: "Learn More", href: "#benefits" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
@@ -94,7 +95,7 @@ export default function LandingPage() {
|
|
|
|
description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping."
|
|
|
|
description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping."
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Natural Ingredients", description: "100% plant-based formulations free from harmful chemicals", bentoComponent: "globe"
|
|
|
|
title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart"
|
|
|
|
title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart"
|
|
|
|
@@ -211,4 +212,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|