diff --git a/src/app/page.tsx b/src/app/page.tsx index 8648b5b..3d9d2d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/coffee-macaroons-cafe-table_23-2147787053.jpg", imageAlt: "Jakes and Mia's Cafe interior with warm lighting" }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glasses-wooden-table-top-view_169016-18436.jpg", imageAlt: "Artisanal espresso with latte art" + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glasses-wooden-table-top-view_169016-18436.jpg?_wi=1", imageAlt: "Artisanal espresso with latte art" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg", imageAlt: "Workspace with laptop and coffee" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg?_wi=1", imageAlt: "Workspace with laptop and coffee" }, { - imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Fresh pastries and baked goods" + imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=1", imageAlt: "Fresh pastries and baked goods" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395445.jpg", imageAlt: "People collaborating at the cafe" + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395445.jpg?_wi=1", imageAlt: "People collaborating at the cafe" } ]} buttons={[ @@ -94,19 +94,19 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - title: "Specialty Coffee", description: "Freshly roasted, ethically sourced espresso and pour-overs crafted by our expert baristas.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glasses-wooden-table-top-view_169016-18436.jpg", imageAlt: "Specialty espresso drinks", buttonIcon: ArrowRight, + title: "Specialty Coffee", description: "Freshly roasted, ethically sourced espresso and pour-overs crafted by our expert baristas.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-glasses-wooden-table-top-view_169016-18436.jpg?_wi=2", imageAlt: "Specialty espresso drinks", buttonIcon: ArrowRight, buttonHref: "#" }, { - title: "Premium Workspace", description: "High-speed WiFi, comfortable seating, and power outlets designed for focused work.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg", imageAlt: "Workspace setup", buttonIcon: ArrowRight, + title: "Premium Workspace", description: "High-speed WiFi, comfortable seating, and power outlets designed for focused work.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg?_wi=2", imageAlt: "Workspace setup", buttonIcon: ArrowRight, buttonHref: "#" }, { - title: "Artisan Pastries", description: "Fresh-baked croissants, sourdough, and seasonal treats from our in-house bakery.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg", imageAlt: "Fresh pastries", buttonIcon: ArrowRight, + title: "Artisan Pastries", description: "Fresh-baked croissants, sourdough, and seasonal treats from our in-house bakery.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg?_wi=2", imageAlt: "Fresh pastries", buttonIcon: ArrowRight, buttonHref: "#" }, { - title: "Community Events", description: "Monthly artist showcases, writing workshops, and collaborative networking sessions.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395445.jpg", imageAlt: "Community gathering", buttonIcon: ArrowRight, + title: "Community Events", description: "Monthly artist showcases, writing workshops, and collaborative networking sessions.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-selfies_23-2148395445.jpg?_wi=2", imageAlt: "Community gathering", buttonIcon: ArrowRight, buttonHref: "#" } ]} @@ -123,13 +123,13 @@ export default function LandingPage() { tagIcon={Zap} products={[ { - id: "daily-pass", name: "Daily Pass", price: "$12", variant: "Valid for 24 hours • Includes WiFi", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg", imageAlt: "Daily workspace access" + id: "daily-pass", name: "Daily Pass", price: "$12", variant: "Valid for 24 hours • Includes WiFi", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg?_wi=3", imageAlt: "Daily workspace access" }, { - id: "weekly-pass", name: "Weekly Pass", price: "$45", variant: "7 days unlimited • Locker access", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg", imageAlt: "Weekly workspace pass" + id: "weekly-pass", name: "Weekly Pass", price: "$45", variant: "7 days unlimited • Locker access", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg?_wi=4", imageAlt: "Weekly workspace pass" }, { - id: "monthly-membership", name: "Monthly Membership", price: "$149", variant: "30 days unlimited • Premium perks", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg", imageAlt: "Monthly membership" + id: "monthly-membership", name: "Monthly Membership", price: "$149", variant: "30 days unlimited • Premium perks", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-working-laptop-open-space-co-working-office-room_285396-1676.jpg?_wi=5", imageAlt: "Monthly membership" } ]} gridVariant="three-columns-all-equal-width"