Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-14 08:59:18 +00:00
5 changed files with 81 additions and 41 deletions

View File

@@ -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,
},
]}

View File

@@ -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",

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${playfairDisplay.variable} ${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${playfairDisplay.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -46,4 +86,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -237,7 +237,7 @@ export default function HomePage() {
price: "2024",
variant: "Premiere Event",
imageSrc:
"http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
"http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1",
},
{
id: "project-2",
@@ -245,7 +245,7 @@ export default function HomePage() {
price: "2024",
variant: "Community Impact",
imageSrc:
"http://img.b2bpic.net/free-photo/group-volunteers-taking-care-donations-together_23-2148687299.jpg",
"http://img.b2bpic.net/free-photo/group-volunteers-taking-care-donations-together_23-2148687299.jpg?_wi=1",
},
{
id: "project-3",
@@ -253,7 +253,7 @@ export default function HomePage() {
price: "2024",
variant: "Creative Showcase",
imageSrc:
"http://img.b2bpic.net/free-photo/architecture-shadows-city-day_23-2149451228.jpg",
"http://img.b2bpic.net/free-photo/architecture-shadows-city-day_23-2149451228.jpg?_wi=1",
},
{
id: "project-4",
@@ -261,7 +261,7 @@ export default function HomePage() {
price: "2024",
variant: "Professional Development",
imageSrc:
"http://img.b2bpic.net/free-photo/actress-interview-red-carpet_23-2151941548.jpg",
"http://img.b2bpic.net/free-photo/actress-interview-red-carpet_23-2151941548.jpg?_wi=1",
},
{
id: "project-5",
@@ -269,7 +269,7 @@ export default function HomePage() {
price: "2024",
variant: "Brand Activation",
imageSrc:
"http://img.b2bpic.net/free-vector/grand-re-opening-instagram-stories-concept_23-2148562381.jpg",
"http://img.b2bpic.net/free-vector/grand-re-opening-instagram-stories-concept_23-2148562381.jpg?_wi=1",
},
{
id: "project-6",
@@ -277,7 +277,7 @@ export default function HomePage() {
price: "2024",
variant: "Professional Connections",
imageSrc:
"http://img.b2bpic.net/free-vector/new-year-2020-friends-party-poster_23-2148319415.jpg",
"http://img.b2bpic.net/free-vector/new-year-2020-friends-party-poster_23-2148319415.jpg?_wi=1",
},
]}
gridVariant="bento-grid"
@@ -314,7 +314,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/mission-goals-target-aspirations-motivation-strategy-concept_53876-133864.jpg?_wi=1",
authorName: "Alexandra Chen",
authorAvatar:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg",
@@ -327,7 +327,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/wooden-lettering-love-stands-dinner-table-with-decorative-lanterns_1304-3235.jpg?_wi=1",
authorName: "Marcus Williams",
authorAvatar:
"http://img.b2bpic.net/free-photo/brunette-businesswoman-with-papers_23-2148142335.jpg",
@@ -340,7 +340,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-vector/elegant-dark-background-with-golden-details_23-2148420943.jpg?_wi=1",
authorName: "Sophie Laurent",
authorAvatar:
"http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg",
@@ -353,7 +353,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/medium-shot-people-walking-together-street_23-2149033757.jpg?_wi=1",
authorName: "James Richardson",
authorAvatar:
"http://img.b2bpic.net/free-photo/businessman-speaking-phone-cafe_23-2147932246.jpg",
@@ -394,7 +394,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg?_wi=1",
icon: Star,
},
{
@@ -404,7 +404,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/brunette-businesswoman-with-papers_23-2148142335.jpg?_wi=1",
icon: Star,
},
{
@@ -414,7 +414,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=1",
icon: Star,
},
{
@@ -424,7 +424,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/businessman-speaking-phone-cafe_23-2147932246.jpg?_wi=1",
icon: Star,
},
{
@@ -434,7 +434,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg?_wi=1",
icon: Star,
},
{
@@ -444,7 +444,7 @@ export default function HomePage() {
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",
"http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536267.jpg?_wi=1",
icon: Star,
},
]}

View File

@@ -95,42 +95,42 @@ export default function PortfolioPage() {
name: "Annual Grand Gala",
price: "2024",
variant: "Premiere Event",
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=2",
},
{
id: "project-2",
name: "Charity Initiative",
price: "2024",
variant: "Community Impact",
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-taking-care-donations-together_23-2148687299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-taking-care-donations-together_23-2148687299.jpg?_wi=2",
},
{
id: "project-3",
name: "Cultural Festival",
price: "2024",
variant: "Creative Showcase",
imageSrc: "http://img.b2bpic.net/free-photo/architecture-shadows-city-day_23-2149451228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architecture-shadows-city-day_23-2149451228.jpg?_wi=2",
},
{
id: "project-4",
name: "Leadership Summit",
price: "2024",
variant: "Professional Development",
imageSrc: "http://img.b2bpic.net/free-photo/actress-interview-red-carpet_23-2151941548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/actress-interview-red-carpet_23-2151941548.jpg?_wi=2",
},
{
id: "project-5",
name: "Campaign Launch",
price: "2024",
variant: "Brand Activation",
imageSrc: "http://img.b2bpic.net/free-vector/grand-re-opening-instagram-stories-concept_23-2148562381.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/grand-re-opening-instagram-stories-concept_23-2148562381.jpg?_wi=2",
},
{
id: "project-6",
name: "Networking Gala",
price: "2024",
variant: "Professional Connections",
imageSrc: "http://img.b2bpic.net/free-vector/new-year-2020-friends-party-poster_23-2148319415.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/new-year-2020-friends-party-poster_23-2148319415.jpg?_wi=2",
},
]}
gridVariant="bento-grid"