Merge version_7 into main #5

Merged
bender merged 3 commits from version_7 into main 2026-03-08 10:19:37 +00:00
3 changed files with 5 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ export default function GalleryPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardPriceClassName="font-bold text-lg"
/>
</div>
@@ -146,6 +147,7 @@ export default function GalleryPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardPriceClassName="font-bold text-lg"
/>
</div>

View File

@@ -69,6 +69,7 @@ export default function MenuPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardPriceClassName="font-bold text-lg"
/>
</div>

View File

@@ -110,7 +110,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<SplitAbout
title="Why Choose Zarah Food?"
description="We've been serving authentic biryani to Melvisharam's night food lovers for years. Our commitment to quality, authentic recipes, and fast service has made us a trusted choice for families and students alike."
description="Open nights only, especially during Ramzan. We've been serving authentic biryani to Melvisharam's night food lovers for years. Our commitment to quality, authentic recipes, and fast service has made us a trusted choice for families and students alike."
tag="Our Story"
tagIcon={Heart}
tagAnimation="slide-up"
@@ -248,4 +248,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}