20 Commits

Author SHA1 Message Date
1248b58de9 Merge version_3 into main
Merge version_3 into main
2026-02-13 12:23:27 +00:00
2b5436a742 Update src/app/styles/variables.css 2026-02-13 12:23:23 +00:00
b1c68f24f7 Update src/app/page.tsx 2026-02-13 12:23:22 +00:00
0cba21ac24 Update src/app/mission/page.tsx 2026-02-13 12:23:21 +00:00
ba5e5ebcb7 Update src/app/layout.tsx 2026-02-13 12:23:20 +00:00
ad2dc3d1ba Update src/app/contact/page.tsx 2026-02-13 12:23:19 +00:00
efe94f4981 Update src/app/adopt/page.tsx 2026-02-13 12:23:19 +00:00
e4ac69fc89 Merge version_3 into main
Merge version_3 into main
2026-02-13 12:20:16 +00:00
f84d1cb71d Update src/app/page.tsx 2026-02-13 12:20:11 +00:00
58139c5ff1 Update src/app/mission/page.tsx 2026-02-13 12:20:10 +00:00
3d3ba1191c Update src/app/contact/page.tsx 2026-02-13 12:20:09 +00:00
b89acf9076 Update src/app/adopt/page.tsx 2026-02-13 12:20:08 +00:00
88ce497a14 Merge version_3 into main
Merge version_3 into main
2026-02-13 12:16:59 +00:00
dc597cc3c7 Update src/app/styles/variables.css 2026-02-13 12:16:54 +00:00
10907e1e5d Update src/app/page.tsx 2026-02-13 12:16:54 +00:00
332f49f042 Update src/app/mission/page.tsx 2026-02-13 12:16:53 +00:00
994f3ca133 Update src/app/layout.tsx 2026-02-13 12:16:52 +00:00
58a2e0c4bd Update src/app/contact/page.tsx 2026-02-13 12:16:51 +00:00
d78e17f747 Update src/app/adopt/page.tsx 2026-02-13 12:16:50 +00:00
9acc8438f6 Merge version_2 into main
Merge version_2 into main
2026-02-13 12:12:43 +00:00
6 changed files with 25 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
"use client";
import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { PawPrint, HelpCircle, Star, MapPin } from "lucide-react";
import { PawPrint, Star, MapPin } from "lucide-react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';

View File

@@ -1,6 +1,7 @@
"use client";
import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { MapPin, HelpCircle, Heart } from "lucide-react";

View File

@@ -10,8 +10,12 @@ const roboto = Roboto({
});
export const metadata: Metadata = {
title: "Golden Paws Shelter | Rescue & Adoption", description: "Find your new best friend at Golden Paws Shelter. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.", openGraph: {
title: "Golden Paws Animal Shelter", description: "Giving animals a second chance at a forever home.", siteName: "Golden Paws", type: "website"
title: "Golden Paws Shelter | Rescue & Adoption", description: "Find your new best friend at Golden Paws Shelter. We rescue, rehabilitate, and rehome pets in need. Browse available dogs and cats for adoption today.",
openGraph: {
title: "Golden Paws Animal Shelter",
description: "Giving animals a second chance at a forever home.",
siteName: "Golden Paws",
type: "website"
},
};

View File

@@ -1,6 +1,7 @@
"use client";
import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Heart, Users } from "lucide-react";

View File

@@ -1,6 +1,7 @@
"use client";
import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Heart, PawPrint, MapPin, Star } from "lucide-react";

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #1a1a05;;
--card: #26260a;;
--foreground: #fefce8;;
--primary-cta: #facc15;;
--secondary-cta: #451a03;;
--accent: #eab308;;
--background-accent: #713f12;; */
/* --background: #020d06;;
--card: #0a1f12;;
--foreground: #f1f8f3;;
--primary-cta: #2e7d32;;
--secondary-cta: #0c2416;;
--accent: #4caf50;;
--background-accent: #143a22;; */
--background: #1a1a05;;
--card: #26260a;;
--foreground: #fefce8;;
--primary-cta: #facc15;;
--secondary-cta: #451a03;;
--accent: #eab308;;
--background-accent: #713f12;;
--background: #020d06;;
--card: #0a1f12;;
--foreground: #f1f8f3;;
--primary-cta: #2e7d32;;
--secondary-cta: #0c2416;;
--accent: #4caf50;;
--background-accent: #143a22;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);