diff --git a/src/app/page.tsx b/src/app/page.tsx index aca86bb..0929bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,8 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Baker's cafe exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/colorful-sweet-doughnuts-with-sprinkles-wooden-cutting-board_114579-53449.jpg", imageAlt: "Fresh bakery items" } - ]} + ] + } mediaAnimation="slide-up" rating={5} ratingText="Trusted by hundreds of students daily" @@ -97,12 +98,11 @@ export default function LandingPage() {
@@ -146,4 +147,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file