diff --git a/src/app/page.tsx b/src/app/page.tsx index 85e6f4b..19c8f91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Crafting the perfect cup, one bean at a time. Join us for a truly American coffee experience that wakes up the soul." buttons={[{ text: "Visit Us", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4903.jpg", imageAlt: "Fresh Brew" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4903.jpg?_wi=1", imageAlt: "Fresh Brew" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-172.jpg", imageAlt: "Morning Roast" }, { imageSrc: "http://img.b2bpic.net/free-photo/black-beer-with-green-cheese-table_140725-320.jpg", imageAlt: "Artisan Latte" }, { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-coffee-machine-cup_23-2148892895.jpg", imageAlt: "Pour Over" }, @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Classic Americano", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-coffee-plate_23-2148349623.jpg" }, + { id: "p1", name: "Classic Americano", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-coffee-plate_23-2148349623.jpg?_wi=1" }, { id: "p2", name: "House Espresso", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-with-heart-shape-glass-water-drop-surface_23-2148209239.jpg" }, { id: "p3", name: "Roast Blend Bag", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-concrete-block-with-palm-leaves_23-2151989736.jpg" }, { id: "p4", name: "Cold Brew", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-roasted-beans_23-2151965919.jpg" }, @@ -110,10 +110,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Mark R.", date: "Oct 2023", title: "Regular Customer", quote: "The best Americano in the city. Truly consistent.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4903.jpg", imageAlt: "happy coffee customer smiling" }, + { id: "t1", name: "Mark R.", date: "Oct 2023", title: "Regular Customer", quote: "The best Americano in the city. Truly consistent.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4903.jpg?_wi=2", imageAlt: "happy coffee customer smiling" }, { id: "t2", name: "Sarah J.", date: "Sep 2023", title: "Barista Fan", quote: "Their beans are fresh, and the staff is amazing.", tag: "Loyal Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-shy-pensive-woman-knitted-sweater-enjoying-coffee-looking-street-indoor-photo-romantic-young-woman-yellow-attire-dreaming-about-something-lunch-cafe_197531-1498.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-with-coffee-beans_23-2148865559.jpg", imageAlt: "happy coffee customer smiling" }, { id: "t3", name: "David W.", date: "Aug 2023", title: "Coffee Critic", quote: "Highly recommend the artisan roast. Exceptional.", tag: "Reviewer", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-barista-with-apron-coffee-machine_23-2148824389.jpg", imageAlt: "happy coffee customer smiling" }, - { id: "t4", name: "Emily P.", date: "Jul 2023", title: "Regular Visitor", quote: "Perfect spot to work and enjoy a morning latte.", tag: "Daily Ritual", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-book-drinking-coffee_1303-21574.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-coffee-plate_23-2148349623.jpg", imageAlt: "happy coffee customer smiling" }, + { id: "t4", name: "Emily P.", date: "Jul 2023", title: "Regular Visitor", quote: "Perfect spot to work and enjoy a morning latte.", tag: "Daily Ritual", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-reading-book-drinking-coffee_1303-21574.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-coffee-plate_23-2148349623.jpg?_wi=2", imageAlt: "happy coffee customer smiling" }, { id: "t5", name: "Tom B.", date: "Jun 2023", title: "Casual Cafe Goer", quote: "Delicious options and friendly neighborhood vibe.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/cafe-leisure-lifestyle-concept-portrait-handsome-young-man-sits-chair-with-glass-coffee-drinks-his-beverage-smiling_1258-314462.jpg", imageSrc: "http://img.b2bpic.net/free-vector/coffee-cup-icon-logo-design_474888-2472.jpg", imageAlt: "happy coffee customer smiling" } ]} title="Loved by Coffee Enthusiasts"