Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:06:43 +00:00

View File

@@ -122,16 +122,16 @@ export default function LandingPage() {
id: "1", name: "Sarah Mitchell, Coffee Enthusiast", date: "Date: 15 November 2024", title: "Finally Found My Coffee Home", quote: "I've tried every specialty café within 20 miles, and this is the only place that consistently nails the fundamentals. Their single-origin Ethiopians are exceptional, and the baristas clearly understand extraction. This is what a neighborhood café should be.", tag: "Coffee Quality", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-lifestyle-portrait-happy-carefree-black-woman-enjoying-coffee-break-paris_273443-1402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-beverage_23-2149458092.jpg"
},
{
id: "2", name: "James Chen, Remote Worker", date: "Date: 18 October 2024", title: "My Second Office That Gets It", quote: "The wifi is solid, the coffee never disappoints, and the staff actually knows my name and my usual order. I've been a regular for four months now, and it's honestly one of the best decisions I've made for my work routine. This place respects your time.", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-photographer-dressed-gray-elegant-jacket-holding-cup-takeaway-coffee-while-leaning-table-room-with-loft-interior-looking-camera_613910-18246.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg?_wi=1"
id: "2", name: "James Chen, Remote Worker", date: "Date: 18 October 2024", title: "My Second Office That Gets It", quote: "The wifi is solid, the coffee never disappoints, and the staff actually knows my name and my usual order. I've been a regular for four months now, and it's honestly one of the best decisions I've made for my work routine. This place respects your time.", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-photographer-dressed-gray-elegant-jacket-holding-cup-takeaway-coffee-while-leaning-table-room-with-loft-interior-looking-camera_613910-18246.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg"
},
{
id: "3", name: "Emma Rodriguez, Parent", date: "Date: 22 August 2024", title: "The Café Where Parents Can Actually Relax", quote: "My kids absolutely love the playroom, and I don't feel guilty enjoying my coffee because they're genuinely having fun. The staff is patient and kind. I've finally found a place where I don't have to rush—and that's priceless for any parent.", tag: "Family-Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/amazing-young-woman-vintage-gray-hat-eating-tasty-cheesecake-with-her-little-sister-weekend-surprised-brunette-girl-enjoying-milk-shake-outdoor-cafe-while-her-pretty-mom-drinks-coffee_197531-25242.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-their-room_23-2149326807.jpg"
},
{
id: "4", name: "Marcus Thompson, Business Owner", date: "Date: 05 September 2024", title: "Where Business Deals Happen", quote: "I bring my clients here to impress them. The ambiance is sophisticated, the coffee is world-class, and it says something about our standards. Allegiance Coffee has become part of my professional brand.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg?_wi=2"
id: "4", name: "Marcus Thompson, Business Owner", date: "Date: 05 September 2024", title: "Where Business Deals Happen", quote: "I bring my clients here to impress them. The ambiance is sophisticated, the coffee is world-class, and it says something about our standards. Allegiance Coffee has become part of my professional brand.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg"
},
{
id: "5", name: "The Wednesday Morning Crew", date: "Date: 12 October 2024", title: "Our Neighborhood Anchor", quote: "We've been coming here every Wednesday morning for six months. The staff greets us by name, knows our order, and has become part of our weekly ritual. This café isn't just a business—it's part of Concord's fabric.", tag: "Regulars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-friends-table-with-burgers_23-2148705555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg?_wi=3"
id: "5", name: "The Wednesday Morning Crew", date: "Date: 12 October 2024", title: "Our Neighborhood Anchor", quote: "We've been coming here every Wednesday morning for six months. The staff greets us by name, knows our order, and has become part of our weekly ritual. This café isn't just a business—it's part of Concord's fabric.", tag: "Regulars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-friends-table-with-burgers_23-2148705555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg"
},
{
id: "6", name: "Jennifer Park, Loyalty Member", date: "Date: 01 November 2024", title: "Quality You Can Taste, Service You Can Feel", quote: "Every visit is consistent excellence. Whether it's the coffee, the pastries, or the way the team treats you—nothing is left to chance. This is what premium service looks like at a local café.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cinnamon-rolls-with-copy-space_23-2148648728.jpg"
@@ -156,7 +156,7 @@ export default function LandingPage() {
required: false
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/friends-enjoying-restaurant_23-2147861911.jpg"
imageAlt="Allegiance Coffee community gathering"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -202,4 +202,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}