Merge version_2 into main #4
@@ -1,51 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
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: "Ananthagiri Ruchulu - Family Restaurant in Vikarabad | Biryani & Multicuisine", description: "Best family restaurant in Vikarabad with delicious biryani, chicken majestic & multicuisine options. Fresh food, hygienic kitchen, dine-in & delivery. ⭐ 4.2 Rating", keywords: "restaurant Vikarabad, biryani, family restaurant, multicuisine, food delivery, Ananthagiri", metadataBase: new URL("https://ananthagiri-ruchulu.com"),
|
||||
alternates: {
|
||||
canonical: "https://ananthagiri-ruchulu.com"},
|
||||
openGraph: {
|
||||
title: "Ananthagiri Ruchulu - Family Restaurant in Vikarabad", description: "Delicious multicuisine food for families. Biryani, chicken majestic & more. Call or WhatsApp to order!", url: "https://ananthagiri-ruchulu.com", siteName: "Ananthagiri Ruchulu", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/family-having-indian-food_53876-20449.jpg", alt: "Ananthagiri Ruchulu Restaurant"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Ananthagiri Ruchulu - Best Family Restaurant in Vikarabad", description: "Order now via WhatsApp or call us! Delicious biryani & multicuisine food.", images: ["http://img.b2bpic.net/free-photo/family-having-indian-food_53876-20449.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Ananthagiri Ruchulu - Family Restaurant in Vikarabad", description: "Delicious Multicuisine Food for Families in Vikarabad. Great ambience, fresh food, and affordable prices. Order now online or visit us!"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${mulish.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { CheckCircle, Heart, Phone, Star, ThumbsUp, Smile, UtensilsCrossed, Zap } from 'lucide-react';
|
||||
import { CheckCircle, Heart, Phone, Star, ThumbsUp, Smile, UtensilsCrossed, Zap, Crown } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chicken Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82277.jpg", imageAlt: "Chicken Biryani"},
|
||||
id: "1", name: "Chicken Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82277.jpg", imageAlt: "Chicken Biryani", priceButtonProps: { children: "Most Popular" }},
|
||||
{
|
||||
id: "2", name: "Chicken Majestic", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg", imageAlt: "Chicken Majestic"},
|
||||
{
|
||||
id: "3", name: "Apollo Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg", imageAlt: "Apollo Chicken"},
|
||||
id: "3", name: "Apollo Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg", imageAlt: "Apollo Chicken", priceButtonProps: { children: "Best Seller" }},
|
||||
{
|
||||
id: "4", name: "Tandoori Roti Butter", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Tandoori Roti with Butter"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user