Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 05:54:24 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Sparkles, Star, Chef, Leaf, Heart } from 'lucide-react';
import { Award, Sparkles, Star, Leaf, Heart, UtensilsCrossed } from 'lucide-react';
export default function ShraavanlPage() {
return (
@@ -50,7 +50,7 @@ export default function ShraavanlPage() {
{ text: "Explore Our Cuisine", href: "#features" }
]}
buttonAnimation="slide-up"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Shraavan Restaurant elegant dining ambiance"
@@ -73,7 +73,7 @@ export default function ShraavanlPage() {
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Authentic Recipes", description: "Carefully preserved family recipes passed down through generations, honoring traditional vegetarian cuisine.", icon: Chef
title: "Authentic Recipes", description: "Carefully preserved family recipes passed down through generations, honoring traditional vegetarian cuisine.", icon: UtensilsCrossed
},
{
title: "Premium Ingredients", description: "Hand-selected seasonal produce and spices sourced from trusted suppliers to ensure uncompromised quality.", icon: Leaf
@@ -184,7 +184,7 @@ export default function ShraavanlPage() {
id: "awards", value: "15+", description: "Awards and recognitions for excellence"
}
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Shraavan Restaurant heritage metrics"
/>