Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -9,8 +9,16 @@ export default function PolicyPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav"><NavbarLayoutFloatingOverlay navItems={navItems} /></div>
|
||||
<LegalSection layout="page" title="Terms & Policy" sections={[{ heading: "Policies", content: { type: 'paragraph', text: "Standard hardware store policies apply." } }]} />
|
||||
<FooterSimple columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]} bottomLeftText="© 2024 Tradesman Hardware" bottomRightText="All rights reserved." />
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Terms & Policy"
|
||||
sections={[{ heading: "Policies", content: { type: 'paragraph', text: "Standard hardware store policies apply." } }]}
|
||||
/>
|
||||
<FooterSimple
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
|
||||
bottomLeftText="© 2024 Tradesman Hardware"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user