Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 06:18:41 +00:00
2 changed files with 42 additions and 63 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Al Zaiqa | Authentic Dining Experience", description: "Discover authentic flavors and unforgettable dining at Al Zaiqa. Premium ingredients, signature dishes, and exceptional service. Reserve your table today.", keywords: "restaurant, authentic dining, fine dining, reservations, premium cuisine, family restaurant", metadataBase: new URL("https://alzaiqa.com"),
alternates: {
canonical: "https://alzaiqa.com"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Al Zaiqa | Authentic Dining Experience", description: "Experience authentic flavors and unforgettable dining at Al Zaiqa. Premium ingredients, signature dishes, and exceptional service.", type: "website", siteName: "Al Zaiqa Restaurant", images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg", alt: "Al Zaiqa Restaurant elegant dining"},
],
},
twitter: {
card: "summary_large_image", title: "Al Zaiqa | Authentic Dining Experience", description: "Experience authentic flavors and unforgettable dining at Al Zaiqa.", images: ["http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg"],
},
};
title: "Al Zaiqa Restaurant", description: "Authentic Flavors, Unforgettable Dining Experience"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -88,11 +88,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Herb-Crusted Prime Lamb", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=1", imageAlt: "Herb-crusted prime lamb with seasonal vegetables"},
id: "1", name: "Herb-Crusted Prime Lamb", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=1", imageAlt: "Herb-crusted prime lamb with seasonal vegetables"
},
{
id: "2", name: "Saffron-Infused Seafood Platter", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-sitting-table_23-2150062658.jpg?_wi=1", imageAlt: "Saffron seafood platter with premium ingredients"},
id: "2", name: "Saffron-Infused Seafood Platter", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-sitting-table_23-2150062658.jpg?_wi=1", imageAlt: "Saffron seafood platter with premium ingredients"
},
{
id: "3", name: "Rose Petal Dessert Delicacy", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg?_wi=1", imageAlt: "Rose petal dessert with traditional garnish"},
id: "3", name: "Rose Petal Dessert Delicacy", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg?_wi=1", imageAlt: "Rose petal dessert with traditional garnish"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -114,13 +117,16 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Welcoming", title: "Exceptional Service", subtitle: "Attentive and knowledgeable staff", description: "Our team provides personalized attention to every detail, ensuring your dining experience exceeds expectations from the moment you arrive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=2", imageAlt: "Attentive restaurant staff providing service"},
tag: "Welcoming", title: "Exceptional Service", subtitle: "Attentive and knowledgeable staff", description: "Our team provides personalized attention to every detail, ensuring your dining experience exceeds expectations from the moment you arrive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=2", imageAlt: "Attentive restaurant staff providing service"
},
{
id: 2,
tag: "Premium", title: "Authentic Ingredients", subtitle: "Sourced with care and tradition", description: "We partner with trusted suppliers to source the finest ingredients, maintaining the integrity and authenticity of every dish we serve.", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=2", imageAlt: "Premium ingredients and preparation"},
tag: "Premium", title: "Authentic Ingredients", subtitle: "Sourced with care and tradition", description: "We partner with trusted suppliers to source the finest ingredients, maintaining the integrity and authenticity of every dish we serve.", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=2", imageAlt: "Premium ingredients and preparation"
},
{
id: 3,
tag: "Ambient", title: "Elegant Atmosphere", subtitle: "Designed for memorable moments", description: "Our thoughtfully designed dining spaces blend modern comfort with traditional warmth, creating the perfect setting for celebrations, business dinners, and intimate gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=2", imageAlt: "Elegant restaurant ambiance and design"},
tag: "Ambient", title: "Elegant Atmosphere", subtitle: "Designed for memorable moments", description: "Our thoughtfully designed dining spaces blend modern comfort with traditional warmth, creating the perfect setting for celebrations, business dinners, and intimate gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=2", imageAlt: "Elegant restaurant ambiance and design"
},
]}
buttons={[{ text: "Book Your Visit", href: "#contact" }]}
buttonAnimation="slide-up"
@@ -139,17 +145,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell, Marketing Director", date: "Date: 15 November 2024", title: "An absolute culinary masterpiece!", quote: "Al Zaiqa transformed our corporate event into an unforgettable evening. The food was exquisite, and the service was impeccable. We've already recommended it to all our colleagues and friends.", tag: "Business Event", avatarSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=3", imageAlt: "Guest enjoying Al Zaiqa dining experience"},
id: "2", name: "Michael Chen, Restaurant Critic", date: "Date: 8 October 2024", title: "Authentic flavors that tell a story", quote: "The commitment to authentic recipes combined with premium ingredients is evident in every plate. This is fine dining at its finest—no pretension, just pure culinary excellence.", tag: "Professional Review", avatarSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=3", imageAlt: "Signature dish preparation"
},
{
id: "2", name: "Michael Chen, Restaurant Critic", date: "Date: 8 October 2024", title: "Authentic flavors that tell a story", quote: "The commitment to authentic recipes combined with premium ingredients is evident in every plate. This is fine dining at its finest—no pretension, just pure culinary excellence.", tag: "Professional Review", avatarSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-salad-with-ruccola-plate_140725-723.jpg?_wi=3", imageAlt: "Signature dish preparation"},
id: "1", name: "Sarah Mitchell, Marketing Director", date: "Date: 15 November 2024", title: "An absolute culinary masterpiece!", quote: "Al Zaiqa transformed our corporate event into an unforgettable evening. The food was exquisite, and the service was impeccable. We've already recommended it to all our colleagues and friends.", tag: "Business Event", avatarSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=3", imageAlt: "Guest enjoying Al Zaiqa dining experience"
},
{
id: "3", name: "Emily Rodriguez, Family Celebration", date: "Date: 22 September 2024", title: "Perfect for special moments", quote: "We celebrated our anniversary at Al Zaiqa and couldn't have asked for a better experience. The ambiance, the food, and the staff made it truly special. We're already planning our next visit!", tag: "Special Occasion", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=3", imageAlt: "Restaurant ambiance for celebrations"},
id: "3", name: "Emily Rodriguez, Family Celebration", date: "Date: 22 September 2024", title: "Perfect for special moments", quote: "We celebrated our anniversary at Al Zaiqa and couldn't have asked for a better experience. The ambiance, the food, and the staff made it truly special. We're already planning our next visit!", tag: "Special Occasion", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=3", imageAlt: "Restaurant ambiance for celebrations"
},
{
id: "4", name: "David Kim, Frequent Diner", date: "Date: 15 August 2024", title: "Consistently exceptional", quote: "I've dined at Al Zaiqa multiple times, and the quality never wavers. Whether it's a casual dinner or a formal business meeting, they deliver excellence every single time.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background-spectacles_158538-21661.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-sitting-table_23-2150062658.jpg?_wi=2", imageAlt: "Premium seafood platter"},
id: "4", name: "David Kim, Frequent Diner", date: "Date: 15 August 2024", title: "Consistently exceptional", quote: "I've dined at Al Zaiqa multiple times, and the quality never wavers. Whether it's a casual dinner or a formal business meeting, they deliver excellence every single time.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background-spectacles_158538-21661.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-sitting-table_23-2150062658.jpg?_wi=2", imageAlt: "Premium seafood platter"
},
{
id: "5", name: "Jessica Thompson, Food Enthusiast", date: "Date: 3 July 2024", title: "Where tradition meets innovation", quote: "As someone who loves exploring different cuisines, Al Zaiqa impressed me with their perfect balance of honoring traditional recipes while adding contemporary touches. Absolutely worth every penny.", tag: "Food Lover", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", avatarAlt: "Jessica Thompson", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg?_wi=2", imageAlt: "Artistic dessert plating"},
id: "5", name: "Jessica Thompson, Food Enthusiast", date: "Date: 3 July 2024", title: "Where tradition meets innovation", quote: "As someone who loves exploring different cuisines, Al Zaiqa impressed me with their perfect balance of honoring traditional recipes while adding contemporary touches. Absolutely worth every penny.", tag: "Food Lover", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", avatarAlt: "Jessica Thompson", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg?_wi=2", imageAlt: "Artistic dessert plating"
},
{
id: "6", name: "Robert Anderson, Corporate Events Manager", date: "Date: 20 June 2024", title: "Our go-to venue for premium events", quote: "Al Zaiqa has become our preferred choice for client entertainment. The flexibility in menu options, impeccable presentation, and professional team make planning events effortless.", tag: "Corporate Partner", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Robert Anderson", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=4", imageAlt: "Fine dining environment"},
id: "6", name: "Robert Anderson, Corporate Events Manager", date: "Date: 20 June 2024", title: "Our go-to venue for premium events", quote: "Al Zaiqa has become our preferred choice for client entertainment. The flexibility in menu options, impeccable presentation, and professional team make planning events effortless.", tag: "Corporate Partner", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Robert Anderson", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3330.jpg?_wi=4", imageAlt: "Fine dining environment"
},
]}
ariaLabel="Customer testimonials section"
/>
@@ -167,17 +179,23 @@ export default function LandingPage() {
showCard={true}
faqs={[
{
id: "1", title: "What are your operating hours?", content: "Al Zaiqa is open Tuesday to Sunday, 11:30 AM - 11:00 PM. We're closed Mondays. Private events and special arrangements can be accommodated by prior arrangement."},
id: "1", title: "What are your operating hours?", content: "Al Zaiqa is open Tuesday to Sunday, 11:30 AM - 11:00 PM. We're closed Mondays. Private events and special arrangements can be accommodated by prior arrangement."
},
{
id: "2", title: "Do you offer delivery and takeout?", content: "Yes, we offer both delivery and takeout options for selected menu items. Orders can be placed via phone or through our website. Delivery is available within a 5km radius."},
id: "2", title: "Do you offer delivery and takeout?", content: "Yes, we offer both delivery and takeout options for selected menu items. Orders can be placed via phone or through our website. Delivery is available within a 5km radius."
},
{
id: "3", title: "Can you accommodate dietary restrictions?", content: "Absolutely. We can cater to vegetarian, vegan, gluten-free, and other dietary requirements. Please inform us when making your reservation or ordering, and our chefs will prepare suitable options."},
id: "3", title: "Can you accommodate dietary restrictions?", content: "Absolutely. We can cater to vegetarian, vegan, gluten-free, and other dietary requirements. Please inform us when making your reservation or ordering, and our chefs will prepare suitable options."
},
{
id: "4", title: "What is your reservation policy?", content: "Reservations are recommended, especially for weekend dining. We require 24 hours notice for group bookings of 8 or more. Cancellations must be made 24 hours in advance."},
id: "4", title: "What is your reservation policy?", content: "Reservations are recommended, especially for weekend dining. We require 24 hours notice for group bookings of 8 or more. Cancellations must be made 24 hours in advance."
},
{
id: "5", title: "Do you host private events and functions?", content: "Yes, Al Zaiqa specializes in private events, corporate functions, weddings, and celebrations. Our team will work with you to create a customized menu and package for your special occasion."},
id: "5", title: "Do you host private events and functions?", content: "Yes, Al Zaiqa specializes in private events, corporate functions, weddings, and celebrations. Our team will work with you to create a customized menu and package for your special occasion."
},
{
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), digital wallets, and cash. Payment plans for large events can be arranged upon request."},
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), digital wallets, and cash. Payment plans for large events can be arranged upon request."
},
]}
ariaLabel="Contact and reservation information section"
/>