edit margins
This commit is contained in:
parent
cac65e427a
commit
ac235a7548
@ -3,7 +3,7 @@ import { Button } from '@/components/Button'
|
|||||||
export function AboutHero() {
|
export function AboutHero() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto max-w-2xl py-32">
|
<div className="mx-auto max-w-2xl py-32 px-6">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<p className="subtitle text-black">ABOUT</p>
|
<p className="subtitle text-black">ABOUT</p>
|
||||||
<h1 className="h1-default text-gray-900">
|
<h1 className="h1-default text-gray-900">
|
||||||
|
@ -83,7 +83,7 @@ export function ContactHero() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Right container (image) */}
|
{/* Right container (image) */}
|
||||||
<div className="relative flex items-center justify-center bg-gray-100 px-6 py-32 lg:px-8">
|
<div className="relative flex items-center justify-center bg-gray-100 px-6 lg:py-24 pt-12 pb-24 lg:px-8">
|
||||||
<div className="w-full max-w-md overflow-hidden rounded-lg shadow-lg">
|
<div className="w-full max-w-md overflow-hidden rounded-lg shadow-lg">
|
||||||
<Image
|
<Image
|
||||||
src="/images/contact/contact.jpg"
|
src="/images/contact/contact.jpg"
|
||||||
|
@ -25,7 +25,7 @@ export function Hero() {
|
|||||||
|
|
||||||
{/* Content */}
|
{/* Content */}
|
||||||
|
|
||||||
<Container className="relative z-20 pt-24 pb-24 text-center lg:pt-32">
|
<Container className="relative z-20 pt-24 pb-12 text-center lg:pt-32">
|
||||||
<div className="hidden sm:mb-8 sm:flex sm:justify-center">
|
<div className="hidden sm:mb-8 sm:flex sm:justify-center">
|
||||||
<div className="relative rounded-full px-3 py-1 text-sm/6 text-gray-100 ring-1 ring-gray-100/20 hover:ring-gray-100/5">
|
<div className="relative rounded-full px-3 py-1 text-sm/6 text-gray-100 ring-1 ring-gray-100/20 hover:ring-gray-100/5">
|
||||||
Interested to Take Part?{' '}
|
Interested to Take Part?{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user