7 Commits

Author SHA1 Message Date
f94d4b0cf6 Merge version_5 into main
Merge version_5 into main
2026-06-03 17:55:20 +00:00
63ce9a3266 Update src/app/page.tsx 2026-06-03 17:55:17 +00:00
4c5c9098ba Merge version_5 into main
Merge version_5 into main
2026-06-03 17:41:34 +00:00
48bbad99fa Update src/app/page.tsx 2026-06-03 17:41:30 +00:00
dc61176205 Merge version_5 into main
Merge version_5 into main
2026-06-03 17:38:05 +00:00
b56952ba0e Update src/app/page.tsx 2026-06-03 17:38:02 +00:00
e75357b2dd Merge version_4 into main
Merge version_4 into main
2026-06-03 17:36:53 +00:00

View File

@@ -28,7 +28,7 @@ export default function SkincareTemplatePage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Luminé Skincare"
brandName="Heated Tobacco Products"
navItems={[
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
@@ -42,10 +42,10 @@ export default function SkincareTemplatePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Heated Products Global"
logoText="Heated Tobacco Products Global"
description="The World's Premium Heat-Not-Burn Depot. Acquire world-class heated sticks (TEREA Italy/Japan formats, HEETS European block reserves, EVO) with absolute confidence. Calculate direct local excise tariffs, import regulations, and enjoy zero-clearing transit times."
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcqwTVdexD9gcsyjj55mNkaVOZ/uploaded-1780509300605-xeu9wpp9.jpg"
imageAlt="Luxury skincare products with natural ingredients"
frameStyle="card"
buttons={[
@@ -59,9 +59,8 @@ export default function SkincareTemplatePage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ 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: "" }
{ type: "text", content: "Delivering exceptional results for your skin through nature's finest elements and cutting-edge skincare science." },
{ type: "image", src: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", alt: "Natural ingredients" }
]}
buttonAnimation="blur-reveal"
useInvertedBackground={true}