diff --git a/src/app/page.tsx b/src/app/page.tsx index 827d7b0..ca31902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "premium", name: "Hassan Pro Elite", price: "$599", variant: "Stainless Steel • 3-Year Warranty", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg", imageAlt: "Hassan Pro Elite Juicer" + id: "premium", name: "Hassan Pro Elite", price: "$599", variant: "Stainless Steel • 3-Year Warranty", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg?_wi=1", imageAlt: "Hassan Pro Elite Juicer" }, { - id: "compact", name: "Hassan Compact Home", price: "$249", variant: "Compact Design • Easy Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg", imageAlt: "Hassan Compact Home Juicer" + id: "compact", name: "Hassan Compact Home", price: "$249", variant: "Compact Design • Easy Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg?_wi=1", imageAlt: "Hassan Compact Home Juicer" }, { - id: "commercial", name: "Hassan Commercial Max", price: "$1,299", variant: "Heavy-Duty • 500W Motor", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg", imageAlt: "Hassan Commercial Max Juicer" + id: "commercial", name: "Hassan Commercial Max", price: "$1,299", variant: "Heavy-Duty • 500W Motor", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg?_wi=1", imageAlt: "Hassan Commercial Max Juicer" } ]} /> @@ -121,19 +121,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", title: "Home Starter", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg", imageAlt: "Compact Home Model", button: { text: "Get Started", href: "#contact" }, + id: "starter", title: "Home Starter", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg?_wi=2", imageAlt: "Compact Home Model", button: { text: "Get Started", href: "#contact" }, features: [ "Cold-press technology", "350W powerful motor", "Dishwasher safe parts", "1-year warranty", "Free recipe book" ] }, { - id: "professional", title: "Professional Grade", price: "$599", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg", imageAlt: "Professional Premium Model", button: { text: "Choose Pro", href: "#contact" }, + id: "professional", title: "Professional Grade", price: "$599", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg?_wi=2", imageAlt: "Professional Premium Model", button: { text: "Choose Pro", href: "#contact" }, features: [ "Advanced cold-press system", "500W high-torque motor", "Stainless steel construction", "3-year warranty", "Premium support included" ] }, { - id: "commercial", title: "Commercial Enterprise", price: "$1,299", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg", imageAlt: "Commercial Heavy-Duty Model", button: { text: "Inquire Now", href: "#contact" }, + id: "commercial", title: "Commercial Enterprise", price: "$1,299", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg?_wi=2", imageAlt: "Commercial Heavy-Duty Model", button: { text: "Inquire Now", href: "#contact" }, features: [ "Heavy-duty commercial motor", "High-volume production capacity", "Industrial durability", "5-year warranty", "24/7 technical support" ]