Update src/app/page.tsx
This commit is contained in:
@@ -66,13 +66,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Advanced Automation Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-typing-keyboard_23-2149349996.jpg", imageAlt: "Advanced Automation Pro Script"
|
||||
id: "1", name: "Advanced Automation Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-typing-keyboard_23-2149349996.jpg?_wi=1", imageAlt: "Advanced Automation Pro Script"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Performance Optimizer", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-125578.jpg", imageAlt: "Performance Optimizer Script"
|
||||
id: "2", name: "Performance Optimizer", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-125578.jpg?_wi=1", imageAlt: "Performance Optimizer Script"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Developer Toolkit Elite", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-vector/web-development-sticker-pack-3_534985-111.jpg", imageAlt: "Developer Toolkit Elite Script"
|
||||
id: "3", name: "Developer Toolkit Elite", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-vector/web-development-sticker-pack-3_534985-111.jpg?_wi=1", imageAlt: "Developer Toolkit Elite Script"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -89,15 +89,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lightning Fast Performance", description: "Optimized code that runs smoothly without lag or performance issues. Experience instant execution and reliable operation every time you use our scripts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-typing-keyboard_23-2149349996.jpg"
|
||||
title: "Lightning Fast Performance", description: "Optimized code that runs smoothly without lag or performance issues. Experience instant execution and reliable operation every time you use our scripts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-typing-keyboard_23-2149349996.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "24/7 Premium Support", description: "Our dedicated support team is always ready to help. Get quick responses to your questions and immediate assistance with any issues.", imageSrc: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-125578.jpg"
|
||||
title: "24/7 Premium Support", description: "Our dedicated support team is always ready to help. Get quick responses to your questions and immediate assistance with any issues.", imageSrc: "http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-125578.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Regular Updates & New Features", description: "Stay ahead with constant improvements and new capabilities. We continuously enhance our scripts to meet evolving developer needs.", imageSrc: "http://img.b2bpic.net/free-vector/web-development-sticker-pack-3_534985-111.jpg"
|
||||
title: "Regular Updates & New Features", description: "Stay ahead with constant improvements and new capabilities. We continuously enhance our scripts to meet evolving developer needs.", imageSrc: "http://img.b2bpic.net/free-vector/web-development-sticker-pack-3_534985-111.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user