Merge version_4 into main #6
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user