diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f0bfb2e..4065b6e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -175,7 +175,7 @@ export default function AboutPage() { name: "Dr. Patricia Hayes", role: "School Principal", testimonial: "ARNESTIAL has consistently demonstrated exceptional leadership, setting new standards for student governance excellence. Their commitment to innovation while honoring traditions is truly inspiring.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg?_wi=2", icon: Star, }, { @@ -183,7 +183,7 @@ export default function AboutPage() { name: "James Mitchell", role: "Alumni & Community Leader", testimonial: "Being part of ARNESTIAL shaped my entire perspective on leadership and community service. The legacy they're building will inspire generations to come.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-papers_23-2148142335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-papers_23-2148142335.jpg?_wi=2", icon: Star, }, { @@ -191,7 +191,7 @@ export default function AboutPage() { name: "Dr. Elena Rodriguez", role: "Education Director", testimonial: "The sophistication and professionalism demonstrated by ARNESTIAL members is remarkable. They've truly elevated student council to an art form.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=2", icon: Star, }, { @@ -199,7 +199,7 @@ export default function AboutPage() { name: "Thomas Blackwell", role: "Corporate Partner", testimonial: "Partnering with ARNESTIAL on community initiatives has been a privilege. Their vision and execution are unparalleled in student organizations.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-speaking-phone-cafe_23-2147932246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-speaking-phone-cafe_23-2147932246.jpg?_wi=2", icon: Star, }, { @@ -207,7 +207,7 @@ export default function AboutPage() { name: "Victoria Chen", role: "Youth Development Specialist", testimonial: "ARNESTIAL represents the pinnacle of student leadership. Their innovative approach combined with classical values creates genuine transformational impact.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg?_wi=2", icon: Star, }, { @@ -215,7 +215,7 @@ export default function AboutPage() { name: "Marcus Johnson", role: "Cultural Institute Director", testimonial: "The events orchestrated by ARNESTIAL are nothing short of prestigious galas. Every detail reflects their commitment to excellence and elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536267.jpg?_wi=2", icon: Star, }, ]} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index bbf5190..f4e9aea 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -95,7 +95,7 @@ export default function BlogPage() { category: "Leadership", title: "The Art of Visionary Leadership", excerpt: "Discover the principles that guide transformational leadership and how student councils can inspire lasting change in their communities.", - imageSrc: "http://img.b2bpic.net/free-photo/mission-goals-target-aspirations-motivation-strategy-concept_53876-133864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mission-goals-target-aspirations-motivation-strategy-concept_53876-133864.jpg?_wi=2", authorName: "Alexandra Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", date: "March 15, 2024", @@ -105,7 +105,7 @@ export default function BlogPage() { category: "Events", title: "Creating Unforgettable Premium Events", excerpt: "Learn the secrets behind organizing prestigious events that leave lasting impressions and strengthen community bonds.", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-lettering-love-stands-dinner-table-with-decorative-lanterns_1304-3235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-lettering-love-stands-dinner-table-with-decorative-lanterns_1304-3235.jpg?_wi=2", authorName: "Marcus Williams", authorAvatar: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-papers_23-2148142335.jpg", date: "March 10, 2024", @@ -115,7 +115,7 @@ export default function BlogPage() { category: "Innovation", title: "Bridging Tradition with Innovation", excerpt: "Explore how student leaders can blend classical values with cutting-edge strategies to shape the future.", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148420943.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148420943.jpg?_wi=2", authorName: "Sophie Laurent", authorAvatar: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", date: "March 5, 2024", @@ -125,7 +125,7 @@ export default function BlogPage() { category: "Leadership", title: "Building Inclusive Communities", excerpt: "Strategies for creating inclusive environments where every voice is heard and valued in student governance.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-together-street_23-2149033757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-together-street_23-2149033757.jpg?_wi=2", authorName: "James Richardson", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-speaking-phone-cafe_23-2147932246.jpg", date: "February 28, 2024", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4673045..93afb18 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,31 +1,69 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Playfair_Display } from "next/font/google"; +import { Montserrat } 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 { Playfair_Display } from "next/font/google"; -import { Montserrat } 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 playfairDisplay = Playfair_Display({ variable: "--font-playfair-display", subsets: ["latin"], weight: ["400", "500", "600", "700", "800", "900"], }); + const montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "ARNESTIAL - Premier Student Council Leadership", + description: "Discover ARNESTIAL: a prestigious student council organization blending classical excellence with futuristic innovation. Explore our leadership, portfolio, and insights.", + keywords: "student council, leadership, innovation, community impact, premium events, organizational excellence", + metadataBase: new URL("https://arnestial.org"), + alternates: { + canonical: "https://arnestial.org", + }, + openGraph: { + title: "ARNESTIAL - Leading with Legacy, Building the Future", + description: "Experience premium student leadership through ARNESTIAL's innovative initiatives and transformative community impact.", + url: "https://arnestial.org", + siteName: "ARNESTIAL", + type: "website", + images: [ + { + url: "https://arnestial.org/og-image.jpg", + alt: "ARNESTIAL - Premium Student Council Organization", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "ARNESTIAL - Premium Student Leadership", + description: "Leading with Legacy, Building the Future. Explore our portfolio of innovative initiatives and community impact.", + images: ["https://arnestial.org/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -34,7 +72,9 @@ export default function RootLayout({ return ( - + {children}