Reduce spacing around the "Follow My Journey" title and images
Adjusts padding and margins in PhotoGallery and AboutSection components. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e4277a6e-587a-496e-8663-733446748f62 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/9fbf5aed-5f1e-4b26-b836-63435100d15b.jpg
This commit is contained in:
parent
4621d99dc1
commit
38a63a5bea
|
|
@ -9,14 +9,7 @@ export function AboutSection() {
|
|||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex flex-col md:flex-row items-center">
|
||||
<div className="md:w-1/2 md:pr-12 mb-8 md:mb-0">
|
||||
{/* Top image */}
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src={FadiaBridgeImage}
|
||||
alt="Fadia demonstrating bridge pose in a beautiful studio setting"
|
||||
className="w-full h-auto rounded-md"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
{/* Main center image */}
|
||||
<div className="mb-6">
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ export function CTASection() {
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-full">
|
||||
<hr className="border-white border-opacity-30" />
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
export function PhotoGallery() {
|
||||
return (
|
||||
<section className="py-20 bg-white">
|
||||
<section className="py-12 bg-white">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="text-center mb-16">
|
||||
<div className="text-center mb-8">
|
||||
<h2 className="text-3xl md:text-4xl font-playfair font-semibold text-rose mb-4">
|
||||
Follow My Journey
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue