Update src/app/responsible-use/page.tsx

This commit is contained in:
2026-06-02 01:35:06 +00:00
parent 8f2258d706
commit 582be85414

View File

@@ -2,9 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { ShieldCheck } from 'lucide-react';
export default function LandingPage() {
return (
@@ -41,24 +42,17 @@ export default function LandingPage() {
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="default"
<div id="responsible-use" data-section="responsible-use">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Safety & Education"
title="Our Commitment to Your Well-being"
description="CloudLink prioritizes safety through verified vendors, age restrictions, and educational resources."
features={[
{
title: "Strict Age Verification", label: "Strict Age Verification", items: ["Ensuring access only to adults of legal age."], id: "1"},
{
title: "Licensed Vendor Network", label: "Licensed Vendor Network", items: ["Partnering solely with regulated and compliant retailers."], id: "2"},
{
title: "Educational Resources", label: "Educational Resources", items: ["Providing information for safe and informed choices."], id: "3"},
]}
subdescription="Learn more about our dedication to responsible use of our platform and how we ensure a safe environment for all users."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/swirls-yellow-turquoise-pait_23-2147745431.jpg"
imageAlt="Swirls of yellow and turquoise pait"
mediaAnimation="slide-up"
/>
</div>