diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bde100..01c982e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,14 @@ export default function LandingPage() { background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Premium tobacco products display"}, + imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Premium tobacco products display" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg", imageAlt: "Luxury smoking accessories collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg", imageAlt: "Luxury smoking accessories collection" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-6756.jpg", imageAlt: "Curated smoke shop selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-6756.jpg", imageAlt: "Curated smoke shop selection" + }, ]} mediaAnimation="slide-up" buttons={[ @@ -101,7 +104,7 @@ export default function LandingPage() {