Merge version_1 into main #1
@@ -98,7 +98,7 @@ export default function AboutPage() {
|
||||
icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg?_wi=3"
|
||||
imageAlt="community connection people network illustration"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -148,7 +148,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer" className="mx-auto px-4 md:px-6">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg?_wi=3"
|
||||
imageAlt="residential community apartment buildings"
|
||||
logoText="Karim Residencia"
|
||||
copyrightText="© 2025 Karim Residencia. All rights reserved."
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=2"
|
||||
imageAlt="professional team collaboration meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -86,7 +86,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg?_wi=5"
|
||||
imageAlt="residential community apartment buildings"
|
||||
logoText="Karim Residencia"
|
||||
copyrightText="© 2025 Karim Residencia. All rights reserved."
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function DashboardPage() {
|
||||
{ text: "Committee Login", href: "/" },
|
||||
{ text: "Resident Login", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg?_wi=2"
|
||||
imageAlt="Community Management Portal Interface"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -107,7 +107,7 @@ export default function DashboardPage() {
|
||||
icon: LogIn,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg?_wi=2"
|
||||
imageAlt="User roles illustration"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -154,7 +154,7 @@ export default function DashboardPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg?_wi=2"
|
||||
imageAlt="Community footer background"
|
||||
logoText="Karim Residencia"
|
||||
copyrightText="© 2025 Karim Residencia. All rights reserved."
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_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 { Public_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 publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Karim Residencia - Secure Community Management Portal",
|
||||
description: "Secure residential community management portal with role-based access, bilingual support (English/Urdu), and comprehensive features for residents and committee members.",
|
||||
keywords: "community management, residential portal, apartment management, community software, bilingual management system",
|
||||
openGraph: {
|
||||
title: "Karim Residencia Community Portal",
|
||||
description: "Simplified and secure community management for residents and committee members",
|
||||
type: "website",
|
||||
siteName: "Karim Residencia",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg",
|
||||
alt: "Karim Residencia Community Management Portal"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Karim Residencia - Community Management Made Simple",
|
||||
description: "Secure portal for residential community management with bilingual support",
|
||||
images: ["http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -79,7 +79,7 @@ export default function HomePage() {
|
||||
{ text: "Select Your Role to Begin", href: "/dashboard" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-uses-phone-app-with-greenscreen_482257-81843.jpg?_wi=1"
|
||||
imageAlt="Community Management Portal Interface"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/blue-house-background-with-cloud-other-elements_23-2147630782.jpg?_wi=1"
|
||||
imageAlt="Community management illustration"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -273,7 +273,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg?_wi=1"
|
||||
imageAlt="Team collaboration and support"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg?_wi=1"
|
||||
imageAlt="Community footer background"
|
||||
logoText="Karim Residencia"
|
||||
copyrightText="© 2025 Karim Residencia. All rights reserved."
|
||||
|
||||
@@ -174,7 +174,7 @@ export default function PricingPage() {
|
||||
|
||||
<div id="footer" data-section="footer" className="mx-auto px-4 md:px-6">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/city-with-beautiful-houses-background_23-2147557672.jpg?_wi=4"
|
||||
imageAlt="residential community apartment buildings"
|
||||
logoText="Karim Residencia"
|
||||
copyrightText="© 2025 Karim Residencia. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user