Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01bb5f8774 | |||
| 860d6f4e43 | |||
| 0bb33af4d9 | |||
| 3a321fdce6 | |||
| b0d370e28f | |||
| 0ba0a26a95 | |||
| 2e4c8bd3bc | |||
| f30e35dbd7 | |||
| 90da6f93f6 | |||
| 943d86dd1d |
@@ -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 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: [
|
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: {
|
twitter: {
|
||||||
|
|||||||
@@ -43,8 +43,8 @@ export default function LandingPage() {
|
|||||||
logoText="Pepper Peak"
|
logoText="Pepper Peak"
|
||||||
description="Crafted with passion, bottled with fire. Experience the peak of flavor with our gourmet hot sauces."
|
description="Crafted with passion, bottled with fire. Experience the peak of flavor with our gourmet hot sauces."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Flavors", href: "#flavors" },
|
{ text: "Shop Now", href: "/shop" },
|
||||||
{ text: "Shop Now", href: "/shop" }
|
{ text: "Explore Flavors", href: "#flavors" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg?_wi=1"
|
imageSrc="https://img.b2bpic.net/free-photo/chili-sauce-peppers-dark-wooden-surface_1150-42161.jpg?_wi=1"
|
||||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="The Art of Flavor"
|
title="The Art of Flavor"
|
||||||
description="At Pepper Peak, we believe in the perfect blend of heat and taste. Our sauces are meticulously crafted from the finest, hand-picked chili peppers and natural ingredients, delivering an unforgettable culinary experience that elevates every dish."
|
description="Discover the perfect balance of heat and flavor. We meticulously craft our sauces from hand-picked chili peppers and all-natural ingredients, creating an unforgettable experience that elevates any meal."
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
buttons={[{ text: "Learn More", href: "#story" }]}
|
buttons={[{ text: "Learn More", href: "#story" }]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/side-close-up-view-vegetables-bowl-lentil-herbs-vegetables-spices-citrus-fruits-with-leaves_140725-73599.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/side-close-up-view-vegetables-bowl-lentil-herbs-vegetables-spices-citrus-fruits-with-leaves_140725-73599.jpg"
|
||||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #060000;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #250c0d;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #b82b40;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #b90941;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #e8a8b6;; */
|
--background-accent: #b8111f;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #060000;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;
|
||||||
--foreground: #250c0d;;
|
--foreground: #ffe6e6;;
|
||||||
--primary-cta: #b82b40;;
|
--primary-cta: #ff3d4a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;
|
||||||
--accent: #b90941;;
|
--accent: #7b2d2d;;
|
||||||
--background-accent: #e8a8b6;;
|
--background-accent: #b8111f;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user