4 Commits

Author SHA1 Message Date
733821047e Update src/app/page.tsx 2026-02-20 13:52:36 +00:00
404134ca03 Update src/app/layout.tsx 2026-02-20 13:52:35 +00:00
a6bff69338 Merge version_6 into main
Merge version_6 into main
2026-02-20 13:49:32 +00:00
ee4f34ddc3 Merge version_6 into main
Merge version_6 into main
2026-02-20 13:48:02 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1404,4 +1404,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
title="The Art of Flavor"
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"
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"
imageAlt="Fresh chili peppers and spices on a rustic table"
useInvertedBackground={false}
@@ -89,9 +89,9 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{ id: "1", name: "Chef Emily R.", handle: "@GourmetGrill", testimonial: "Pepper Peak sauces have revolutionized my kitchen. The depth of flavor is unmatched, and the heat is always just right! A true game-changer.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-waiter-carrying-tray-salad-restaurant_1170-2078.jpg?_wi=1", imageAlt: "Chef Emily R. avatar" },
{ id: "2", name: "Mark T.", handle: "@SpicyEats", testimonial: "I've tried countless hot sauces, but Pepper Peak stands out. The Fiery Habanero is my absolute favorite, perfect for everything!", imageSrc: "https://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=1", imageAlt: "Mark T. avatar" },
{ id: "2", name: "Mark T.", handle: "@SpicyEats", testimonial: "I've tried countless hot sauces, but Pepper Peak's are definitely the hottest and most flavorful! The Fiery Habanero is my absolute favorite.", imageSrc: "https://img.b2bpic.net/free-photo/dreams-young-woman-sitting-kitchen-looking-thoughtful_259150-57957.jpg?_wi=1", imageAlt: "Mark T. avatar" },
{ 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: "4", name: "David K.", handle: "@HeatSeeker", testimonial: "As a true heat-seeker, I can confidently say Pepper Peak delivers the hottest sauces out there. The Carolina Reaper Fury is not just intensely hot, it's packed with amazing flavor too.", 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" }
]}
@@ -186,4 +186,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}