11 Commits

Author SHA1 Message Date
de142ab376 Update src/app/page.tsx 2026-02-20 13:52:12 +00:00
0f7e89016a Update src/app/layout.tsx 2026-02-20 13:52:11 +00:00
a6bff69338 Merge version_6 into main
Merge version_6 into main
2026-02-20 13:49:32 +00:00
f1f569b201 Update src/app/page.tsx 2026-02-20 13:49:28 +00:00
ee4f34ddc3 Merge version_6 into main
Merge version_6 into main
2026-02-20 13:48:02 +00:00
b6d0b77468 Update src/app/styles/variables.css 2026-02-20 13:47:57 +00:00
25575814f4 Update src/app/page.tsx 2026-02-20 13:47:57 +00:00
c40d4e2161 Update src/app/layout.tsx 2026-02-20 13:47:56 +00:00
017bb3c393 Merge version_5 into main
Merge version_5 into main
2026-02-20 13:46:22 +00:00
a49e014590 Merge version_5 into main
Merge version_5 into main
2026-02-20 13:45:40 +00:00
4447e05d72 Merge version_5 into main
Merge version_5 into main
2026-02-20 13:16:35 +00:00
2 changed files with 7 additions and 5 deletions

View File

@@ -93,7 +93,9 @@ export default function LandingPage() {
{ id: "3", name: "Sarah L.", handle: "@FoodieAdventures", testimonial: "Incredible quality and fantastic taste. Every bottle is a journey for your taste buds. Highly recommend the Smokey Chipotle!", imageSrc: "https://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sarah L. avatar" },
{ id: "4", name: "David K.", handle: "@HeatSeeker", testimonial: "As a heat-seeker, I can confidently say the Carolina Reaper Fury delivers. It's intensely hot but still packed with amazing flavor.", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80630.jpg", imageAlt: "David K. avatar" },
{ id: "5", name: "Lisa M.", handle: "@FlavorFanatic", testimonial: "The variety is impressive, and each sauce tells its own story. Pepper Peak has earned a permanent spot in my pantry.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-waiter-carrying-tray-salad-restaurant_1170-2078.jpg?_wi=2", imageAlt: "Lisa M. avatar" },
{ id: "6", name: "James P.", handle: "@TasteBudTrek", testimonial: "From marinades to tacos, these sauces elevate every meal. Pure, delicious heat!", imageSrc: "https://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=2", imageAlt: "James P. avatar" }
{ id: "6", name: "James P.", handle: "@TasteBudTrek", testimonial: "From marinades to tacos, these sauces elevate every meal. Pure, delicious heat!", imageSrc: "https://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=2", imageAlt: "James P. avatar" },
{ id: "7", name: "Alex F.", handle: "@SpicyFoodGuru", testimonial: "Just tried the Ghost Pepper Blast and wow! This is officially the hottest sauce I've ever had, with incredible flavor to boot. You guys nailed the heat!", imageSrc: "https://img.b2bpic.net/free-photo/happy-man-holding-bottle-soda_23-2150394336.jpg", imageAlt: "Alex F. avatar" },
{ id: "8", name: "Maria S.", handle: "@ChiliQueen", testimonial: "If you're looking for serious heat, look no further. Carolina Reaper Fury is pure fire, perfect for challenging your taste buds. Hottest sauce on the market, period.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-holding-drink-beach_23-2149594539.jpg", imageAlt: "Maria S. avatar" }
]}
animationType="slide-up"
title="What Our Fans Are Saying"

View File

@@ -3,7 +3,7 @@
/* --vw is set by ThemeProvider */
/* --background: #060000;;;
--card: #522424;;;
--card: #1d0d0d;;;
--foreground: #ffe6e6;;;
--primary-cta: #ff3d4a;;;
--secondary-cta: #1f0a0a;;;
@@ -11,7 +11,7 @@
--background-accent: #b8111f;;; */
--background: #060000;;;
--card: #522424;;;
--card: #1d0d0d;;;
--foreground: #ffe6e6;;;
--primary-cta: #ff3d4a;;;
--secondary-cta: #1f0a0a;;;