Skip to content

Commit

Permalink
Merge pull request #382 from GitWizzz/features/Text-submerged
Browse files Browse the repository at this point in the history
Text Submerged
  • Loading branch information
Mujtabaa07 authored Jan 25, 2025
2 parents b5b5372 + 66fa0c6 commit d3b2d0b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,31 +353,31 @@ function Home() {
</FeatureCard>
</FeaturesSection>
<SpecialtySection ref={specialtyRef}>
<div style={{ textAlign: 'center', margin: '1rem' }}>
<a href="/premiumbeans">
<SpecialtyImage
src="https://img.freepik.com/free-photo/brown-coffee-beans-seed_74190-6651.jpg?ga=GA1.1.1542821208.1727756299&semt=ais_hybrid "
alt="Specialty Coffee 1"
/>
</a>
<div style={{ textAlign: 'center', margin: '2rem' }}>
<a href="/premiumbeans">
<SpecialtyImage
src="https://img.freepik.com/free-photo/brown-coffee-beans-seed_74190-6651.jpg?ga=GA1.1.1542821208.1727756299&semt=ais_hybrid "
alt="Specialty Coffee 1"
/>
</a>
<Subtitle style={{ fontSize: '1.5rem', fontFamily: 'Playfair Display, serif' }}>Premium Beans</Subtitle>
</div>
<div style={{ textAlign: 'center', margin: '1rem' }}>
<a href="/shop/coffee">
<SpecialtyImage
src="https://img.freepik.com/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699675.jpg?ga=GA1.1.1542821208.1727756299&semt=ais_hybrid"
alt="Specialty Coffee 2"
/>
<SpecialtyImage
src="https://img.freepik.com/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699675.jpg?ga=GA1.1.1542821208.1727756299&semt=ais_hybrid"
alt="Specialty Coffee 2"
/>
</a>
<Subtitle style={{ fontSize: '1.5rem', fontFamily: 'Playfair Display, serif' }}>Special Flat White</Subtitle>
</div>
<div style={{ textAlign: 'center', margin: '1rem' }}>
<a href="/shop/coffee">
<SpecialtyImage
src="https://img.freepik.com/free-photo/coffee-cup-with-beans_23-2148453628.jpg?t=st=1727760337~exp=1727763937~hmac=c326eb236a78a478ea9d9703e1bdbb8b390dcc71cefb24d78ca7a85bcb1c1cc5&w=740"
alt="Specialty Coffee 3"
/>
</a>
<a href="/shop/coffee">
<SpecialtyImage
src="https://img.freepik.com/free-photo/coffee-cup-with-beans_23-2148453628.jpg?t=st=1727760337~exp=1727763937~hmac=c326eb236a78a478ea9d9703e1bdbb8b390dcc71cefb24d78ca7a85bcb1c1cc5&w=740"
alt="Specialty Coffee 3"
/>
</a>
<Subtitle style={{ fontSize: '1.5rem', fontFamily: 'Playfair Display, serif' }}>Nitro Cold Brew</Subtitle>
</div>
</SpecialtySection>
Expand Down

0 comments on commit d3b2d0b

Please sign in to comment.