Update src/app/terms/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import LegalSection from '@/components/ecommerce/LegalSection';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
@@ -22,10 +22,10 @@ export default function TermsPage() {
|
||||
<NavbarStyleApple
|
||||
brandName="Pepper Peak"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Flavors", id: "flavors" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Flavors", id: "/#flavors" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Privacy Policy", id: "/privacy" },
|
||||
{ name: "Terms of Service", id: "/terms" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user