Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-16 12:04:19 +00:00
3 changed files with 56 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ export default function AboutPage() {
enableKpiAnimation={true}
mediaAnimation="blur-reveal"
background="radial-gradient"
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg"
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg?_wi=2"
imageAlt="diverse student community learning together"
/>
</div>
@@ -165,25 +165,25 @@ export default function AboutPage() {
{
id: "founder-voice-1",
name: "Dr. Jessica Wong, Founder",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-office-1_1262-1492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-office-1_1262-1492.jpg?_wi=2",
imageAlt: "Founder of Studify",
},
{
id: "advisor-1",
name: "Prof. Michael Chen, Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg?_wi=2",
imageAlt: "Academic advisor to Studify",
},
{
id: "partner-1",
name: "Alex Rodriguez, Head of Community",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-book-outside_23-2148396313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-book-outside_23-2148396313.jpg?_wi=2",
imageAlt: "Community lead at Studify",
},
{
id: "partner-2",
name: "Sarah Kim, Product Lead",
imageSrc: "http://img.b2bpic.net/free-photo/excited-adult-man-holding-laptop-making-fist-pump-rejoicing-win-standing-satisfied-against-tu_1258-160481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-adult-man-holding-laptop-making-fist-pump-rejoicing-win-standing-satisfied-against-tu_1258-160481.jpg?_wi=2",
imageAlt: "Product lead at Studify",
},
]}

View File

@@ -1,28 +1,63 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Inter } 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 { Public_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Studify - Buy & Sell Academic Notes",
description: "Access affordable peer-reviewed study materials from real students. Earn money sharing your notes. Commission-based peer-to-peer marketplace for academic success.",
keywords: "buy notes, sell notes, student marketplace, study materials, academic notes, peer-to-peer, education platform",
metadataBase: new URL("https://studify.com"),
alternates: {
canonical: "https://studify.com",
},
openGraph: {
title: "Studify - Buy & Sell Notes From Real Students",
description: "Connect with your academic community. Access affordable notes. Earn supplemental income. Join thousands of students on Studify.",
url: "https://studify.com",
siteName: "Studify",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg",
alt: "Studify peer-to-peer academic marketplace",
},
],
},
twitter: {
card: "summary_large_image",
title: "Studify - Buy & Sell Notes From Real Students",
description: "Access affordable study materials. Earn money sharing your notes. Join the academic community.",
images: [
"http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ export default function HomePage() {
enableKpiAnimation={true}
mediaAnimation="blur-reveal"
background="radial-gradient"
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg"
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-team-young-ambitious-entrepreneurs-working-together-start-up-project-cafeteria-table-with-papers-diagrams_273609-6192.jpg?_wi=1"
imageAlt="students studying together notes marketplace"
/>
</div>
@@ -315,25 +315,25 @@ export default function HomePage() {
{
id: "student-1",
name: "Sarah Chen",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-office-1_1262-1492.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-office-1_1262-1492.jpg?_wi=1",
imageAlt: "young female student smiling portrait",
},
{
id: "student-2",
name: "Marcus Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg?_wi=1",
imageAlt: "young male student smiling portrait",
},
{
id: "student-3",
name: "Emily Patterson",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-book-outside_23-2148396313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-book-outside_23-2148396313.jpg?_wi=1",
imageAlt: "young woman student smiling portrait",
},
{
id: "student-4",
name: "James Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/excited-adult-man-holding-laptop-making-fist-pump-rejoicing-win-standing-satisfied-against-tu_1258-160481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-adult-man-holding-laptop-making-fist-pump-rejoicing-win-standing-satisfied-against-tu_1258-160481.jpg?_wi=1",
imageAlt: "young male student portrait smiling",
},
]}