6 Commits

Author SHA1 Message Date
485267d12d Merge version_2 into main
Merge version_2 into main
2026-03-05 19:07:04 +00:00
f43847a463 Update src/app/page.tsx 2026-03-05 19:07:00 +00:00
1f3401fed8 Merge version_2 into main
Merge version_2 into main
2026-03-05 19:05:43 +00:00
d4d6862470 Update src/app/page.tsx 2026-03-05 19:05:39 +00:00
2b2838a81d Merge version_1 into main
Merge version_1 into main
2026-03-05 19:02:53 +00:00
d92bf295ef Merge version_1 into main
Merge version_1 into main
2026-03-05 19:01:39 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Seattle Coffee isn't just caffeine—it's the reason mornings exist. Smooth espresso, friendly baristas, and coffee so good it might ruin every other coffee for you."
buttons={[
{ text: "Order Your Coffee", href: "contact" },
{ text: "Find a Location", href: "metrics" }
{ text: "View Locations", href: "metrics" }
]}
slides={[
{
@@ -135,7 +135,7 @@ export default function LandingPage() {
id: "2", title: "Espresso Perfection", quote: "As someone who spent three years in Italy, I can honestly say Seattle Coffee serves the best espresso in the Pacific Northwest. The quality is uncompromising and the passion is genuine.", name: "Marco Rossi", role: "Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Marco Rossi"
},
{
id: "3", title: "Supporting Local, Supporting Values", quote: "I love that Seattle Coffee sources ethically and supports local farmers. Knowing my coffee purchase makes a real difference in the world makes every sip taste better.", name: "Jessica Wong", role: "Sustainability Advocate", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Wong"
id: "3", title: "Supporting Local, Supporting Values", quote: "I love that Seattle Coffee sources ethically and supports local farmers. Knowing my coffee purchase makes a real difference in the world makes every sip taste better.", name: "Jessica Wong", role: "Sustainability Advocate", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jessica Wong"
},
{
id: "4", title: "More Than Coffee", quote: "The team at Seattle Coffee genuinely cares about their craft and their customers. It's that rare place where you can be a regular or a first-timer and feel equally welcome.", name: "David Martinez", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "David Martinez"
@@ -144,7 +144,7 @@ export default function LandingPage() {
id: "5", title: "Changed My Morning Routine", quote: "Since discovering Seattle Coffee, my mornings have transformed. The ritual of getting my daily brew has become a cherished part of my day. Highly addictive in the best way!", name: "Amanda Lee", role: "Marketing Executive", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Amanda Lee"
},
{
id: "6", title: "A Coffee Education", quote: "The baristas actually teach me about coffee origins and brewing methods. I've learned more about coffee here than anywhere else. That expertise elevates the entire experience.", name: "Robert Thompson", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"
id: "6", title: "A Coffee Education", quote: "The baristas actually teach me about coffee origins and brewing methods. I've learned more about coffee here than anywhere else. That expertise elevates the entire experience.", name: "Robert Thompson", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson"
}
]}
textboxLayout="default"