Merge version_2 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,6 +90,8 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Restaurant Gallery"
|
||||
description="A glimpse into the authentic dining experience at Shri Rasoi Ratan."
|
||||
metrics={[
|
||||
@@ -105,6 +107,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Customer Feedback"
|
||||
description="What our guests have to say about their experience."
|
||||
testimonials={[
|
||||
@@ -117,6 +120,8 @@ export default function LandingPage() {
|
||||
<div id="location" data-section="location">
|
||||
<SocialProofOne
|
||||
title="Our Location"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Tajganj, Agra (Near Taj Mahal). Join us for a memorable meal."
|
||||
names={["Tajganj", "Near Taj Mahal", "Pure Vegetarian", "Daily Open"]}
|
||||
/>
|
||||
@@ -126,6 +131,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Reserve Your Table"
|
||||
description="Book a spot for a delicious meal near the Taj Mahal."
|
||||
useInvertedBackground={false}
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "phone", type: "tel", placeholder: "Phone" }]}
|
||||
textarea={{ name: "message", placeholder: "Reservation details" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-walking-street-with-shopping-bags_23-2148695593.jpg"
|
||||
|
||||
Reference in New Issue
Block a user