6 Commits

Author SHA1 Message Date
8975931f82 Update src/app/page.tsx 2026-03-04 08:20:59 +00:00
d13f910c3c Merge version_3 into main
Merge version_3 into main
2026-03-04 08:15:13 +00:00
5ec62d91a2 Update src/app/page.tsx 2026-03-04 08:15:09 +00:00
f2e9767d69 Update src/app/layout.tsx 2026-03-04 08:15:08 +00:00
da1e3d993b Merge version_2 into main
Merge version_2 into main
2026-03-04 07:45:10 +00:00
5ed06e3e1f Merge version_2 into main
Merge version_2 into main
2026-03-04 07:43:44 +00:00
2 changed files with 7 additions and 15 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"
/>
@@ -201,10 +201,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Order Now"
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready to Experience Great Food?"
title="Reserve Your Table or Order Today"
description="Contact us today to book a table, place an order, or get more information. We're here to serve you!"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}