add web author headers

This commit is contained in:
2026-04-20 22:01:45 -06:00
parent 46c59336f4
commit b4cef51a91
33 changed files with 99 additions and 0 deletions

View File

@@ -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() {

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import Link from "next/link";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState, useEffect, useMemo } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -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'

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState, useEffect } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState, useEffect } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -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";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import Image from "next/image";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import Link from "next/link";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState, useEffect } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useEffect, useState, useCallback, useRef } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import dynamic from "next/dynamic";