8 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
7ebda5c230 Update src/app/page.tsx 2026-03-03 04:54:12 +00:00
a6bde6cc8f Merge version_1 into main
Merge version_1 into main
2026-03-03 04:52:54 +00:00
b738be05e7 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:51:49 +00:00
f5bc1ac956 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:50:27 +00:00
2 changed files with 7 additions and 7 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

@@ -10,7 +10,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle } from "lucide-react";
import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle, FileText } from "lucide-react";
const handleOrderSubmit = (data: Record<string, string>) => {
console.log("Order submitted:", data);
@@ -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" },
@@ -144,7 +144,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }]}
buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }, { text: "📋 View Full Menu", href: "#" }]}
/>
</div>
@@ -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"