diff --git a/src/app/custom-orders/page.tsx b/src/app/custom-orders/page.tsx index 5155cab..978eee0 100644 --- a/src/app/custom-orders/page.tsx +++ b/src/app/custom-orders/page.tsx @@ -74,7 +74,7 @@ export default function CustomOrdersPage() { { title: "Custom Flavors", description: "Choose your base, mix-ins, toppings, and sauces. Or describe your dream cheesecake and we'll create it for you.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake-with-caramel-strawberry-syrup-top_114579-2884.jpg?_wi=4", imageAlt: "Specialty cheesecake flavor artisan bakery creation", button: { text: "Request Flavor", @@ -84,7 +84,7 @@ export default function CustomOrdersPage() { { title: "Dietary Accommodations", description: "We accommodate gluten-free, dairy-free, vegan, and other dietary preferences. Ask about our specialty preparations.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruit-pie-inside-cake-pan-light-blue-table_140725-85336.jpg?_wi=4", imageAlt: "homemade fruit pie bakery fresh wholesome", button: { text: "Dietary Options", @@ -94,7 +94,7 @@ export default function CustomOrdersPage() { { title: "Bulk Orders & Events", description: "Weddings, corporate events, family gatherings—we handle desserts for any size celebration. Call for volume pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-slice-with-berry-sauce-top_114579-2551.jpg?_wi=2", imageAlt: "wedding dessert table with cheesecake display elegant", button: { text: "Plan Event", @@ -104,7 +104,7 @@ export default function CustomOrdersPage() { { title: "Delivery & Pickup", description: "Local delivery available for orders over $50. Pickup options at our Avilla location. Ask about timing and availability.", - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-wooden-support_23-2148320852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-wooden-support_23-2148320852.jpg?_wi=3", imageAlt: "rich chocolate cheesecake slice bakery dessert", button: { text: "Schedule Delivery", @@ -136,25 +136,25 @@ export default function CustomOrdersPage() { { title: "Step 1: Call or Email", description: "Reach out with your order details, flavor preferences, and timeline. We'll discuss options and confirm availability.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=2", imageAlt: "local artisan bakery homemade desserts owner portrait", }, { title: "Step 2: Plan Details", description: "Confirm size, flavors, dietary needs, and delivery/pickup date. We'll provide pricing and any special instructions.", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-chocolate-sauces-citrus-fruits_140725-73864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-chocolate-sauces-citrus-fruits_140725-73864.jpg?_wi=3", imageAlt: "classic New York cheesecake slice bakery presentation", }, { title: "Step 3: We Create Magic", description: "Our team handcrafts your order fresh with premium ingredients. You'll get updates on progress and timing.", - imageSrc: "http://img.b2bpic.net/free-photo/cranberries-pie-cake-white-plate_74190-4811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cranberries-pie-cake-white-plate_74190-4811.jpg?_wi=3", imageAlt: "Oreo cheesecake slice dark chocolate bakery", }, { title: "Step 4: Enjoy!", description: "Pick up or receive your delivery. Enjoy your custom creation and share photos—we love seeing happy customers!", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=4", imageAlt: "happy customer enjoying cheesecake dessert smile portrait", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75c9952..9e68a12 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +