From e343ca6d7d0a7d17753cbdaa883d919a828d41a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:33:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7676ca4..da3a669 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Banana Leaf A/c Restaurant - Authentic South Indian Cuisine', - description: 'Experience the best of South Indian flavors at Banana Leaf A/c Restaurant in Ariyalur. Dine-in, drive-through, or enjoy no-contact delivery of our delicious, high-quality meals.', + title: 'Hotel Sri Sierra - Luxury Accommodation & World-Class Service', + description: 'Discover unparalleled comfort and luxury at Hotel Sri Sierra. Offering exquisite rooms, premium amenities, and exceptional service in a prime location for an unforgettable stay.', keywords: ["South Indian restaurant, Ariyalur, Banana Leaf, AC restaurant, Tamil Nadu, Indian food, biriyani, dosa, rasam, vegetarian meals, non-vegetarian"], openGraph: { "title": "Banana Leaf A/c Restaurant - Authentic South Indian Cuisine", -- 2.49.1 From d94f8e1010a93ad09be4637f7644a6260f0f2380 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 15:33:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 320 +++++++++++++---------------------------------- 1 file changed, 89 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc0dfc1..56a829e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CookingPot, DollarSign, Heart, Star, Trophy, Users, Utensils } from "lucide-react"; +import { BedDouble, Coffee, Dumbbell, Hotel, Luggage, MapPin, Star, Wifi } from "lucide-react"; export default function LandingPage() { return ( @@ -34,74 +34,45 @@ export default function LandingPage() {
@@ -109,62 +80,44 @@ export default function LandingPage() {
-
+
-
@@ -311,33 +205,18 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What are your operating hours?", - content: "We are open daily from morning until 11 PM. Please note that special holidays like Eid al-Adha might affect these hours, so we recommend checking our website or calling us directly.", - }, + id: "faq1", title: "What are your check-in and check-out times?", content: "Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request, subject to availability and additional charges."}, { - id: "faq2", - title: "Do you offer delivery or drive-through services?", - content: "Yes, we proudly offer both drive-through and no-contact delivery options for your convenience, in addition to our comfortable dine-in experience.", - }, + id: "faq2", title: "Do you have parking available?", content: "Yes, we offer secure on-site parking for our guests. Valet parking services are also available for your convenience."}, { - id: "faq3", - title: "What kind of cuisine do you specialize in?", - content: "Banana Leaf A/c Restaurant specializes in authentic South Indian cuisine, featuring a wide array of traditional dishes and local favorites prepared with fresh ingredients.", - }, + id: "faq3", title: "What amenities are included with a stay?", content: "All guests enjoy complimentary high-speed Wi-Fi, access to our fitness center, and daily breakfast. Certain room types and packages may include additional amenities such as spa access or executive lounge privileges."}, { - id: "faq4", - title: "Where is Banana Leaf A/c Restaurant located?", - content: "You can find us conveniently located near the Collector Office in MIN Nagar, Ariyalur, Tamil Nadu 621704. We look forward to welcoming you!", - }, + id: "faq4", title: "Is your hotel pet-friendly?", content: "We welcome well-behaved pets in designated rooms for an additional fee. Please contact our front desk prior to your arrival to make arrangements."}, { - id: "faq5", - title: "How can I make a reservation?", - content: "While we welcome walk-ins, you can make reservations by calling us directly at 073732 23888. Our staff will be happy to assist you.", - }, + id: "faq5", title: "How can I make a reservation?", content: "You can easily make a reservation through our website, by calling our reservations team directly, or via your preferred travel agent."}, ]} sideTitle="Frequently Asked Questions" - sideDescription="Find quick answers to common questions about our restaurant, services, and offerings." + sideDescription="Find quick answers to common questions about your stay, amenities, and services at Hotel Sri Sierra." faqsAnimation="slide-up" textPosition="left" /> @@ -347,82 +226,61 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1