diff --git a/src/app/page.tsx b/src/app/page.tsx index 7181e68..829f140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { title="Authentic Roots" description="Located in Hoschton, GA, Casa Rica brings traditional flavors to your table. From dine-in to delivery, we serve every meal with passion." metrics={[{ value: "10 PM", title: "Open Daily" }, { value: "(706) 658-0030", title: "Call Us" }]} - imageSrc="https://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables_23-2148281358.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627236392-3k4gwhsr.png" useInvertedBackground={false} /> @@ -62,8 +62,8 @@ export default function LandingPage() { title="Menu Highlights" description="Our customer favorites, served fresh daily." products={[ - { id: "1", name: "Mexican Guacamole Dip", price: "$9.99", imageSrc: "https://img.b2bpic.net/free-photo/guacamole-bowl_23-2148332222.jpg" }, - { id: "2", name: "Chicken Wings", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/chicken-wings_23-2148281358.jpg" } + { id: "1", name: "Mexican Guacamole Dip", price: "$9.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627236392-3k4gwhsr.png" }, + { id: "2", name: "Chicken Wings", price: "$12.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdvfMHwAnAgRia80LlL5Mv9sWF/uploaded-1778627223247-xynfe0ka.png" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -74,7 +74,7 @@ export default function LandingPage() {