Skip to content

Commit bf609ac

Browse files
committed
Update page.tsx
1 parent af0c163 commit bf609ac

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

apps/web/app/get-your-website/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ export default function GetYourWebsitePage() {
1919
</a>{' '}
2020
and let&apos;s build something together.
2121
</p>
22-
<div style={{ display: 'flex', gap: '1rem', flexWrap: 'wrap', marginTop: '1rem' }}>
22+
<div className="pages-grid" style={{ marginTop: '1rem' }}>
2323
<a
2424
href="https://graycup.com"
2525
target="_blank"
2626
rel="noopener noreferrer"
27-
className="btn-submit"
28-
style={{ display: 'inline-block', textDecoration: 'none' }}
27+
className="pages-card"
2928
>
30-
Visit Gray Cup →
29+
<span className="pages-card-label">Visit Gray Cup →</span>
30+
<span className="pages-card-desc">See our work and portfolio at graycup.com</span>
3131
</a>
3232
<a
3333
href="https://wa.me/918527914317?text=I%20would%20like%20to%20enquire%20about%20websites%20you%20make%20and%20I%20got%20your%20number%20from%20grayfarms"
3434
target="_blank"
3535
rel="noopener noreferrer"
36-
className="btn-submit"
37-
style={{ display: 'inline-block', textDecoration: 'none', background: '#25D366', color: '#fff' }}
36+
className="pages-card"
3837
>
39-
Send a Message on WhatsApp
38+
<span className="pages-card-label">Send a Message on WhatsApp</span>
39+
<span className="pages-card-desc">Chat directly at +91 85279 14317</span>
4040
</a>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)