Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 11:06:16 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,11 +66,11 @@ 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-psd/creative-writing-landing-page-template_23-2149000239.jpg", imageAlt: "Advanced Automation Pro Script"},
id: "1", name: "Advanced Automation Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-psd/creative-writing-landing-page-template_23-2149000239.jpg?_wi=1", imageAlt: "Advanced Automation Pro Script"},
{
id: "2", name: "Performance Optimizer", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148358960.jpg", imageAlt: "Performance Optimizer Script"},
id: "2", name: "Performance Optimizer", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148358960.jpg?_wi=1", imageAlt: "Performance Optimizer Script"},
{
id: "3", name: "Developer Toolkit Elite", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-black-keyboard_93675-129186.jpg", imageAlt: "Developer Toolkit Elite Script"},
id: "3", name: "Developer Toolkit Elite", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-black-keyboard_93675-129186.jpg?_wi=1", imageAlt: "Developer Toolkit Elite Script"},
]}
/>
</div>
@@ -86,13 +86,13 @@ 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-psd/creative-writing-landing-page-template_23-2149000239.jpg", imageAlt: "Lightning Fast Performance"},
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-psd/creative-writing-landing-page-template_23-2149000239.jpg?_wi=2", imageAlt: "Lightning Fast Performance"},
{
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-vector/user-panel-business-dashboard_23-2148358960.jpg", imageAlt: "24/7 Premium Support"},
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-vector/user-panel-business-dashboard_23-2148358960.jpg?_wi=2", imageAlt: "24/7 Premium Support"},
{
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-photo/magnifying-glass-black-keyboard_93675-129186.jpg", imageAlt: "Regular Updates & New Features"},
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-photo/magnifying-glass-black-keyboard_93675-129186.jpg?_wi=2", imageAlt: "Regular Updates & New Features"},
]}
/>
</div>