12 Commits

Author SHA1 Message Date
0e5bb03c3c Update src/app/page.tsx 2026-03-03 05:07:58 +00:00
b062b71c30 Update src/app/layout.tsx 2026-03-03 05:07:57 +00:00
3c9c979f75 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:05:01 +00:00
6b5c3edc05 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:04:33 +00:00
e3675c478f Switch to version 2: modified src/app/page.tsx 2026-03-03 05:03:38 +00:00
65edba136d Switch to version 2: modified src/app/layout.tsx 2026-03-03 05:03:37 +00:00
c83247081a Merge version_3 into main
Merge version_3 into main
2026-03-03 05:02:26 +00:00
7f459ddea0 Update src/app/page.tsx 2026-03-03 05:02:22 +00:00
c78daac4bb Merge version_3 into main
Merge version_3 into main
2026-03-03 05:01:16 +00:00
97c9bf627b Update src/app/page.tsx 2026-03-03 05:01:11 +00:00
d2f576dfc6 Update src/app/layout.tsx 2026-03-03 05:01:11 +00:00
89d4f0ebb6 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:54:16 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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"],
},
};

View File

@@ -54,12 +54,12 @@ export default function LandingPage() {
background={{ variant: "animated-grid" }}
buttons={[
{ text: "📞 Call Now: 04 263 1366", href: "tel:04-263-1366" },
{ text: "🛵 Order Pickup", href: "#contact" },
{ text: "🛵 Order Now - 30 Min Delivery", href: "#contact" },
]}
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?_wi=1"},
{
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?_wi=2"
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?_wi=3"
imageAlt="Al Saqr Restaurant dining experience"
mediaAnimation="slide-up"
mediaPosition="right"