Skip to content

Commit e3ded98

Browse files
committed
chore: updated flagix home
1 parent a986ceb commit e3ded98

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

apps/web/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Metadata } from "next";
2-
import localFont from "next/font/local";
32
import "@flagix/ui/styles/globals.css";
43
import "./globals.css";
54
import { Geist, Geist_Mono, Raleway } from "next/font/google";

apps/web/components/home/hero.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const HeroSection = () => {
106106

107107
{/* Right Side: Vertical Grid */}
108108
<div className="relative col-span-3 hidden grid-cols-4 lg:grid">
109-
{/* Column 1 */}
109+
{/* Column 1 */}
110110
<div className="relative h-full">
111111
<div className="absolute top-0 right-0 bottom-0 w-px overflow-hidden bg-white/10">
112112
<motion.div
@@ -256,7 +256,7 @@ export const HeroSection = () => {
256256
}}
257257
/>
258258
</div>
259-
<p className="mt-4 font-medium text-white text-lg leading-snug">
259+
<p className="mt-4 font-medium text-lg text-white leading-snug">
260260
Detailed targeting rules for specific user segments and
261261
environments.
262262
</p>
@@ -275,7 +275,7 @@ export const HeroSection = () => {
275275
}}
276276
/>
277277
</div>
278-
<p className="mt-4 font-medium text-white text-lg leading-snug">
278+
<p className="mt-4 font-medium text-lg text-white leading-snug">
279279
Decouple deploy from release. Ship code to production safely and
280280
instantly.
281281
</p>
@@ -294,7 +294,7 @@ export const HeroSection = () => {
294294
}}
295295
/>
296296
</div>
297-
<p className="mt-4 font-medium text-white text-lg leading-snug">
297+
<p className="mt-4 font-medium text-lg text-white leading-snug">
298298
Real-time analytics and A/B testing results directly in your
299299
dashboard.
300300
</p>

0 commit comments

Comments
 (0)