dev #5

Merged
RizqiSyahrendra merged 8 commits from dev into main 2025-02-28 03:52:33 +00:00
3 changed files with 7295 additions and 10462 deletions
Showing only changes of commit b64aaf7144 - Show all commits

View File

@ -21,7 +21,7 @@ export default async function BlogPage({ searchParams }: { searchParams?: Promis
<HeroOther title="Blog" /> <HeroOther title="Blog" />
<section className="page-section" id="blog"> <section className="page-section" id="blog">
<div className="w-full px-[15px] md:px-[30px]"> <div className="w-full max-w-7xl mx-auto px-4 md:px-8">
<form action="/blog" method="GET"> <form action="/blog" method="GET">
<div className="input-group"> <div className="input-group">
<input <input

View File

@ -14,7 +14,7 @@ export default function Footer() {
className="relative text-white py-10" className="relative text-white py-10"
style={{ style={{
backgroundColor: "transparent", backgroundColor: "transparent",
backgroundImage: "linear-gradient(172deg, #2E2D51 0%, #64B3B4 100%)", backgroundImage: "linear-gradient(172deg, #798D90 0%, #C48853 100%)",
}} }}
> >
<div className="container mx-auto flex flex-wrap justify-between items-start px-6"> <div className="container mx-auto flex flex-wrap justify-between items-start px-6">

17753
yarn.lock

File diff suppressed because it is too large Load Diff