Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 18:33:53 +00:00

View File

@@ -6,11 +6,8 @@ import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Mail, Leaf, Droplet, Sprout, Wind, Instagram, Camera } from "lucide-react";
import { Camera } from "lucide-react";
export default function SkincareTemplatePage() {
return (
@@ -37,7 +34,7 @@ export default function SkincareTemplatePage() {
{ name: "Gallery", id: "gallery" },
{ name: "About", id: "about" }
]}
button={{ text: "Shop Now", href: "products" }}
button={{ text: "Shop Now", href: "#products" }}
/>
</div>
@@ -45,14 +42,12 @@ export default function SkincareTemplatePage() {
<HeroLogoBillboard
logoText="Luminé"
description="Pure, natural skincare formulated for radiant, healthy skin. Discover the power of botanical ingredients and scientific innovation."
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp"
imageAlt="Luxury skincare products with natural ingredients"
frameStyle="card"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp"
imageAlt="Luxury skincare products with natural ingredients"
mediaAnimation="slide-up"
/>
</div>
@@ -65,6 +60,7 @@ export default function SkincareTemplatePage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -76,6 +72,7 @@ export default function SkincareTemplatePage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -87,6 +84,7 @@ export default function SkincareTemplatePage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>