File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { Metadata } from "next" ;
2- import localFont from "next/font/local" ;
32import "@flagix/ui/styles/globals.css" ;
43import "./globals.css" ;
54import { Geist , Geist_Mono , Raleway } from "next/font/google" ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments