Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:43:45 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Experience Authentic Indian Flavors"
description="Savor the rich heritage of Indian cuisine with our carefully crafted biryani, tender chicken korma, and aromatic chicken stew, prepared using traditional recipes and the finest spices."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
kpis={[
{ value: "25+", label: "Years of Excellence" },
{ value: "100%", label: "Authentic Recipes" },
@@ -52,7 +52,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
tag="Authentic Indian Cuisine"
tagIcon={Flame}
imageSrc="http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg"
imageAlt="Authentic Indian Biryani"
mediaAnimation="slide-up"
buttons={[
@@ -86,7 +86,7 @@ export default function LandingPage() {
title: "Royal Biryani", description: "Fragrant basmati rice layered with succulent meat, cooked with aromatic spices in traditional dum pukht style for an unforgettable experience.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg?_wi=2", imageAlt: "Fragrant biryani"},
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg", imageAlt: "Fragrant biryani"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Authentic preparation"},
],
@@ -106,7 +106,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg", imageAlt: "Aromatic chicken stew"},
{
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg?_wi=3", imageAlt: "Traditional cooking"},
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-chicken-biryani-golden-bowl_84443-72491.jpg", imageAlt: "Traditional cooking"},
],
},
]}
@@ -126,8 +126,8 @@ export default function LandingPage() {
tagIcon={Heart}
textboxLayout="default"
useInvertedBackground={false}
names=[
"Authentic Spices", "Fresh Ingredients", "Traditional Recipes", "Expert Preparation", "Warm Hospitality", "Quality Assured", "Customer Passion"]
names={[
"Authentic Spices", "Fresh Ingredients", "Traditional Recipes", "Expert Preparation", "Warm Hospitality", "Quality Assured", "Customer Passion"]}
speed={40}
showCard={true}
/>