9 Commits

Author SHA1 Message Date
4508dc8afc Merge version_6 into main
Merge version_6 into main
2026-01-24 22:21:05 +00:00
f0f1774f6f Update src/app/page.tsx 2026-01-24 22:21:01 +00:00
2605921aef Update src/app/layout.tsx 2026-01-24 22:21:00 +00:00
9de36192c4 Update src/app/blog/page.tsx 2026-01-24 22:20:59 +00:00
ac2f700a84 Merge version_5 into main
Merge version_5 into main
2026-01-24 22:12:56 +00:00
d51c93d003 Update src/app/page.tsx 2026-01-24 22:12:51 +00:00
d331abd935 Merge version_4 into main
Merge version_4 into main
2026-01-24 12:06:21 +00:00
7d089d324b Merge version_3 into main
Merge version_3 into main
2026-01-24 12:03:04 +00:00
8c9bab84db Merge version_2 into main
Merge version_2 into main
2026-01-22 22:21:09 +00:00
3 changed files with 7 additions and 6 deletions

View File

@@ -169,4 +169,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1263,4 +1263,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,14 +52,15 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="about" data-webild-id="webild-1769292684120-qvouhhoau" data-section="about">
<InlineImageSplitTextAbout
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: "text", content: "nature's finest elements" }
{ type: "text", content: "" }
]}
useInvertedBackground="invertDefault"
imageClassName="mx-auto"
buttons={[
{ text: "Learn More", href: "#benefits" }
]}
@@ -211,4 +212,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}