Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-04 08:15:13 +00:00
2 changed files with 5 additions and 13 deletions

View File

@@ -1,17 +1,11 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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!"};
title: "Ananthagiri Ruchulu - Family Restaurant in Vikarabad", description: "Delicious Multicuisine Food for Families in Vikarabad. Order now on WhatsApp or call us. Open 11 AM - 11 PM daily."};
export default function RootLayout({
children,
@@ -20,9 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -63,8 +63,8 @@ export default function LandingPage() {
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Order on WhatsApp", href: "https://wa.me/919876543210?text=Hello%20Ananthagiri%20Ruchulu%2C%20I%20would%20like%20to%20place%20an%20order" },
{ text: "📞 Call Now", href: "tel:+919876543210" },
{ text: "💬 WhatsApp Order", href: "https://wa.me/919876543210?text=Hello%20Ananthagiri%20Ruchulu%2C%20I%20would%20like%20to%20place%20an%20order" },
]}
buttonAnimation="slide-up"
/>