Update src/app/page.tsx
This commit is contained in:
@@ -78,7 +78,7 @@ export default function HomePage() {
|
||||
id: "pack-1",
|
||||
name: "UI Design Kit Pro",
|
||||
price: "₹499",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=1",
|
||||
imageAlt: "UI Design Kit Pro",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
@@ -87,7 +87,7 @@ export default function HomePage() {
|
||||
id: "pack-2",
|
||||
name: "Character Illustration Pack",
|
||||
price: "₹799",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg?_wi=1",
|
||||
imageAlt: "Character Illustration Pack",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
||||
id: "pack-3",
|
||||
name: "Premium Icon Set 2025",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=1",
|
||||
imageAlt: "Premium Icon Set 2025",
|
||||
initialQuantity: 1,
|
||||
isFavorited: false,
|
||||
@@ -122,7 +122,7 @@ export default function HomePage() {
|
||||
title: "Sign In with Google",
|
||||
subtitle: "Quick & Secure Authentication",
|
||||
description: "Connect your Google account in seconds. No passwords needed, no personal data storage on our platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -130,7 +130,7 @@ export default function HomePage() {
|
||||
title: "Browse & Select Packs",
|
||||
subtitle: "Explore 100+ Premium Collections",
|
||||
description: "Discover designs across categories: UI kits, illustrations, icons, templates, and more from verified creators.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
||||
title: "Secure UPI Payment",
|
||||
subtitle: "Direct to Creator's Account",
|
||||
description: "Pay safely via UPI. Your phone number and email stay private. Payments go directly to the creator's registered UPI ID.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
title: "Instant Download & Access",
|
||||
subtitle: "Lifetime Access to Your Pack",
|
||||
description: "Download immediately after payment confirmation. Access anytime from your dashboard. No expiration, forever yours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
|
||||
Reference in New Issue
Block a user