diff --git a/src/app/page.tsx b/src/app/page.tsx index d2ae1fe..7dc3d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -81,9 +81,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Outdoor Seating", description: "Enjoy your brew in the fresh air.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/man-showing-woman-cup-with-coffee-machine_23-2148366634.jpg", imageAlt: "Outdoor seating" }, - { title: "Great Tea Selection", description: "A curated variety for tea enthusiasts.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg", imageAlt: "Tea selection" }, - { title: "Trendy Atmosphere", description: "Experience the latest cafe trends.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-female-barista-hands-holding-cup-coffee-giving-you-drink-serving-cafe-wearing-uni_1258-138296.jpg", imageAlt: "Trendy atmosphere" }, - { title: "Student Friendly", description: "The perfect spot for university students.", buttonIcon: BookOpen, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg", imageAlt: "Study spot" }, + { title: "Great Tea Selection", description: "A curated variety for tea enthusiasts.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg?_wi=2", imageAlt: "Tea selection" }, + { title: "Trendy Atmosphere", description: "Experience the latest cafe trends.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-female-barista-hands-holding-cup-coffee-giving-you-drink-serving-cafe-wearing-uni_1258-138296.jpg?_wi=2", imageAlt: "Trendy atmosphere" }, + { title: "Student Friendly", description: "The perfect spot for university students.", buttonIcon: BookOpen, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=1", imageAlt: "Study spot" }, ]} title="Why Visit Platō Coffee" description="Experience our unique highlights that make us a local favourite." @@ -97,7 +97,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Premium Signature Blend", price: "R 45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg" }, + { id: "1", name: "Premium Signature Blend", price: "R 45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-beans-cup-cutting-board_23-2148759290.jpg?_wi=2" }, { id: "2", name: "Cold Brew Artisan", price: "R 55", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691757.jpg" }, { id: "3", name: "Latte with Art", price: "R 40", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg" }, { id: "4", name: "Fresh Croissant", price: "R 35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-coffee_23-2149234898.jpg" },