Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01bb5f8774 | |||
| 860d6f4e43 | |||
| 0bb33af4d9 | |||
| 3a321fdce6 |
@@ -12,7 +12,7 @@ export const metadata: Metadata = {
|
||||
title: "Pepper Peak | Gourmet Hot Sauce Company", description: "Experience the peak of flavor with Pepper Peak's gourmet hot sauces. Crafted with passion from the finest chili peppers for an unforgettable culinary experience.", openGraph: {
|
||||
title: "Pepper Peak Gourmet Hot Sauce", description: "Crafted with passion, bottled with fire. Experience the peak of flavor with our gourmet hot sauces.", url: "https://www.pepperpeak.com", siteName: "Pepper Peak", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg", alt: "Gourmet hot sauce bottle with chili peppers"},
|
||||
url: "https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg", alt: "Gourmet hot sauce bottle with chili peppers"}
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;; */
|
||||
/* --background: #060000;;
|
||||
--card: #1d0d0d;;
|
||||
--foreground: #ffe6e6;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #1f0a0a;;
|
||||
--accent: #7b2d2d;;
|
||||
--background-accent: #b8111f;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;;
|
||||
--background: #060000;;
|
||||
--card: #1d0d0d;;
|
||||
--foreground: #ffe6e6;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #1f0a0a;;
|
||||
--accent: #7b2d2d;;
|
||||
--background-accent: #b8111f;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user