Merge version_1 into main #1
@@ -87,7 +87,7 @@ export default function AboutPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-style-office-workers-having-desk-job_23-2149851004.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-style-office-workers-having-desk-job_23-2149851004.jpg?_wi=2"
|
||||
imageAlt="OIStudents editorial team"
|
||||
mediaAnimation="entrance-slide"
|
||||
/>
|
||||
@@ -132,21 +132,21 @@ export default function AboutPage() {
|
||||
name: "Sophie Martinez",
|
||||
role: "Editor-in-Chief",
|
||||
description: "Leading OIStudents' vision with a focus on authentic storytelling and student empowerment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "editor-2",
|
||||
name: "James Wilson",
|
||||
role: "Creative Director",
|
||||
description: "Crafting the visual language and premium design experience that makes OIStudents distinctive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-desk_23-2149915941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-desk_23-2149915941.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "editor-3",
|
||||
name: "Priya Patel",
|
||||
role: "Managing Editor",
|
||||
description: "Ensuring every submission meets our standards while supporting creators throughout the process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-journalist-holding-microphone_23-2149032428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-journalist-holding-microphone_23-2149032428.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,35 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "OIStudents - Premium Student Magazine & Platform",
|
||||
description: "Discover premium student journalism, creative writing, and photography. Submit your work and get featured on OIStudents, the official voice of our school.",
|
||||
keywords: "student magazine, journalism, student publication, creative writing, student platform",
|
||||
metadataBase: new URL("https://oistudents.com"),
|
||||
alternates: {
|
||||
canonical: "https://oistudents.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "OIStudents - The Voice of Our School",
|
||||
description: "Premium student journalism, creative writing, and photography platform",
|
||||
url: "https://oistudents.com",
|
||||
siteName: "OIStudents",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/elevated-view-students-with-study-materials-cups-coffee-wooden-textured-table_23-2148192464.jpg",
|
||||
alt: "OIStudents Platform",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "OIStudents - Premium Student Platform",
|
||||
description: "Share your voice and get featured",
|
||||
images: ["http://img.b2bpic.net/free-photo/elevated-view-students-with-study-materials-cups-coffee-wooden-textured-table_23-2148192464.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +61,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +75,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,7 @@ export default function MagazinePage() {
|
||||
title: "Journalism & News",
|
||||
description: "Breaking news, campus updates, and in-depth investigations covering stories that matter to our community",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{ icon: Newspaper, text: "News & Updates" },
|
||||
@@ -100,7 +100,7 @@ export default function MagazinePage() {
|
||||
title: "Creative Writing",
|
||||
description: "Original poetry, short fiction, and creative essays that showcase the literary talent within our school",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/design-everything-famous-quote-lettering-poster_23-2148462640.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/design-everything-famous-quote-lettering-poster_23-2148462640.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{ icon: Pen, text: "Stories & Fiction" },
|
||||
@@ -113,7 +113,7 @@ export default function MagazinePage() {
|
||||
title: "Photography & Visual Arts",
|
||||
description: "Stunning photography and visual storytelling that captures the beauty and essence of student life",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/photography-poster-template_23-2148843183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/photography-poster-template_23-2148843183.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{ icon: Camera, text: "Photo Galleries" },
|
||||
@@ -144,7 +144,7 @@ export default function MagazinePage() {
|
||||
price: "By Michael Torres",
|
||||
rating: 5,
|
||||
reviewCount: "512 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/world-photography-day-poster-template_23-2150543914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/world-photography-day-poster-template_23-2150543914.jpg?_wi=2",
|
||||
imageAlt: "Student activism feature",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function MagazinePage() {
|
||||
price: "By Lisa Wong",
|
||||
rating: 5,
|
||||
reviewCount: "389 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg?_wi=2",
|
||||
imageAlt: "Creative writing showcase",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function MagazinePage() {
|
||||
price: "By David Park",
|
||||
rating: 5,
|
||||
reviewCount: "478 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-simple-studio-photographer-brochure_742173-15634.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-simple-studio-photographer-brochure_742173-15634.jpg?_wi=2",
|
||||
imageAlt: "Photography collection",
|
||||
},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function MagazinePage() {
|
||||
price: "By Rachel Hayes",
|
||||
rating: 5,
|
||||
reviewCount: "201 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-office-workers-having-desk-job_23-2149851004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-office-workers-having-desk-job_23-2149851004.jpg?_wi=1",
|
||||
imageAlt: "Behind the scenes",
|
||||
},
|
||||
]}
|
||||
@@ -217,7 +217,7 @@ export default function MagazinePage() {
|
||||
quote: "The investigative journalism piece brought awareness to important campus issues. Students are talking about real solutions now.",
|
||||
name: "Professor Elizabeth King",
|
||||
role: "Faculty Advisor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "highlight-2",
|
||||
@@ -225,7 +225,7 @@ export default function MagazinePage() {
|
||||
quote: "Reading student work at this caliber reminds me why I love our school community. The creativity is inspiring.",
|
||||
name: "David Kim",
|
||||
role: "Student Editor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-desk_23-2149915941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-desk_23-2149915941.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "highlight-3",
|
||||
@@ -233,7 +233,7 @@ export default function MagazinePage() {
|
||||
quote: "Our poetry section has become a safe space for self-expression. The response from readers has been overwhelming.",
|
||||
name: "Aisha Patel",
|
||||
role: "Poetry Editor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-journalist-holding-microphone_23-2149032428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-journalist-holding-microphone_23-2149032428.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "highlight-4",
|
||||
@@ -241,7 +241,7 @@ export default function MagazinePage() {
|
||||
quote: "The photography portfolio pushes creative boundaries. Each submission represents authentic student perspective.",
|
||||
name: "Marcus Johnson",
|
||||
role: "Visual Arts Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-different-emotions-leisure-activities-concept-confident-happy-smiling-female-student-found_1258-105595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-different-emotions-leisure-activities-concept-confident-happy-smiling-female-student-found_1258-105595.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
price: "By Sarah Johnson",
|
||||
rating: 5,
|
||||
reviewCount: "342 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/world-photography-day-poster-template_23-2150543914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/world-photography-day-poster-template_23-2150543914.jpg?_wi=1",
|
||||
imageAlt: "Featured story about campus life",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function HomePage() {
|
||||
price: "By Alex Chen",
|
||||
rating: 5,
|
||||
reviewCount: "287 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-capture-moments-memories-life_53876-13830.jpg?_wi=1",
|
||||
imageAlt: "Creative poetry feature",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function HomePage() {
|
||||
price: "By Emma Rodriguez",
|
||||
rating: 5,
|
||||
reviewCount: "156 reads",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-simple-studio-photographer-brochure_742173-15634.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-simple-studio-photographer-brochure_742173-15634.jpg?_wi=1",
|
||||
imageAlt: "Photography showcase",
|
||||
},
|
||||
]}
|
||||
@@ -159,7 +159,7 @@ export default function HomePage() {
|
||||
title: "Journalism & Articles",
|
||||
description: "In-depth reporting and student journalism from campus correspondents",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function HomePage() {
|
||||
title: "Creative Writing",
|
||||
description: "Poetry, short stories, and creative expressions from talented writers",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/design-everything-famous-quote-lettering-poster_23-2148462640.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/design-everything-famous-quote-lettering-poster_23-2148462640.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
title: "Photography",
|
||||
description: "Visual storytelling through the lens of our student photographers",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/photography-poster-template_23-2148843183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/photography-poster-template_23-2148843183.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -288,7 +288,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/simple-college-class-lesson-plan_23-2149452146.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/simple-college-class-lesson-plan_23-2149452146.jpg?_wi=1"
|
||||
imageAlt="Submission interface overview"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqs={[
|
||||
@@ -336,7 +336,7 @@ export default function HomePage() {
|
||||
quote: "OIStudents gave me the confidence to share my writing. Being featured was incredible, and the supportive community made me want to keep creating.",
|
||||
name: "Emma Richardson",
|
||||
role: "Student Writer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-different-emotions-leisure-activities-concept-confident-happy-smiling-female-student-found_1258-105595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-different-emotions-leisure-activities-concept-confident-happy-smiling-female-student-found_1258-105595.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function SubmitPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/simple-college-class-lesson-plan_23-2149452146.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/simple-college-class-lesson-plan_23-2149452146.jpg?_wi=2"
|
||||
imageAlt="Submission interface"
|
||||
mediaAnimation="entrance-slide"
|
||||
/>
|
||||
@@ -126,7 +126,7 @@ export default function SubmitPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cubes-with-word-title-stand_23-2148030955.jpg?_wi=3"
|
||||
imageAlt="Submission guidelines"
|
||||
faqsAnimation="entrance-slide"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user