Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-26 15:30:47 +00:00

View File

@@ -14,7 +14,15 @@ 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={[]} textboxLayout="default" useInvertedBackground={false} />
<TeamCardTwo
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
title="Gallery"
description="Explore our curated collection of works and highlights from our team's creative journey."
members={[]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[]} bottomLeftText="© 2025 CR Dines" bottomRightText="All Rights Reserved" />