From 103ecf110c40f701786df9c35cf5f77caf8d637f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:28:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78cc2c2..1d7f94e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,19 +181,19 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "founder", title: "Founder VIP", price: "599 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg", imageAlt: "VIP Founder Package", features: [ + id: "founder", title: "Founder VIP", price: "599 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg?_wi=1", imageAlt: "VIP Founder Package", features: [ "Signerad första utgåva", "1-på-1 sömnkonsultation (30 min)", "Exklusiv Digital Sömnverktygssats", "Namn i \"Founding Sleep Architects\" sektion", "Tidig tillgång till ljudbok" ], button: { text: "Säker Din Plats Nu", href: "#contact" } }, { - id: "standard", title: "Standard Edition", price: "249 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg", imageAlt: "Standard Edition", features: [ + id: "standard", title: "Standard Edition", price: "249 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg?_wi=2", imageAlt: "Standard Edition", features: [ "Papperskopia + Digital", "Sömntrackingmall", "Samhällsforum åtkomst", "E-post stöd" ], button: { text: "Köp Nu", href: "#contact" } }, { - id: "digital", title: "Digital Edition", price: "99 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg", imageAlt: "Digital Edition", features: [ + id: "digital", title: "Digital Edition", price: "99 SEK", period: "engångspris", imageSrc: "http://img.b2bpic.net/free-vector/double-sided-reserved-sign-template_742173-27527.jpg?_wi=3", imageAlt: "Digital Edition", features: [ "Omedelbar digital åtkomst", "PDF + ePub format", "Uppdateringar för liv", "Portabel på alla enheter" ], button: { text: "Börja Läsa", href: "#contact" } -- 2.49.1