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