diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32f1a07..59a7253 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,22 +43,22 @@ export default function LandingPage() {
@@ -86,10 +86,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Classic Birthday", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-delicious-cake_23-2150154697.jpg" },
- { id: "p2", name: "Chocolate Fudge", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-anise-flavour-piece-burlap_114579-34454.jpg" },
- { id: "p3", name: "Vanilla Berry", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/classic-cake-topped-with-peanuts-raisins_140725-5783.jpg" },
- { id: "p4", name: "Lemon Curd Layer", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-pepernoten-dessert_23-2149766691.jpg" },
+ { id: "p1", name: "Classic Birthday", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
+ { id: "p2", name: "Chocolate Fudge", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512846429-h85o73cx.png" },
+ { id: "p3", name: "Vanilla Berry", price: "$48", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
+ { id: "p4", name: "Lemon Curd Layer", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6tHOp9cQjweELT0lpQ1sjjtHL/uploaded-1779512863699-zpodpahm.png" },
{ id: "p5", name: "Carrot Walnut", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-tray-with-dessert-close-up_23-2148972051.jpg" },
{ id: "p6", name: "Red Velvet Mini", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-homemade-dessert_23-2148900946.jpg" },
]}
@@ -106,7 +106,7 @@ export default function LandingPage() {
plans={[
{ id: "small", badge: "Intimate", price: "$40", subtitle: "Perfect for family gatherings", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Serves 6-10", "Custom Message", "2 Day Notice"] },
{ id: "medium", badge: "Celebration", price: "$75", subtitle: "For birthdays and parties", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Serves 12-20", "Custom Design", "3 Day Notice"] },
- { id: "large", badge: "Event", price: "$120+", subtitle: "For larger crowds", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Serves 25+", "Full Customization", "7 Day Notice"] },
+ { id: "large", badge: "Event", price: "$120+", subtitle: "For birthdays and parties", buttons: [{ text: "Inquire", href: "#contact" }], features: ["Serves 25+", "Full Customization", "7 Day Notice"] },
]}
title="Simple Pricing"
description="Custom pricing for your specific gathering needs."
@@ -116,9 +116,9 @@ export default function LandingPage() {