Merge version_4 into main #5

Merged
bender merged 2 commits from version_4 into main 2026-04-26 15:30:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export default function GalleryPage() {
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Gallery", id: "/gallery" }, { name: "Contact", id: "/contact" }]} />
</div>
<div id="gallery" data-section="gallery">
<TeamCardTwo animationType="slide-up" gridVariant="three-columns-all-equal-width" title="Gallery" members={[]} memberVariant="default" useInvertedBackground={false} />
<TeamCardTwo animationType="slide-up" gridVariant="three-columns-all-equal-width" title="Gallery" members={[]} textboxLayout="default" useInvertedBackground={false} />
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2025 CR Dines" bottomRightText="All Rights Reserved" />

View File

@@ -14,7 +14,7 @@ export default function MenuPage() {
<NavbarStyleFullscreen navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Gallery", id: "/gallery" }, { name: "Contact", id: "/contact" }]} />
</div>
<div id="menu" data-section="menu">
<PricingCardEight animationType="slide-up" title="Our Menu" plans={[]} textboxLayout="default" useInvertedBackground={false} />
<PricingCardEight animationType="slide-up" title="Our Menu" description="Check out our daily selection of seasonal dishes." plans={[]} textboxLayout="default" useInvertedBackground={false} />
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2025 CR Dines" bottomRightText="All Rights Reserved" />