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

Change Images #178

Merged
merged 7 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function Home() {
</HeroSection>
<FeaturesSection ref={featuresRef} className="hover:cursor-pointer">
<FeatureCard >
<FeatureIcon src="https://img.freepik.com/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?t=st=1727759694~exp=1727763294~hmac=661c2c2b8c561df98b21f74effb9bb02a0875b0584c062f076bceafa5d6f7eda&w=1380" alt="Quality Beans" />
<FeatureIcon src="https://img.freepik.com/premium-photo/fresh-coffee-splash-coffee-bean-premium_636537-238642.jpg?w=360" />

<Link to="/premiumbeans"><FeatureTitle>Premium Beans</FeatureTitle></Link>
<FeatureDescription>We source the finest coffee beans from around the world.</FeatureDescription>
Expand All @@ -293,15 +293,15 @@ function Home() {
<FeatureDescription>Our skilled baristas craft each cup to perfection.</FeatureDescription>
</FeatureCard>
<FeatureCard>
<FeatureIcon src="https://img.freepik.com/free-photo/modern-coffee-shop-with-comfortable-chairs-elegant-decor-relaxing-ambiance-generated-by-artificial-intelligence_188544-150832.jpg?t=st=1727760180~exp=1727763780~hmac=5b12fc3782c57d5c5a04bcd60e2d275f3c18e52b87d6939948612e1cd4a76d68&w=1380" alt="Cozy Ambiance" />
<FeatureIcon src="https://img.freepik.com/premium-photo/capturing-cozy-ambiance-stock-photos-coffee-shop-marketing-concept-coffee-shop-vibes-commercial-photography-lifestyle-marketing-cozy-atmosphere-stock-image-collection_864588-134610.jpg" />
<FeatureTitle>Cozy Ambiance</FeatureTitle>
<FeatureDescription>Enjoy your coffee in our warm and inviting atmosphere.</FeatureDescription>
</FeatureCard>
</FeaturesSection>
<SpecialtySection ref={specialtyRef}>
<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" />
<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-cup-with-beans_23-2148453628.jpg?t=st=1727760337~exp=1727763937~hmac=c326eb236a78a478ea9d9703e1bdbb8b390dcc71cefb24d78ca7a85bcb1c1cc5&w=740" alt="Specialty Coffee 3" />
<SpecialtyImage src="https://espressocoffeeguide.com/wp-content/uploads/2022/08/baileys-irish-coffee-500x500.jpg" />
</SpecialtySection>
</HomeContainer>
);
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/PremiumBeans.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function PremiumBeans() {
animate={{ opacity: 1, x: 0 }}
transition={{ duration: 0.5, delay: 0.4 }}
>
<Image src="https://img.freepik.com/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?t=st=1727759694~exp=1727763294~hmac=661c2c2b8c561df98b21f74effb9bb02a0875b0584c062f076bceafa5d6f7eda&w=1380" alt="Quality Beans" />
<Image src="https://img.freepik.com/premium-photo/roasted-coffee-bean-leaf-background-coffee-house-barista-dominance-brown-tones-high-resolution-illustrations-art-ai_727385-1025.jpg?w=360" />
</ImageContent >
<FeatureDescription
initial={{ opacity: 0, x: -50 }}
Expand Down
Loading
Loading