Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 15:52:09 +00:00
5 changed files with 58 additions and 24 deletions

View File

@@ -81,7 +81,7 @@ export default function AboutPage() {
tag="A Legacy of Flavor"
tagIcon={Flame}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-3910.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-3910.jpg?_wi=2"
imageAlt="Kerala Fusion Restaurant Heritage"
mediaAnimation="slide-up"
metrics={[
@@ -141,7 +141,7 @@ export default function AboutPage() {
name: "Fatima Al-Dosari",
handle: "Riyadh Food Lover",
testimonial: "The biryani here is absolutely authentic! It tastes like I'm dining in Kerala. The cozy atmosphere makes it perfect for family gatherings. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60283.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60283.jpg?_wi=2",
imageAlt: "Fatima Al-Dosari",
},
{
@@ -149,7 +149,7 @@ export default function AboutPage() {
name: "Mohammed Ahmed",
handle: "Regular Customer",
testimonial: "Affordable prices with premium quality—a rare combination! The staff is incredibly friendly and the service is impeccable. Best Kerala cuisine in Riyadh.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg?_wi=2",
imageAlt: "Mohammed Ahmed",
},
{
@@ -157,7 +157,7 @@ export default function AboutPage() {
name: "Noura Al-Shammari",
handle: "Solo Diner",
testimonial: "Perfect for a quiet dinner alone or with friends. The food is consistently amazing, portions are generous, and the ambiance is so welcoming. I visit every week!",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg?_wi=2",
imageAlt: "Noura Al-Shammari",
},
]}

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
tag="Get In Touch"
tagIcon={MapPin}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg?_wi=2"
imageAlt="Kerala Fusion Contact"
mediaAnimation="slide-up"
metrics={[

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Kerala Fusion Restaurant - Authentic Kerala Indian Cuisine in Riyadh",
description: "Experience authentic Kerala Indian cuisine with modern fusion flavors in Riyadh. 4.5-star rated restaurant offering affordable prices, cozy ambiance, and exceptional food. Dine-in, delivery, and catering available.",
keywords: "Kerala restaurant Riyadh, Indian cuisine Saudi Arabia, biryani, appam, seafood curry, Kerala food, fusion restaurant, authentic Indian, fine dining Riyadh",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Kerala Fusion Restaurant - Authentic Kerala Flavors in Riyadh",
description: "4.5-star rated Kerala Indian restaurant serving authentic cuisine with modern fusion. Cozy dining, affordable prices, and exceptional service in Riyadh.",
siteName: "Kerala Fusion Restaurant",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg",
alt: "Kerala Fusion Restaurant - Authentic Biryani",
},
],
},
twitter: {
card: "summary_large_image",
title: "Kerala Fusion Restaurant - Riyadh",
description: "Authentic Kerala Indian cuisine with fusion flavors. 4.5-star rated. Dine-in, delivery, catering.",
images: ["http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -89,21 +89,21 @@ export default function MenuPage() {
id: "biryani",
name: "Kerala Biryani",
price: "SR 45",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg?_wi=2",
imageAlt: "Fragrant Kerala Biryani",
},
{
id: "appam-curry",
name: "Appam with Fish Curry",
price: "SR 38",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg?_wi=2",
imageAlt: "Traditional Appam and Curry",
},
{
id: "seafood-special",
name: "Seafood Special Fry",
price: "SR 52",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg?_wi=2",
imageAlt: "Crispy Seafood Special",
},
{
@@ -124,7 +124,7 @@ export default function MenuPage() {
id: "dosa",
name: "Crispy Dosa with Sambar",
price: "SR 22",
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg?_wi=1",
imageAlt: "Traditional Dosa",
},
]}

View File

@@ -113,7 +113,7 @@ export default function HomePage() {
tag="Heritage & Innovation"
tagIcon={Flame}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-3910.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-3910.jpg?_wi=1"
imageAlt="Kerala Fusion Restaurant Interior"
mediaAnimation="slide-up"
metrics={[
@@ -173,21 +173,21 @@ export default function HomePage() {
id: "biryani",
name: "Kerala Biryani",
price: "SR 45",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg?_wi=1",
imageAlt: "Fragrant Kerala Biryani",
},
{
id: "appam-curry",
name: "Appam with Fish Curry",
price: "SR 38",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg?_wi=1",
imageAlt: "Traditional Appam and Curry",
},
{
id: "seafood-special",
name: "Seafood Special Fry",
price: "SR 52",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg?_wi=1",
imageAlt: "Crispy Seafood Special",
},
]}
@@ -213,7 +213,7 @@ export default function HomePage() {
name: "Fatima Al-Dosari",
handle: "Riyadh Food Lover",
testimonial: "The biryani here is absolutely authentic! It tastes like I'm dining in Kerala. The cozy atmosphere makes it perfect for family gatherings. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60283.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60283.jpg?_wi=1",
imageAlt: "Fatima Al-Dosari",
},
{
@@ -221,7 +221,7 @@ export default function HomePage() {
name: "Mohammed Ahmed",
handle: "Regular Customer",
testimonial: "Affordable prices with premium quality—a rare combination! The staff is incredibly friendly and the service is impeccable. Best Kerala cuisine in Riyadh.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-man_641386-985.jpg?_wi=1",
imageAlt: "Mohammed Ahmed",
},
{
@@ -229,7 +229,7 @@ export default function HomePage() {
name: "Noura Al-Shammari",
handle: "Solo Diner",
testimonial: "Perfect for a quiet dinner alone or with friends. The food is consistently amazing, portions are generous, and the ambiance is so welcoming. I visit every week!",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg?_wi=1",
imageAlt: "Noura Al-Shammari",
},
{