Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #15.
This commit is contained in:
@@ -30,10 +30,10 @@ export default function LandingPage() {
|
||||
<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" }
|
||||
]}
|
||||
|
||||
@@ -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 PrivacyPage() {
|
||||
return (
|
||||
@@ -22,10 +22,10 @@ export default function PrivacyPage() {
|
||||
<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" }
|
||||
]}
|
||||
|
||||
@@ -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