Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-25 00:22:09 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="BLUE COLLAR COFFEE"
description="Wisconsin's hardest-working coffee. Built strong. Brewed bold."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Order Online", href: "https://example.com/order" }
@@ -113,22 +113,22 @@ export default function LandingPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Construction Foreman", testimonial: "This coffee gets me through twelve-hour shifts. No fluff, just damn good brew. Best in Wisconsin.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", icon: Coffee
id: "1", name: "Marcus Johnson", role: "Construction Foreman", testimonial: "This coffee gets me through twelve-hour shifts. No fluff, just damn good brew. Best in Wisconsin.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", icon: Coffee
},
{
id: "2", name: "Sarah Mitchell", role: "Manufacturing Plant Manager", testimonial: "Blue Collar Coffee is the only choice in our break room. Strong, reliable, no compromise.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", icon: Coffee
id: "2", name: "Sarah Mitchell", role: "Manufacturing Plant Manager", testimonial: "Blue Collar Coffee is the only choice in our break room. Strong, reliable, no compromise.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", icon: Coffee
},
{
id: "3", name: "James Chen", role: "Electrician", testimonial: "From the roast to the cup, you can taste the quality. This is coffee for people who work hard.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", icon: Coffee
id: "3", name: "James Chen", role: "Electrician", testimonial: "From the roast to the cup, you can taste the quality. This is coffee for people who work hard.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", icon: Coffee
},
{
id: "4", name: "Rachel Thompson", role: "Warehouse Operations Manager", testimonial: "We switched to Blue Collar Coffee site-wide. Our crew loves it. Worth every penny.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", icon: Coffee
id: "4", name: "Rachel Thompson", role: "Warehouse Operations Manager", testimonial: "We switched to Blue Collar Coffee site-wide. Our crew loves it. Worth every penny.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", icon: Coffee
},
{
id: "5", name: "David Rodriguez", role: "Plant Supervisor", testimonial: "Authentic, bold, unapologetic. This coffee matches our work ethic perfectly.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", icon: Coffee
id: "5", name: "David Rodriguez", role: "Plant Supervisor", testimonial: "Authentic, bold, unapologetic. This coffee matches our work ethic perfectly.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", icon: Coffee
},
{
id: "6", name: "Lisa Anderson", role: "Factory Owner", testimonial: "Supporting local Wisconsin coffee has never tasted better. Recommend to all business owners.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", icon: Coffee
id: "6", name: "Lisa Anderson", role: "Factory Owner", testimonial: "Supporting local Wisconsin coffee has never tasted better. Recommend to all business owners.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", icon: Coffee
}
]}
animationType="opacity"