7 Commits

Author SHA1 Message Date
319334d5d4 Update src/app/styles/variables.css 2026-03-06 03:42:56 +00:00
7183412236 Update src/app/page.tsx 2026-03-06 03:42:55 +00:00
d27a9fa415 Update src/app/layout.tsx 2026-03-06 03:42:55 +00:00
5e2367a4cb Update src/app/about/page.tsx 2026-03-06 03:42:55 +00:00
2c28158633 Merge version_1 into main
Merge version_1 into main
2026-03-06 03:32:32 +00:00
e730cd334a Merge version_1 into main
Merge version_1 into main
2026-03-06 03:31:42 +00:00
938d20f71d Merge version_1 into main
Merge version_1 into main
2026-03-06 03:30:12 +00:00
4 changed files with 15 additions and 66 deletions

View File

@@ -137,4 +137,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,75 +1,25 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./styles/base.css";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "DHA Suffa University | Leading Higher Education Institution",
description: "Discover world-class education at DHA Suffa University. Explore programs in engineering, CS, management sciences, and humanities. Join our research-driven academic community.",
keywords: "DHA Suffa University, higher education, engineering, computer science, Pakistan education, research university",
metadataBase: new URL("https://dsu.edu.pk"),
alternates: {
canonical: "https://dsu.edu.pk",
},
openGraph: {
title: "DHA Suffa University - Shaping Leaders & Scholars",
description: "Join a globally competitive institution of higher education and research. Excellence in teaching, learning, and innovation.",
url: "https://dsu.edu.pk",
siteName: "DHA Suffa University",
images: [
{
url: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg",
alt: "DHA Suffa University Campus",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "DHA Suffa University",
description: "Shaping the scholars and leaders of tomorrow through world-class education and research.",
images: ["http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "DHA Suffa University", description: "Shaping Scholars and Leaders of Tomorrow"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1437,7 +1387,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -411,4 +411,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -13,12 +13,12 @@
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta: #8b3a3a;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #ff8c42;
--background-accent: #f0f0f0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);