Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 08:43:12 +00:00
2 changed files with 15 additions and 39 deletions

View File

@@ -1,52 +1,28 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Hungry Daddy - Pan-Asian Restaurant in Guntur | Best Cafe", description: "Hungry Daddy offers Pan-Asian cuisines, spacious dining, great ambience & fast service in Guntur. Order delivery, reserve table online. 4.1★ rating. Call 091217 87980.", keywords: "Pan-Asian restaurant Guntur, best cafe Guntur, Thai food, sushi, Indian tandoor, Chinese cuisine, restaurant Guntur, reservation booking", metadataBase: new URL("https://hungrydaddyguntur.com"),
alternates: {
canonical: "https://hungrydaddyguntur.com"},
openGraph: {
title: "Hungry Daddy - Pan-Asian Restaurant in Guntur", description: "Experience authentic Pan-Asian cuisines in Guntur. Spacious cafe, great ambience, fast service. Book your table online or call today.", url: "https://hungrydaddyguntur.com", siteName: "Hungry Daddy", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/bowl-thai-udon-noodles-with-nuts-broccoli-lemon-mint-toppings_23-2148093213.jpg", alt: "Hungry Daddy Pan-Asian Dishes"},
],
},
twitter: {
card: "summary_large_image", title: "Hungry Daddy - Best Pan-Asian Restaurant in Guntur", description: "Discover authentic Pan-Asian flavors, spacious ambience, and exceptional service at Hungry Daddy.", images: ["http://img.b2bpic.net/free-photo/bowl-thai-udon-noodles-with-nuts-broccoli-lemon-mint-toppings_23-2148093213.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Hungry Daddy", description: "Pan-Asian restaurant in Guntur"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1414,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Star, Globe, Award, Clock } from "lucide-react";
import { Star, Globe, Award, Clock, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,7 +61,8 @@ export default function LandingPage() {
description="Hungry Daddy is a premier Pan-Asian restaurant offering a diverse culinary experience. Our spacious cafe features a great ambience with both indoor and outdoor seating, projector screens for entertainment, and fast, courteous service. We specialize in authentic cuisines from Thailand, Japan, India (Tandoor), China, Indonesia, Malaysia, Italy, and the Arab world. With contactless ordering and billing, all-you-can-eat options, and no wait times, we deliver an exceptional dining experience for families, professionals, and food enthusiasts."
metrics={[
{ value: "4.1/5", title: "Guest Rating" },
{ value: "516+", title: "Reviews" }
{ value: "516+", title: "Reviews" },
{ value: "Open Daily", title: "Hours" }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-safari-party-with-dessert-table_23-2149707844.jpg?_wi=1"
imageAlt="Spacious Hungry Daddy restaurant interior with modern ambience"