Comments, appointments adjustments, fixed some issues

This commit is contained in:
augmentedpotato
2026-04-20 19:19:30 -06:00
parent d3b9c51952
commit 2cb0a94bbb
34 changed files with 402 additions and 104 deletions

View File

@@ -4,11 +4,14 @@ import DisplayNav from "@/components/Navigation";
import Footer from "@/components/Footer";
import ClientProviders from "@/components/ClientProviders";
//Page title and description
export const metadata = {
title: "Leon's Pet Store",
description: "Generated by create next app",
};
//Root layout
//Wraps every page with the nav, footer, and all context providers
export default function RootLayout({children}) {
return (
<html lang="en">