diff --git a/src/app/page.tsx b/src/app/page.tsx index 378530e..5647320 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,13 +101,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Starter Website Package", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg", imageAlt: "Starter plan preview", initialQuantity: 1, + id: "1", name: "Starter Website Package", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=1", imageAlt: "Starter plan preview", initialQuantity: 1, }, { - id: "2", name: "Professional Website Package", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg", imageAlt: "Professional plan preview", initialQuantity: 1, + id: "2", name: "Professional Website Package", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=1", imageAlt: "Professional plan preview", initialQuantity: 1, }, { - id: "3", name: "Enterprise Website Solution", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg", imageAlt: "Enterprise plan preview", initialQuantity: 1, + id: "3", name: "Enterprise Website Solution", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=1", imageAlt: "Enterprise plan preview", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -128,17 +128,17 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg", imageAlt: "Starter plan", button: { text: "Start Free Trial", href: "#" }, + id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=2", imageAlt: "Starter plan", button: { text: "Start Free Trial", href: "#" }, features: [ "Up to 5 websites", "Custom domain", "Basic analytics", "Email support", "1GB storage"], }, { - id: "professional", title: "Professional", price: "$79", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg", imageAlt: "Professional plan", button: { text: "Start Free Trial", href: "#" }, + id: "professional", title: "Professional", price: "$79", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=2", imageAlt: "Professional plan", button: { text: "Start Free Trial", href: "#" }, features: [ "Unlimited websites", "Advanced analytics", "Priority support", "100GB storage", "API access"], }, { - id: "enterprise", title: "Enterprise", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg", imageAlt: "Enterprise plan", button: { text: "Schedule Demo", href: "#" }, + id: "enterprise", title: "Enterprise", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=2", imageAlt: "Enterprise plan", button: { text: "Schedule Demo", href: "#" }, features: [ "Unlimited everything", "Dedicated account manager", "Custom integrations", "White-label options", "24/7 phone support"], }, @@ -189,17 +189,17 @@ export default function LandingPage() {