Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-05-20 17:41:28 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default function AcademicsPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[{ title: "Company", items: [{ label: "About" }] }]} bottomLeftText="© 2024 Vinnys Street Food" />
<FooterSimple columns={[{ title: "Company", items: [{ label: "About" }] }]} bottomLeftText="© 2024 Vinnys Street Food" bottomRightText="All Rights Reserved" />
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -34,7 +34,7 @@ export default function AdmissionsPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple columns={[{ title: "Company", items: [{ label: "About" }] }]} bottomLeftText="© 2024 Vinnys Street Food" />
<FooterSimple columns={[{ title: "Company", items: [{ label: "About" }] }]} bottomLeftText="© 2024 Vinnys Street Food" bottomRightText="All Rights Reserved" />
</div>
</ReactLenis>
</ThemeProvider>