Skip to content

Commit c079670

Browse files
fix: replace non-existent article image paths with existing images
1 parent 3bb9980 commit c079670

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/pages/Articles.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ const articles = [
2424
slug: "what-is-snapforest",
2525
title: "What is Snapforest?",
2626
icon: Sparkles,
27-
image: "/images/article-what-is-snapforest.jpg",
27+
image: "/hero-studio.jpg",
2828
excerpt:
2929
"Snapforest is a modern content creation studio founded by Ved Prakash Arya, offering private rooms, professional equipment, and a distraction-free environment for creators.",
3030
content: (
3131
<div className="space-y-5">
3232
<div className="w-full h-56 md:h-72 rounded-xl overflow-hidden mb-4">
3333
<img
34-
src="/images/article-what-is-snapforest.jpg"
34+
src="/hero-studio.jpg"
3535
alt="Snapforest Studio Interior"
3636
className="w-full h-full object-cover"
3737
/>
@@ -71,14 +71,14 @@ const articles = [
7171
slug: "why-private-studio",
7272
title: "Why Private Studio is Important for Creators",
7373
icon: Video,
74-
image: "/images/article-private-studio.jpg",
74+
image: "/content-studio.jpg",
7575
excerpt:
7676
"Shooting at home is not easy. Distraction, noise, and privacy issues — all of these hold creators back from growing. A private studio is a game changer.",
7777
content: (
7878
<div className="space-y-5">
7979
<div className="w-full h-56 md:h-72 rounded-xl overflow-hidden mb-4">
8080
<img
81-
src="/images/article-private-studio.jpg"
81+
src="/content-studio.jpg"
8282
alt="Creator Working in Private Studio"
8383
className="w-full h-full object-cover"
8484
/>
@@ -124,14 +124,14 @@ const articles = [
124124
slug: "snapforest-features",
125125
title: "Snapforest Features — Everything You Get",
126126
icon: Mic2,
127-
image: "/images/article-features.jpg",
127+
image: "/podcast-room.jpg",
128128
excerpt:
129129
"Podcast room, interview setup, selfie station, editing suite — everything is included. All equipment included, no extra cost.",
130130
content: (
131131
<div className="space-y-5">
132132
<div className="w-full h-56 md:h-72 rounded-xl overflow-hidden mb-4">
133133
<img
134-
src="/images/article-features.jpg"
134+
src="/podcast-room.jpg"
135135
alt="Snapforest Podcast Room"
136136
className="w-full h-full object-cover"
137137
/>
@@ -186,14 +186,14 @@ const articles = [
186186
slug: "who-is-ved-prakash-arya",
187187
title: "Who is Ved Prakash Arya? — The Founder",
188188
icon: User,
189-
image: "/images/article-founder.jpg",
189+
image: "/founder.jpg",
190190
excerpt:
191191
"BTech CSE graduate Ved Prakash Arya identified a real creator problem and built Snapforest to solve it.",
192192
content: (
193193
<div className="space-y-5">
194194
<div className="w-full h-56 md:h-72 rounded-xl overflow-hidden mb-4">
195195
<img
196-
src="/images/article-founder.jpg"
196+
src="/founder.jpg"
197197
alt="Ved Prakash Arya - Founder of Snapforest"
198198
className="w-full h-full object-cover"
199199
/>
@@ -237,14 +237,14 @@ const articles = [
237237
slug: "beginner-guide",
238238
title: "Beginner Guide — Start Your Creator Journey",
239239
icon: BookOpen,
240-
image: "/images/article-beginner-guide.jpg",
240+
image: "/interview-setup.jpg",
241241
excerpt:
242242
"Niche selection, equipment basics, consistency, editing — learn all of this. Snapforest is your shortcut to creating professional content.",
243243
content: (
244244
<div className="space-y-5">
245245
<div className="w-full h-56 md:h-72 rounded-xl overflow-hidden mb-4">
246246
<img
247-
src="/images/article-beginner-guide.jpg"
247+
src="/interview-setup.jpg"
248248
alt="Beginner Creator Journey"
249249
className="w-full h-full object-cover"
250250
/>

0 commit comments

Comments
 (0)