Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update CTA text and adjust styling for improved readability #29

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/components/pages/home/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ export const CtaBlock = () => {
<Star className="-translate-y-10" />
<Dot className="w-[16px]" />
</div>
<p className="max-w-none gap-5 text-center text-[30px] md:max-w-[1200px] md:gap-[50px] md:text-[47px]">
Unlock the wisdom of Tarot with our innovative AI-powered platform. Our unique approach combines ancient
numerology and Tarot cards with cutting-edge AI and blockchain technologies to provide you with insightful
readings tailored to your questions
<p className="max-w-none gap-5 text-center text-[20px] md:max-w-[1000px] md:gap-[50px] md:text-[35px] 2xl:max-w-[1200px]">
Our unique approach combines ancient numerology and Tarot cards with cutting-edge AI and blockchain technologies
to provide you with insightful readings tailored to your questions
</p>
<div className="flex items-center gap-8 md:hidden">
<Hand className="max-w-[100px]" />
Expand Down
Loading