Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe6d4f8027 | |||
| 25373cc6b1 | |||
| 6cd120f127 | |||
| de32d97f6a | |||
| b38292b39f | |||
| 43aac1da3a | |||
| 392b00a7a8 | |||
| 69f4d60195 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
name: "Payment", id: "/payment"},
|
||||
]}
|
||||
brandName="Nutkhatt"
|
||||
/>
|
||||
@@ -112,6 +112,8 @@ export default function LandingPage() {
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Payment", href: "/payment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
name: "Payment", id: "/payment"},
|
||||
]}
|
||||
brandName="Nutkhatt"
|
||||
/>
|
||||
@@ -141,6 +141,8 @@ export default function LandingPage() {
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Payment", href: "/payment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
name: "Payment", id: "/payment"},
|
||||
]}
|
||||
brandName="Nutkhatt"
|
||||
/>
|
||||
@@ -124,6 +124,8 @@ export default function LandingPage() {
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Payment", href: "/payment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user