|
|
|
@@ -5,12 +5,10 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
|
|
import TextAbout from "@/components/sections/about/TextAbout";
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
|
|
|
|
|
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
|
|
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
|
|
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
|
|
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
|
|
import { Mail, Leaf, Droplet, Sprout, Wind, MessageSquare } from "lucide-react";
|
|
|
|
import { MessageSquare } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function SkincareTemplatePage() {
|
|
|
|
export default function SkincareTemplatePage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -68,7 +66,7 @@ export default function SkincareTemplatePage() {
|
|
|
|
{ id: "2", brand: "Luminé", name: "Restorative Oil", price: "$85", rating: 5, reviewCount: "96", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp" }
|
|
|
|
{ id: "2", brand: "Luminé", name: "Restorative Oil", price: "$85", rating: 5, reviewCount: "96", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="scale-rotate"
|
|
|
|
textboxLayout="split-description"
|
|
|
|
textboxLayout="split-description"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -83,6 +81,7 @@ export default function SkincareTemplatePage() {
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
cardClassName="bg-white/80 backdrop-blur-md border border-white/20 shadow-2xl transition-transform hover:scale-[1.02] duration-300"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|