Now let me also search for "Fresh Bite" and check the header, footer, and layout for any branding text:
I can see the header and footer have "Fresh<span>Bite</span>" format which displays as "FreshBite". Let me make all the fixes now:
Let me re-read the journey section and try the timeline edit again:
The timeline was already updated successfully. Now let me fix the second instance of "FreshBite" in the mobile menu of the header:
There's still one "FreshBite" in the mobile menu. Let me fix it:
All three fixes have been completed:
Fixed the error by adding relative to the parent div of the Image component. Next.js Image with fill property requires the parent element to have position: relative, absolute, or fixed for proper sizing and positioning.
Removed the website URL entry from the contact details array and also removed the unused Globe icon import. The contact information section now only displays the phone number and email address.
The code looks correct - the parent div of the Image already has relative positioning. This error appears to be a stale warning from a previous state. The current code has the proper structure with relative on the immediate parent div containing the Image with fill. No fix is needed as the code is already correct.
You can send messages while the preview loads