diff --git a/next.config.js b/next.config.js index 1b19f329..e9ec4232 100644 --- a/next.config.js +++ b/next.config.js @@ -13,9 +13,18 @@ const withPWA = require("next-pwa")({ // Next.js configuration const nextConfig = { - // Allow images from external domains + images: { - domains: ['cdn.pixabay.com', "res.cloudinary.com", "upload.wikimedia.org", 'www.servizisegreti.com',"saig.physics.ualberta.ca"], + remotePatterns: [ + { + protocol: 'https', + hostname: '**', // Accepts all domains + }, + { + protocol: 'http', + hostname: '**', // Accepts all domains + }, + ], }, // Custom headers for API routes diff --git a/src/app/discover/page.tsx b/src/app/discover/page.tsx index bd71455a..550d5aea 100644 --- a/src/app/discover/page.tsx +++ b/src/app/discover/page.tsx @@ -1,7 +1,8 @@ +import DiscoverContainer from '@/components/organisms/DiscoverContainer' import React from 'react' function Discover() { - return
+
{info || 'Not available'}
+{university?.name}
+{university?.name}
{university?.topUniInfo?.about}
+{university?.topUniInfo?.about || 'Not Available'}
+ {university?.isCommunityCreated ?Overview
++ Loremium University boasts a world-class faculty, many of whom are leaders in their respective fields. The university’s commitment to + innovation and research has led to groundbreaking discoveries and advancements, particularly in the realms of biotechnology, environmental + science, and digital arts. The state-of-the-art laboratories and creative studios provide students with the resources and inspiration + needed to push the boundaries of knowledge and creativity. +
++ In addition to its scientific prowess, Loremium University is a thriving cultural hub. The university’s School of Arts is renowned for its + avant-garde approach to art and design, producing graduates who have gone on to achieve international acclaim. Regular exhibitions, + performances, and lectures by visiting artists and scholars enrich the campus life and foster a dynamic exchange of ideas. +
++ Loremium University is a magnet for students from around the globe, drawn by its stellar reputation and welcoming atmosphere. The + university’s diverse student body, hailing from over 80 countries, creates a rich tapestry of cultures and perspectives. Dedicated support + services ensure that international students feel at home, making their transition to life in Loremium seamless and enjoyable. +
+Contact Info
+Reviews
+Reviews are coming soon!
++ This feature is under construction. If you would like to have it sooner send us some feedback! +
{value || placeholder}
{data?.name}
++