templates #5

Merged
andika merged 9 commits from templates into dev 2025-12-20 11:23:07 +00:00
Showing only changes of commit 37ccfe7767 - Show all commits

View File

@@ -10,8 +10,8 @@ export default function PrivacyPolicy() {
<main className="bg-gradient-to-bl from-[#F9FAFB] to-[#DDD8EB] text-[#48286E]"> <main className="bg-gradient-to-bl from-[#F9FAFB] to-[#DDD8EB] text-[#48286E]">
<div className="mx-auto w-full max-w-5xl px-4 sm:px-6 lg:px-8 py-10"> <div className="mx-auto w-full max-w-5xl px-4 sm:px-6 lg:px-8 py-10">
<header className="border-b pb-6"> <header className="border-b pb-6">
<h1 className="text-3xl sm:text-4xl font-bold tracking-tight"> <h1 className="text-3xl sm:text-4xl font-bold tracking-tight" style={{fontFamily: 'Poppins'}}>
Privacy Policy LOAFers, Inc. Website Privacy Policy
</h1> </h1>
</header> </header>