fix(pro-page): adjust hero section layout for improved visual consistency
- Reduced margin in the hero section to enhance alignment and overall aesthetics of the Pro page.
This commit is contained in:
parent
0bb6128f49
commit
d94ee7e9bd
@ -28,7 +28,7 @@ export default async function ProPage() {
|
||||
{/* Hero Section */}
|
||||
<div className="px-4 py-16 sm:px-6 lg:px-8">
|
||||
<div className="mx-auto max-w-4xl text-center">
|
||||
<div className="mb-8 flex justify-center">
|
||||
<div className="mb-2 flex justify-center">
|
||||
<div className="relative">
|
||||
<div className="absolute inset-0 rounded-full bg-gradient-to-r from-purple-600 to-blue-600 opacity-30 blur-xl" />
|
||||
<div className="relative rounded-full bg-gradient-to-r from-purple-600 to-blue-600 p-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user