diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 373114d..fa1d7a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,11 +21,11 @@ export const metadata: Metadata = { openGraph: { title: "Al Saqr Restaurant - 24-Hour Dining in Al Qusais", description: "Fresh, affordable meals open 24/7. Dine-in, pickup, delivery. Vegan friendly. Located on Damascus Street, Al Qusais 2.", type: "website", siteName: "Al Saqr Restaurant", images: [ { - url: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", alt: "Al Saqr Restaurant - Fresh and Affordable Dining"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8FOMuveLQ8wkceTtt94xt48a/uploaded-1772514029566-bkf7zggi.png", alt: "Al Saqr Restaurant - Fresh and Affordable Dining"}, ], }, twitter: { - card: "summary_large_image", title: "Al Saqr Restaurant - 24/7 Affordable Food in Al Qusais", description: "Fresh meals, quick service, 24 hours. Call 04 263 1366 to order.", images: ["http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg"], + card: "summary_large_image", title: "Al Saqr Restaurant - 24/7 Affordable Food in Al Qusais", description: "Fresh meals, quick service, 24 hours. Call 04 263 1366 to order.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8FOMuveLQ8wkceTtt94xt48a/uploaded-1772514029566-bkf7zggi.png"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index c099105..6c9b852 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=1"}, + id: "hero-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8FOMuveLQ8wkceTtt94xt48a/uploaded-1772514029566-bkf7zggi.png"}, { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-tomatoes-lemon-slices-oval-plate-table-free-space_140725-147488.jpg?_wi=1"}, { @@ -108,7 +108,7 @@ export default function LandingPage() { tag="About Us" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8FOMuveLQ8wkceTtt94xt48a/uploaded-1772514029566-bkf7zggi.png" imageAlt="Al Saqr Restaurant welcoming dining area" buttons={[ { text: "📍 Get Directions", href: "#contact" }, @@ -204,7 +204,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ8FOMuveLQ8wkceTtt94xt48a/uploaded-1772514029566-bkf7zggi.png" imageAlt="Al Saqr Restaurant dining experience" mediaAnimation="slide-up" mediaPosition="right"