Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-11 08:43:47 +00:00
4 changed files with 59 additions and 23 deletions

View File

@@ -72,7 +72,7 @@ export default function EventsPage() {
title: "Cricket - Boys",
description: "Fast-paced cricket tournament featuring team-based competition with proper grounds and professional umpiring.",
tag: "Team Sport",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg?_wi=2",
imageAlt: "boys cricket match action shot",
buttons: [{ text: "Register", href: "register" }],
},

View File

@@ -19,42 +19,42 @@ export default function GalleryPage() {
id: "1",
title: "Exciting Event Moments",
category: "Sports",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg?_wi=3",
imageAlt: "past sports event celebration photo",
},
{
id: "2",
title: "Victory & Celebration",
category: "Awards",
imageSrc: "http://img.b2bpic.net/free-photo/excited-african-male-winner-raising-his-fists-with-great-happiness-having-good-mood_273609-14093.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-african-male-winner-raising-his-fists-with-great-happiness-having-good-mood_273609-14093.jpg?_wi=2",
imageAlt: "sports event medal ceremony celebration",
},
{
id: "3",
title: "Cultural Performance",
category: "Culture",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-women-with-holi-colors-her-face-looking-camera_23-2148129330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-women-with-holi-colors-her-face-looking-camera_23-2148129330.jpg?_wi=2",
imageAlt: "college cultural event performance photo",
},
{
id: "4",
title: "Community Spirit",
category: "Crowd",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg?_wi=3",
imageAlt: "crowd participation event atmosphere",
},
{
id: "5",
title: "Event Setup",
category: "Venue",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-banquet-service_624325-2033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-banquet-service_624325-2033.jpg?_wi=2",
imageAlt: "event setup decoration preparation",
},
{
id: "6",
title: "Team Spirit",
category: "Sports",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg?_wi=3",
imageAlt: "boys cricket match action shot",
},
];

View File

@@ -1,24 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_Sans } 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 { Nunito_Sans } 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 nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DMI Sports Day & College Day 2026 | Event Registration",
description: "Register for DMI Engineering College's Sports Day & College Day 2026 on March 15. Compete in sports or showcase your talent in cultural events.",
keywords: "DMI, sports day, college day, event registration, Kanyakumari, athletics, cultural events",
metadataBase: new URL("https://dmi-sports-day-2026.com"),
alternates: {
canonical: "https://dmi-sports-day-2026.com",
},
openGraph: {
title: "DMI Sports Day & College Day 2026",
description: "Join us for an unforgettable celebration of athletics and culture on March 15, 2026.",
url: "https://dmi-sports-day-2026.com",
siteName: "DMI Sports Day 2026",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/supporters-watching-their-team-win-game-mobile-phone_53876-132073.jpg",
alt: "DMI Sports Day 2026",
},
],
},
twitter: {
card: "summary_large_image",
title: "DMI Sports Day & College Day 2026",
description: "Register now for DMI's biggest event celebrating sports and culture",
images: ["http://img.b2bpic.net/free-photo/supporters-watching-their-team-win-game-mobile-phone_53876-132073.jpg"],
},
robots: "index, follow",
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
title: "Sports Day Events",
description: "Compete in cricket, football, volleyball, kabaddi, track races, throwball, kho-kho, chess, and carrom with boys and girls categories.",
tag: "Athletics",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-home_329181-19072.jpg?_wi=1",
imageAlt: "boys cricket match action shot",
buttons: [{ text: "View Details", href: "/events" }],
},
@@ -119,7 +119,7 @@ export default function HomePage() {
title: "Grand Celebration",
description: "Meet fellow participants, celebrate achievements, and create unforgettable memories with the college community.",
tag: "Community",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg?_wi=1",
imageAlt: "crowd participation event atmosphere",
buttons: [{ text: "Register", href: "register" }],
},
@@ -144,7 +144,7 @@ export default function HomePage() {
name: "Arjun Kumar",
handle: "@arjun_sports",
testimonial: "The event organization was incredible! The competitions were well-managed and the atmosphere was electrifying throughout the day.",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg?_wi=1",
imageAlt: "past sports event celebration photo",
},
{
@@ -152,7 +152,7 @@ export default function HomePage() {
name: "Priya Sharma",
handle: "@priya_dancer",
testimonial: "The cultural performances were amazing. The stage setup and crowd energy made our dance performance unforgettable.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-african-male-winner-raising-his-fists-with-great-happiness-having-good-mood_273609-14093.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-african-male-winner-raising-his-fists-with-great-happiness-having-good-mood_273609-14093.jpg?_wi=1",
imageAlt: "sports event medal ceremony celebration",
},
{
@@ -160,7 +160,7 @@ export default function HomePage() {
name: "Vikram Patel",
handle: "@vikram_cricket",
testimonial: "Best cricket tournament I've participated in. Great sportsmanship, fair judging, and fantastic hospitality from the organizing team.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-women-with-holi-colors-her-face-looking-camera_23-2148129330.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-women-with-holi-colors-her-face-looking-camera_23-2148129330.jpg?_wi=1",
imageAlt: "college cultural event performance photo",
},
{
@@ -168,7 +168,7 @@ export default function HomePage() {
name: "Ananya Verma",
handle: "@ananya_artist",
testimonial: "The art exhibition showcased such diverse talents. It was inspiring to see the creativity of students from different years.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-standing-street-communicating_74855-5071.jpg?_wi=2",
imageAlt: "crowd participation event atmosphere",
},
{
@@ -176,7 +176,7 @@ export default function HomePage() {
name: "Ravi Singh",
handle: "@ravi_athlete",
testimonial: "The track events were competitive and well-coordinated. Felt like a real championship with professional management.",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-banquet-service_624325-2033.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-banquet-service_624325-2033.jpg?_wi=1",
imageAlt: "event setup decoration preparation",
},
{
@@ -184,7 +184,7 @@ export default function HomePage() {
name: "Deepa Nair",
handle: "@deepa_singer",
testimonial: "Such a well-organized event! The singing competition had tremendous talent and the judges were knowledgeable and fair.",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-young-people_23-2148134042.jpg?_wi=2",
imageAlt: "past sports event celebration photo",
},
]}