2 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
2 changed files with 6 additions and 4 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}
@@ -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"
@@ -186,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}