Skip to content

Commit 4df6288

Browse files
committed
.
1 parent 3a474e3 commit 4df6288

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/(project)/FreeTacMan/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ const policy_rollouts: { id: string; title: string; color: string }[] = [
7575
export default function Home() {
7676
return (
7777
<main className="w-full overflow-hidden">
78-
tes
7978
{/* Landing Section with Gray Background */}
80-
{/* <div className="lg:m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
79+
<div className="lg:m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
8180
<div className="flex flex-col py-20 gap-6 w-full h-full max-w-[1792px] justify-around items-center">
8281
<div className="color-text-1">
8382
<h1 className="text-4xl sm:text-5xl md:text-6xl lg:text-7xl font-bold text-center">
@@ -116,7 +115,7 @@ export default function Home() {
116115
</span>
117116
</div>
118117
</div>
119-
</div> */}
118+
</div>
120119

121120
{/* Main Content Section with Table of Contents */}
122121
{/* Mobile Navigation */}
@@ -127,7 +126,7 @@ export default function Home() {
127126

128127

129128

130-
{/* <div className="w-full pl-6 pr-6 flex flex-col items-center" id="highlights">
129+
<div className="w-full pl-6 pr-6 flex flex-col items-center" id="highlights">
131130
<div className="w-full flex flex-col items-center mt-16">
132131
<div className="w-full max-w-4xl flex flex-row justify-between">
133132
<h2 className="text-3xl font-bold">
@@ -1175,7 +1174,7 @@ export default function Home() {
11751174
</div>
11761175
</div>
11771176
</div>
1178-
</footer> */}
1177+
</footer>
11791178
</main>
11801179
);
11811180
}

0 commit comments

Comments
 (0)