From b51b0c1efa3fdfce400e7404acc9cd2e36911b8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:08:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0e999c..7fd94e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; @@ -65,6 +64,7 @@ export default function LandingPage() { title="About Shri Rasoi Ratan" description={[ "Located in the heart of Tajganj, Agra, just steps from the iconic Taj Mahal, Shri Rasoi Ratan offers a sanctuary for vegetarian food lovers. Our kitchen prioritizes hygiene, freshness, and authentic preparation methods to ensure every bite is a delightful experience.", "We take pride in our tourist-friendly location, welcoming families and visitors from across the globe to experience true North Indian culinary traditions at affordable prices."]} + useInvertedBackground={false} /> @@ -90,6 +90,8 @@ export default function LandingPage() {