4 Commits

Author SHA1 Message Date
7f459ddea0 Update src/app/page.tsx 2026-03-03 05:02:22 +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
3 changed files with 21 additions and 21 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

@@ -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?_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"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #0a0a0a;;;;
--card: #1a1a1a;;;;
--foreground: #f5f5f5;;;;
--primary-cta: #ff0000;;;;
--secondary-cta: #1a1a1a;;;;
--accent: #991b1b;;;;
--background-accent: #7f1d1d;;;; */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #6139e6;;
--secondary-cta: #ffffff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;; */
--background: #0a0a0a;;;;
--card: #1a1a1a;;;;
--foreground: #f5f5f5;;;;
--primary-cta: #ff0000;;;;
--primary-cta-text: #ffffff;;;;
--secondary-cta: #1a1a1a;;;;
--secondary-cta-text: #ffffff;;;;
--accent: #991b1b;;;;
--background-accent: #7f1d1d;;;;
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #6139e6;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;
--accent: #6139e6;;
--background-accent: #b3a8e8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);