add web author headers
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
//About page
|
||||
//Three info cards covering what the store does, its focus, and how to visit
|
||||
export default function AboutPage() {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect, useMemo } from "react";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
//Backend URL, falls back to localhost for local development
|
||||
const BACKEND = process.env.BACKEND_URL || 'http://localhost:8080'
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import DisplayNav from "@/components/Navigation";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import Image from "next/image";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import { useEffect, useState, useCallback, useRef } from "react";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// Author: Shiv
|
||||
// Date: April 2026
|
||||
|
||||
"use client";
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
Reference in New Issue
Block a user