Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-14 13:32:08 +00:00
3 changed files with 63 additions and 24 deletions

View File

@@ -77,7 +77,7 @@ export default function GalleryPage() {
price: "Golden Hour",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg?_wi=2",
imageAlt: "peaceful rooftop dining during sunset",
},
{
@@ -87,7 +87,7 @@ export default function GalleryPage() {
price: "Freshly Made",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=4",
imageAlt: "beautiful chinese food plated presentation",
},
{
@@ -97,7 +97,7 @@ export default function GalleryPage() {
price: "Warm Lights",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2",
imageAlt: "rooftop dinner at night with warm lights",
},
{
@@ -107,7 +107,7 @@ export default function GalleryPage() {
price: "Happy Moments",
rating: 5,
reviewCount: "Photos",
imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg?_wi=2",
imageAlt: "friends gathering rooftop dinner celebration",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 { Nunito } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Roof Yard - Karachi's Hidden Rooftop Dining",
description: "Escape the city noise at Roof Yard. Premium rooftop restaurant in Karachi with authentic Chinese food, peaceful vibes, and perfect for groups. Affordable. Friendly.",
keywords: "rooftop restaurants Karachi, affordable rooftop dining, best rooftop restaurants, Chinese food Karachi, hidden gem restaurant, dinner with view",
metadataBase: new URL("https://roofyard.pk"),
alternates: {
canonical: "https://roofyard.pk",
},
openGraph: {
title: "Roof Yard - Hidden Rooftop Dining Above the City",
description: "Climb ordinary stairs. Discover an unexpected rooftop escape in Karachi. Good food, fresh air, peaceful vibes.",
url: "https://roofyard.pk",
siteName: "Roof Yard",
type: "website",
images: [
{
url: "https://roofyard.pk/og-hero-rooftop.jpg",
alt: "Roof Yard rooftop restaurant night view with warm lights",
},
],
},
twitter: {
card: "summary_large_image",
title: "Roof Yard - Hidden Rooftop Dining in Karachi",
description: "Escape the streets. Experience Karachi's hidden rooftop dining gem with authentic food and peaceful atmosphere.",
images: ["https://roofyard.pk/twitter-hero.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunito.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
<HeroLogo
logoText="Roof Yard"
description="Climb the stairs and discover Karachi's hidden rooftop dining experience. Where good food, fresh air, and peaceful vibes meet above the city."
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=1"
imageAlt="Rooftop restaurant at night with warm lights and city view"
showDimOverlay={true}
buttons={[
@@ -90,7 +90,7 @@ export default function HomePage() {
title="A Hidden Gem Above the City"
description="From the outside, you might not expect what waits at the top. The entrance may feel quiet and mysterious, but once you reach the rooftop, the atmosphere changes completely. Soft lights, fresh air, tasty food, and a calm place to enjoy dinner with friends."
tag="The Story"
imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg"
imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490825.jpg?_wi=1"
imageAlt="Peaceful rooftop dining area with sunset view"
imagePosition="right"
textboxLayout="default"
@@ -178,7 +178,7 @@ export default function HomePage() {
price: "Rs 400-800",
rating: 5,
reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=1",
imageAlt: "Delicious hot starters",
},
{
@@ -188,7 +188,7 @@ export default function HomePage() {
price: "Rs 600-1200",
rating: 5,
reviewCount: "280+",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=2",
imageAlt: "Authentic Chinese cuisine",
},
{
@@ -198,7 +198,7 @@ export default function HomePage() {
price: "Rs 1000-2000",
rating: 5,
reviewCount: "165+",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152901.jpg?_wi=3",
imageAlt: "Family style rice and noodle dishes",
},
]}
@@ -235,7 +235,7 @@ export default function HomePage() {
role: "Food Blogger",
company: "Karachi Eats",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=1",
},
{
id: "testimonial-2",
@@ -243,7 +243,7 @@ export default function HomePage() {
role: "Regular Customer",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=2",
},
{
id: "testimonial-3",
@@ -251,7 +251,7 @@ export default function HomePage() {
role: "Event Organizer",
company: "Celebrations",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=3",
},
{
id: "testimonial-4",
@@ -259,7 +259,7 @@ export default function HomePage() {
role: "Restaurant Critic",
company: "Dining Guide KHI",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=4",
},
{
id: "testimonial-5",
@@ -267,7 +267,7 @@ export default function HomePage() {
role: "Travel Writer",
company: "Travel Magazine",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=5",
},
{
id: "testimonial-6",
@@ -275,7 +275,7 @@ export default function HomePage() {
role: "Corporate Client",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=6",
},
]}
containerClassName="py-20 px-6 md:px-12"
@@ -295,7 +295,7 @@ export default function HomePage() {
title="Perfect for Friends & Family"
description="Whether you're meeting friends, celebrating something special, or just enjoying dinner out, Roof Yard is ideal for groups of 5-8 people. Bring your loved ones to experience the rooftop escape."
tag="Ideal For"
imageSrc="http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg"
imageSrc="http://img.b2bpic.net/free-photo/friends-holding-watermelon-slices-close-up_23-2149073111.jpg?_wi=1"
imageAlt="Friends gathering and dining together on rooftop"
imagePosition="left"
textboxLayout="split-actions"