Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1248b58de9 | |||
| 2b5436a742 | |||
| b1c68f24f7 | |||
| 0cba21ac24 | |||
| ba5e5ebcb7 | |||
| ad2dc3d1ba | |||
| efe94f4981 | |||
| e4ac69fc89 | |||
| f84d1cb71d | |||
| 58139c5ff1 | |||
| 3d3ba1191c | |||
| b89acf9076 | |||
| 88ce497a14 | |||
| dc597cc3c7 | |||
| 10907e1e5d | |||
| 332f49f042 | |||
| 994f3ca133 | |||
| 58a2e0c4bd | |||
| d78e17f747 | |||
| 9acc8438f6 |
@@ -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';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { MapPin, HelpCircle, Heart } from "lucide-react";
|
||||
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Heart, Users } from "lucide-react";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user