Merge version_1 into main #1
@@ -92,21 +92,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Authentic Cuisine",
|
||||
description: "We honor traditional recipes while incorporating contemporary culinary techniques. Every dish tells a story of authentic flavors and premium ingredients sourced for excellence and quality.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq&_wi=3",
|
||||
imageAlt: "fresh seafood platter fine dining quality",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Quality",
|
||||
description: "From hand-selected steaks to fresh daily seafood deliveries, we maintain the highest standards. Our expert chefs prepare each dish with meticulous attention to detail and passion.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9&_wi=4",
|
||||
imageAlt: "premium grilled steak with vegetables plating",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Exceptional Service",
|
||||
description: "Our dedicated team is trained to provide personalized, attentive service. We create memorable experiences that keep guests returning to Sufrah Dine for special occasions and everyday celebrations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf0wty",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf0wty&_wi=2",
|
||||
imageAlt: "upscale restaurant interior warm ambiance",
|
||||
},
|
||||
]}
|
||||
@@ -127,7 +127,7 @@ export default function AboutPage() {
|
||||
quote: "We've celebrated every major milestone here. The ambiance is perfect, the food is consistently excellent, and the staff treats you like family. Sufrah Dine is more than just a restaurant - it's part of our memories.",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Regular Customer for 5+ Years",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bevae7",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bevae7&_wi=2",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function AboutPage() {
|
||||
quote: "The variety and quality of dishes available here is unmatched. From traditional favorites to innovative preparations, every meal is a culinary journey. This is where food lovers come in Rawalpindi.",
|
||||
name: "Fatima Khan",
|
||||
role: "Food Writer & Critic",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fdtzf",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fdtzf&_wi=2",
|
||||
imageAlt: "Fatima Khan",
|
||||
},
|
||||
{
|
||||
@@ -145,7 +145,7 @@ export default function AboutPage() {
|
||||
quote: "Perfect for both intimate dinners and business meetings. The setting is sophisticated yet welcoming, and the service ensures you can focus on enjoying your meal and company.",
|
||||
name: "Bilal Ahmed",
|
||||
role: "Business Professional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7xq12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7xq12&_wi=2",
|
||||
imageAlt: "Bilal Ahmed",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,54 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Sufrah Dine Restaurant | Premium Steaks & Seafood Rawalpindi",
|
||||
description: "Award-winning restaurant on Food Street offering premium steaks, fresh seafood, and authentic cuisine. Reserve your table or order online. Open 1 PM daily.",
|
||||
keywords: "restaurant Rawalpindi, premium steaks, seafood restaurant, Pakistani cuisine, Food Street Bahria Town, dining reservations",
|
||||
openGraph: {
|
||||
title: "Sufrah Dine - Premium Restaurant in Rawalpindi",
|
||||
description: "Experience authentic Pakistani cuisine with premium steaks and fresh seafood. Located on Food Street, Phase 7 Bahria Town.",
|
||||
type: "website",
|
||||
siteName: "Sufrah Dine Restaurant",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AsUzC6wbDcMcLn1VHmpXzIGAgA/uploaded-1773381166350-9gkp30ep.png",
|
||||
alt: "Sufrah Dine Logo",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Sufrah Dine Restaurant",
|
||||
description: "Premium steaks and fresh seafood in Rawalpindi",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=deihvw",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +57,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +71,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -81,19 +81,19 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Premium Steaks",
|
||||
description: "Tenderloin Steak, Fillet Mignon, Beef Heart Steak, and Tarragon Steak - all grilled to perfection with our special marinades and sauces",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9&_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fresh Seafood",
|
||||
description: "Lemon Butter Fish, Tamarind Fish, Fish & Chips - premium catch prepared with authentic spices and gourmet techniques",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq&_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Specialty Dishes",
|
||||
description: "Sufrah Special Soups, Chinese Favorites, and Fast Food Options - comfort food elevated with quality ingredients and expert preparation",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7qsoh",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7qsoh&_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Book a Table", href: "/reservations" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=deihvw"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=deihvw&_wi=1"
|
||||
imageAlt="Elegant Sufrah Dine Restaurant Interior"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -108,21 +108,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Premium Steaks",
|
||||
description: "Tenderloin Steak, Fillet Mignon, Beef Heart Steak, and Tarragon Steak - all grilled to perfection with our special marinades and sauces",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9&_wi=1",
|
||||
imageAlt: "premium grilled steak with vegetables plating",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fresh Seafood",
|
||||
description: "Lemon Butter Fish, Tamarind Fish, Fish & Chips - premium catch prepared with authentic spices and gourmet techniques",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=259pgq&_wi=1",
|
||||
imageAlt: "fresh seafood platter fine dining quality",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Specialty Dishes",
|
||||
description: "Sufrah Special Soups, Chinese Favorites, and Fast Food Options - comfort food elevated with quality ingredients and expert preparation",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7qsoh",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7qsoh&_wi=1",
|
||||
imageAlt: "restaurant menu food items presentation photo",
|
||||
},
|
||||
]}
|
||||
@@ -143,7 +143,7 @@ export default function HomePage() {
|
||||
quote: "The Tenderloin Steak was absolutely perfect - tender, flavorful, and cooked to exactly the right temperature. The entire dining experience was outstanding. Will definitely return!",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bevae7",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bevae7&_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function HomePage() {
|
||||
quote: "The Lemon Butter Fish was fresh and beautifully prepared. The service was prompt and courteous. This is now my go-to restaurant for special occasions.",
|
||||
name: "Fatima Khan",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fdtzf",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fdtzf&_wi=1",
|
||||
imageAlt: "Fatima Khan",
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
quote: "Sufrah Dine offers the perfect combination of excellent food, warm ambiance, and professional service. Every visit feels special and well-organized.",
|
||||
name: "Bilal Ahmed",
|
||||
role: "Family Diner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7xq12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7xq12&_wi=1",
|
||||
imageAlt: "Bilal Ahmed",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -92,21 +92,21 @@ export default function ReservationsPage() {
|
||||
id: 1,
|
||||
title: "Operating Hours",
|
||||
description: "Friday to Sunday: 1:00 PM - 1:00 AM | Monday to Wednesday: 1:00 PM - 12:00 AM | Thursday: Closed | Special closures during Eid celebrations",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf0wty",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kf0wty&_wi=1",
|
||||
imageAlt: "upscale restaurant interior warm ambiance",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Price Range & Party Size",
|
||||
description: "Price per person: Rs 1,000–2,000 | Accommodates groups from 2 to 50+ guests | Private dining options available for larger parties and special events",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u551a9&_wi=3",
|
||||
imageAlt: "premium grilled steak with vegetables plating",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Location & Directions",
|
||||
description: "Address: Food Street, Phase 7, Bahria Town, Intellectual Village, Rawalpindi | Easy parking available | Located in the heart of the city's premier dining destination",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=deihvw",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=deihvw&_wi=2",
|
||||
imageAlt: "Elegant Sufrah Dine Restaurant Interior",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user