diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx
index 6d0e774..6d9eb34 100644
--- a/src/app/checkout/page.tsx
+++ b/src/app/checkout/page.tsx
@@ -25,33 +25,19 @@ export default function LandingPage() {
@@ -66,107 +52,72 @@ export default function LandingPage() {
description="Enjoy a seamless and protected shopping experience."
features={[
{
- title: "Secure Payments",
- description: "Your financial information is always protected with advanced encryption.",
- imageSrc: "asset://checkout-feature-1",
- imageAlt: "Secure payment icon",
+ title: "Secure Payments", description: "Your financial information is always protected with advanced encryption.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133969.jpg", imageAlt: "Secure payment icon"
+ }
},
{
- title: "Fast Shipping",
- description: "Receive your order quickly with our expedited shipping options.",
- imageSrc: "asset://checkout-feature-2",
- imageAlt: "Fast shipping icon",
+ title: "Fast Shipping", description: "Receive your order quickly with our expedited shipping options.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134023.jpg", imageAlt: "Fast shipping icon"
+ }
},
{
- title: "Dedicated Support",
- description: "Our team is ready to assist you with any questions or concerns.",
- imageSrc: "asset://checkout-feature-3",
- imageAlt: "Customer support icon",
- },
+ title: "Dedicated Support", description: "Our team is ready to assist you with any questions or concerns.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-wall-sleeping-steps_23-2147910889.jpg", imageAlt: "Customer support icon"
+ }
+ }
]}
/>