Perfect. Now let me generate design inspiration for the About page redesign:
Excellent. I have the design inspiration. Now I'll implement the changes following the modern professional profile layout with a split design showing Nora's profile prominently on the left and her full bio on the right, plus a redesigned CTA band with high-contrast, readable buttons. Let me now update the About page:
Perfect. The About page has been completely redesigned:
Profile Section — Features Nora Mosa prominently with a two-column layout on desktop: her photo placeholder and title on the left, with background, specializations (4 bullet points with gold accent dots), and approach on the right. Responsive stacks on mobile.
CTA Band — Now uses a gradient gold background (from-primary via-primary to-primary/80) with white headings for maximum contrast. The "Request a Consultation" button is now white text on white background (switched from gold) with strong shadow, making it highly visible. The WhatsApp button uses a 2px white border with hover effects, maintaining professional hierarchy while being equally readable.
Yes, I see it! The left button ("Request a Consultation") has very poor contrast — the text is too light against the gold background, making it nearly invisible. The "WhatsApp Us" button on the right is readable because it has a white border and white text.
Let me fix the CTA band button styling to make both buttons highly readable:
I see the issue. The "Request a Consultation" button on line 190 has bg-white text-primary which should be readable, but the issue is that the button might be rendering with text-primary which is gold on a gold/tan background. Let me fix this by making the button text explicitly black/dark:
Perfect. Changed the "Request a Consultation" button text from text-primary (gold) to text-black so it's now black text on a white button background — maximum contrast and readability against the gold CTA band. The button should now be clearly visible.
You can send messages while the preview loads