Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-24 01:41:45 +00:00
parent 3df4fd601d
commit dc821aeb66

View File

@@ -21,7 +21,7 @@ export default function HomePage() {
text: "Shop Collections", href: "#products"}}
secondaryButton={{
text: "Contact Us", href: "#contact"}}
imageSrc="http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg?_wi=1"
/>
</SectionErrorBoundary>
</div>
@@ -44,7 +44,7 @@ export default function HomePage() {
description="Explore our curated list of hardware and premium juices."
items={[
{
title: "Starter Kits", description: "Reliable kits for every beginner.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg"},
title: "Starter Kits", description: "Reliable kits for every beginner.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg?_wi=1"},
{
title: "Premium Juice", description: "Hand-picked exotic flavors.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336274.jpg"},
{
@@ -76,11 +76,11 @@ export default function HomePage() {
{
title: "Global Flavors", tags: [
"Juice", "Top Tier"],
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg?_wi=2"},
{
title: "Safety Standards", tags: [
"Tested", "Secure"],
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34821.jpg?_wi=2"},
]}
/>
</SectionErrorBoundary>