Merge version_2 into main #4
@@ -7,43 +7,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Best Study Library in Muzaffarpur | RJ Library",
|
||||
description: "Join RJ Library in Muzaffarpur – a peaceful self-study library for UPSC, SSC, and competitive exam aspirants. Comfortable seating, lockers, cafeteria, and distraction-free environment. Open 6 AM - 10 PM daily. 4.9★ rating from 120+ students.",
|
||||
keywords: "library in Muzaffarpur, best study library Muzaffarpur, self study library Bihar, study center Muzaffarpur, UPSC preparation library, competitive exam library, study space Muzaffarpur, library near me",
|
||||
openGraph: {
|
||||
title: "RJ Library - Best Study Library in Muzaffarpur",
|
||||
description: "Peaceful self-study library for competitive exam aspirants. Premium facilities, distraction-free environment, and affordable membership.",
|
||||
siteName: "RJ Library",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Best Study Library in Muzaffarpur | RJ Library", description: "Join RJ Library in Muzaffarpur – a peaceful self-study library for UPSC, SSC, and competitive exam aspirants. Comfortable seating, lockers, cafeteria, and distraction-free environment. Open 6 AM - 10 PM daily. 4.9★ rating from 120+ students.", keywords: "library in Muzaffarpur, best study library Muzaffarpur, self study library Bihar, study center Muzaffarpur, UPSC preparation library, competitive exam library, study space Muzaffarpur, library near me", openGraph: {
|
||||
title: "RJ Library - Best Study Library in Muzaffarpur", description: "Peaceful self-study library for competitive exam aspirants. Premium facilities, distraction-free environment, and affordable membership.", siteName: "RJ Library", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg",
|
||||
alt: "RJ Library - Peaceful study environment",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg", alt: "RJ Library - Peaceful study environment"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "RJ Library - Best Study Library in Muzaffarpur",
|
||||
description: "Join RJ Library for peaceful, focused study. Premium facilities for UPSC, SSC & competitive exams.",
|
||||
images: ["http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg"],
|
||||
card: "summary_large_image", title: "RJ Library - Best Study Library in Muzaffarpur", description: "Join RJ Library for peaceful, focused study. Premium facilities for UPSC, SSC & competitive exams.", images: ["http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1435,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
383
src/app/page.tsx
383
src/app/page.tsx
@@ -48,28 +48,18 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/non-binary-person-with-glasses_23-2148760539.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/non-binary-person-with-glasses_23-2148760539.jpg", alt: "Student 3"},
|
||||
]}
|
||||
avatarText="Trusted by 120+ Students • 4.9 ⭐ Rating"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
text: "Start Free Trial", href: "#membership"},
|
||||
{
|
||||
text: "🪑 Book Your Seat",
|
||||
href: "#membership",
|
||||
},
|
||||
text: "🪑 Book Your Seat", href: "#membership"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section - RJ Library introduction"
|
||||
@@ -83,24 +73,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Student Rating",
|
||||
value: "4.9⭐",
|
||||
},
|
||||
label: "Student Rating", value: "4.9⭐"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Students",
|
||||
value: "120+",
|
||||
},
|
||||
label: "Happy Students", value: "120+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Daily Hours",
|
||||
value: "16 hrs",
|
||||
},
|
||||
label: "Daily Hours", value: "16 hrs"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Years Trusted",
|
||||
value: "5+",
|
||||
},
|
||||
label: "Years Trusted", value: "5+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -117,59 +99,29 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Comfortable Study Seats",
|
||||
description:
|
||||
"Ergonomic chairs and large desks designed for long study sessions without discomfort.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-queer-model-working-office_23-2150325315.jpg?_wi=1",
|
||||
imageAlt: "Comfortable ergonomic study seats",
|
||||
},
|
||||
id: "01", title: "Comfortable Study Seats", description:
|
||||
"Ergonomic chairs and large desks designed for long study sessions without discomfort.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-queer-model-working-office_23-2150325315.jpg?_wi=1", imageAlt: "Comfortable ergonomic study seats"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Silent Study Environment",
|
||||
description:
|
||||
"Peaceful, distraction-free atmosphere maintained strictly for focused preparation.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac0zSS0KEHh18GS2QZKOsggAvH/uploaded-1772877704405-z36qdzvd.jpg",
|
||||
imageAlt: "Silent study environment",
|
||||
},
|
||||
id: "02", title: "Silent Study Environment", description:
|
||||
"Peaceful, distraction-free atmosphere maintained strictly for focused preparation.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac0zSS0KEHh18GS2QZKOsggAvH/uploaded-1772877704405-z36qdzvd.jpg", imageAlt: "Silent study environment"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Individual Lockers",
|
||||
description:
|
||||
"Secure personal lockers to store your books and study materials safely.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mailboxes-apartment-building_1150-17929.jpg?_wi=1",
|
||||
imageAlt: "Individual secure lockers",
|
||||
},
|
||||
id: "03", title: "Individual Lockers", description:
|
||||
"Secure personal lockers to store your books and study materials safely.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mailboxes-apartment-building_1150-17929.jpg?_wi=1", imageAlt: "Individual secure lockers"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Air Conditioned ",
|
||||
description:
|
||||
"Fully air-conditioned library ",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-coffee-cup-coffee-shop-cafe-vintage-filter_74190-1811.jpg?_wi=1",
|
||||
imageAlt: "Cafeteria with food service",
|
||||
},
|
||||
id: "04", title: "Air Conditioned ", description:
|
||||
"Fully air-conditioned library ", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-coffee-cup-coffee-shop-cafe-vintage-filter_74190-1811.jpg?_wi=1", imageAlt: "Cafeteria with food service"},
|
||||
{
|
||||
id: "05",
|
||||
title: "Clean Washrooms",
|
||||
description:
|
||||
"Hygienic, well-maintained restrooms available throughout the day.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-woman-with-towel-body-posing-modern-bathroom-front-view-caucasian-slim-girl_7502-10244.jpg?_wi=1",
|
||||
imageAlt: "Clean modern washrooms",
|
||||
},
|
||||
id: "05", title: "Clean Washrooms", description:
|
||||
"Hygienic, well-maintained restrooms available throughout the day.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-woman-with-towel-body-posing-modern-bathroom-front-view-caucasian-slim-girl_7502-10244.jpg?_wi=1", imageAlt: "Clean modern washrooms"},
|
||||
{
|
||||
id: "06",
|
||||
title: "Extended Hours",
|
||||
description:
|
||||
"Open 6 AM to 10 PM daily, including weekends and holidays.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-119633.jpg?_wi=1",
|
||||
imageAlt: "24-hour accessible study space",
|
||||
},
|
||||
id: "06", title: "Extended Hours", description:
|
||||
"Open 6 AM to 10 PM daily, including weekends and holidays.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-119633.jpg?_wi=1", imageAlt: "24-hour accessible study space"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -188,32 +140,17 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Perfect for Competitive Exams",
|
||||
description:
|
||||
"Tailored environment for UPSC, SSC, and competitive exam aspirants. Proven track record.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-woman-drinking-coffee-while-work-with-laptop_171337-16849.jpg?_wi=1",
|
||||
imageAlt: "Students preparing for competitive exams",
|
||||
},
|
||||
id: "01", title: "Perfect for Competitive Exams", description:
|
||||
"Tailored environment for UPSC, SSC, and competitive exam aspirants. Proven track record.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-young-woman-drinking-coffee-while-work-with-laptop_171337-16849.jpg?_wi=1", imageAlt: "Students preparing for competitive exams"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Distraction-Free Zone",
|
||||
description:
|
||||
"Mobile phones restricted. Strict quiet policy. Zero interruptions guaranteed.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-with-three-books_23-2147615039.jpg?_wi=1",
|
||||
imageAlt: "Peaceful distraction-free study area",
|
||||
},
|
||||
id: "02", title: "Distraction-Free Zone", description:
|
||||
"Mobile phones restricted. Strict quiet policy. Zero interruptions guaranteed.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/armchair-with-three-books_23-2147615039.jpg?_wi=1", imageAlt: "Peaceful distraction-free study area"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Affordable Membership",
|
||||
description:
|
||||
"Transparent, budget-friendly pricing plans. No hidden charges. Join today.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg?_wi=2",
|
||||
imageAlt: "Affordable membership plans",
|
||||
},
|
||||
id: "03", title: "Affordable Membership", description:
|
||||
"Transparent, budget-friendly pricing plans. No hidden charges. Join today.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569199.jpg?_wi=2", imageAlt: "Affordable membership plans"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -232,86 +169,40 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
plans={[
|
||||
{
|
||||
id: "daily",
|
||||
badge: "Pay Per Day",
|
||||
badgeIcon: Calendar,
|
||||
price: "₹100",
|
||||
subtitle: "Perfect for trying us out",
|
||||
buttons: [
|
||||
id: "daily", badge: "Pay Per Day", badgeIcon: Calendar,
|
||||
price: "₹100", subtitle: "Perfect for trying us out", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
text: "Book Now", href: "tel:082268 82288"},
|
||||
],
|
||||
features: [
|
||||
"Full day access (6 AM - 10 PM)",
|
||||
"All facilities included",
|
||||
"Secure locker",
|
||||
"Food & cafeteria access",
|
||||
],
|
||||
"Full day access (6 AM - 10 PM)", "All facilities included", "Secure locker", "Food & cafeteria access"],
|
||||
},
|
||||
{
|
||||
id: "monthly",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹1,500",
|
||||
subtitle: "Great for serious students",
|
||||
buttons: [
|
||||
id: "monthly", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹1,500", subtitle: "Great for serious students", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
text: "Get Started", href: "tel:082268 82288"},
|
||||
],
|
||||
features: [
|
||||
"30 days of access",
|
||||
"All facilities unlimited",
|
||||
"Priority seating",
|
||||
"Personal locker",
|
||||
"Food & beverages included",
|
||||
],
|
||||
"30 days of access", "All facilities unlimited", "Priority seating", "Personal locker", "Food & beverages included"],
|
||||
},
|
||||
{
|
||||
id: "quarterly",
|
||||
badge: "Best Value",
|
||||
badgeIcon: TrendingUp,
|
||||
price: "₹4,000",
|
||||
subtitle: "Save ₹500 vs monthly",
|
||||
buttons: [
|
||||
id: "quarterly", badge: "Best Value", badgeIcon: TrendingUp,
|
||||
price: "₹4,000", subtitle: "Save ₹500 vs monthly", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
text: "Join Now", href: "tel:082268 82288"},
|
||||
],
|
||||
features: [
|
||||
"90 days of access",
|
||||
"All facilities unlimited",
|
||||
"Priority seating",
|
||||
"Dedicated locker",
|
||||
"Free beverages daily",
|
||||
"Study materials support",
|
||||
],
|
||||
"90 days of access", "All facilities unlimited", "Priority seating", "Dedicated locker", "Free beverages daily", "Study materials support"],
|
||||
},
|
||||
{
|
||||
id: "annual",
|
||||
badge: "Maximum Savings",
|
||||
badgeIcon: Crown,
|
||||
price: "₹12,000",
|
||||
subtitle: "Save ₹6,000 vs monthly",
|
||||
buttons: [
|
||||
id: "annual", badge: "Maximum Savings", badgeIcon: Crown,
|
||||
price: "₹12,000", subtitle: "Save ₹6,000 vs monthly", buttons: [
|
||||
{
|
||||
text: "Become Member",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
text: "Become Member", href: "tel:082268 82288"},
|
||||
],
|
||||
features: [
|
||||
"365 days of access",
|
||||
"All facilities unlimited",
|
||||
"Premium seating",
|
||||
"Reserved dedicated desk",
|
||||
"Free beverages & snacks",
|
||||
"Guest passes (4 free)",
|
||||
"Flexible timing adjustment",
|
||||
],
|
||||
"365 days of access", "All facilities unlimited", "Premium seating", "Reserved dedicated desk", "Free beverages & snacks", "Guest passes (4 free)", "Flexible timing adjustment"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -330,71 +221,29 @@ export default function HomePage() {
|
||||
tagIcon={MessageCircle}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Library for Serious Preparation",
|
||||
quote:
|
||||
"I prepared for my SSC exam here and scored 98 percentile. The peaceful environment and supportive staff made all the difference in my preparation journey.",
|
||||
name: "Harsh Raj",
|
||||
role: "SSC Aspirant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg?_wi=1",
|
||||
imageAlt: "Harsh Raj",
|
||||
},
|
||||
id: "1", title: "Best Library for Serious Preparation", quote:
|
||||
"I prepared for my SSC exam here and scored 98 percentile. The peaceful environment and supportive staff made all the difference in my preparation journey.", name: "Harsh Raj", role: "SSC Aspirant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg?_wi=1", imageAlt: "Harsh Raj"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Facilities and Staff are Excellent",
|
||||
quote:
|
||||
"Clean washrooms, comfortable seats, and a truly silent study environment. The cafeteria facilities are great too. Highly recommended for anyone serious about studies.",
|
||||
name: "Md Samiullah",
|
||||
role: "UPSC Aspirant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg?_wi=1",
|
||||
imageAlt: "Md Samiullah",
|
||||
},
|
||||
id: "2", title: "Facilities and Staff are Excellent", quote:
|
||||
"Clean washrooms, comfortable seats, and a truly silent study environment. The cafeteria facilities are great too. Highly recommended for anyone serious about studies.", name: "Md Samiullah", role: "UPSC Aspirant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg?_wi=1", imageAlt: "Md Samiullah"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Most Peaceful Library in Muzaffarpur",
|
||||
quote:
|
||||
"Studied here for 6 months and got into college with flying colors. The distraction-free environment is unbeatable. Worth every penny spent.",
|
||||
name: "Priya Singh",
|
||||
role: "College Entrance Exam Prep",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/non-binary-person-with-glasses_23-2148760539.jpg?_wi=1",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "3", title: "Most Peaceful Library in Muzaffarpur", quote:
|
||||
"Studied here for 6 months and got into college with flying colors. The distraction-free environment is unbeatable. Worth every penny spent.", name: "Priya Singh", role: "College Entrance Exam Prep", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/non-binary-person-with-glasses_23-2148760539.jpg?_wi=1", imageAlt: "Priya Singh"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Affordable and Professional",
|
||||
quote:
|
||||
"Great value for money. The staff is cooperative and helpful. They maintain discipline strictly but in a friendly way. Perfect for competitive exam prep.",
|
||||
name: "Vikram Kumar",
|
||||
role: "Banking Exam Aspirant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/headshot-happy-excited-young-woman-wearing-rectangular-sunglasses-looking-raising-her-brows-astonishment_273609-1459.jpg?_wi=1",
|
||||
imageAlt: "Vikram Kumar",
|
||||
},
|
||||
id: "4", title: "Affordable and Professional", quote:
|
||||
"Great value for money. The staff is cooperative and helpful. They maintain discipline strictly but in a friendly way. Perfect for competitive exam prep.", name: "Vikram Kumar", role: "Banking Exam Aspirant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/headshot-happy-excited-young-woman-wearing-rectangular-sunglasses-looking-raising-her-brows-astonishment_273609-1459.jpg?_wi=1", imageAlt: "Vikram Kumar"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Game Changer for My Studies",
|
||||
quote:
|
||||
"Best decision ever to join RJ Library. Productive study hours increased dramatically. The peaceful atmosphere keeps me focused throughout the day.",
|
||||
name: "Neha Jain",
|
||||
role: "Self-Study Student",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg?_wi=2",
|
||||
imageAlt: "Neha Jain",
|
||||
},
|
||||
id: "5", title: "Game Changer for My Studies", quote:
|
||||
"Best decision ever to join RJ Library. Productive study hours increased dramatically. The peaceful atmosphere keeps me focused throughout the day.", name: "Neha Jain", role: "Self-Study Student", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips_1187-3013.jpg?_wi=2", imageAlt: "Neha Jain"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Highly Recommended by My Friends",
|
||||
quote:
|
||||
"3 of my friends recommended RJ Library to me. After studying here, I understand why. Excellent facilities, supportive staff, and a truly focused environment.",
|
||||
name: "Rajesh Pandey",
|
||||
role: "JEE Main Aspirant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Pandey",
|
||||
},
|
||||
id: "6", title: "Highly Recommended by My Friends", quote:
|
||||
"3 of my friends recommended RJ Library to me. After studying here, I understand why. Excellent facilities, supportive staff, and a truly focused environment.", name: "Rajesh Pandey", role: "JEE Main Aspirant", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-looking-camera-with-surprised-face-expression_285396-4365.jpg?_wi=2", imageAlt: "Rajesh Pandey"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -409,24 +258,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Call Us Now",
|
||||
value: "082268 82288",
|
||||
},
|
||||
label: "Call Us Now", value: "082268 82288"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Visit Us",
|
||||
value: "Daudpur Kothi",
|
||||
},
|
||||
label: "Visit Us", value: "Daudpur Kothi"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Open Daily",
|
||||
value: "6 AM - 10 PM",
|
||||
},
|
||||
label: "Open Daily", value: "6 AM - 10 PM"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Join Today",
|
||||
value: "Instant Access",
|
||||
},
|
||||
label: "Join Today", value: "Instant Access"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -441,29 +282,18 @@ export default function HomePage() {
|
||||
description="Have questions about membership? Want to know more about our facilities? Fill out the form below or call us directly at 082268 82288."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (10 digits)",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (10 digits)", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: false,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder:
|
||||
"Tell us about your study goals and preferred timing...",
|
||||
rows: 5,
|
||||
name: "message", placeholder:
|
||||
"Tell us about your study goals and preferred timing...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
@@ -485,62 +315,37 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 RJ Library Muzaffarpur. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Facilities",
|
||||
href: "/facilities",
|
||||
},
|
||||
label: "Facilities", href: "/facilities"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#membership",
|
||||
},
|
||||
label: "Membership", href: "#membership"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "📞 082268 82288",
|
||||
href: "tel:082268 82288",
|
||||
},
|
||||
label: "📞 082268 82288", href: "tel:082268 82288"},
|
||||
{
|
||||
label: "📍 Daudpur Kothi, Muzaffarpur 842003",
|
||||
href: "https://maps.google.com/?q=Daudpur+Kothi+Muzaffarpur",
|
||||
},
|
||||
label: "📍 Daudpur Kothi, Muzaffarpur 842003", href: "https://maps.google.com/?q=Daudpur+Kothi+Muzaffarpur"},
|
||||
{
|
||||
label: "🕐 6 AM - 10 PM Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "🕐 6 AM - 10 PM Daily", href: "#"},
|
||||
{
|
||||
label: "✉️ info@rjlibrary.com",
|
||||
href: "mailto:info@rjlibrary.com",
|
||||
},
|
||||
label: "✉️ info@rjlibrary.com", href: "mailto:info@rjlibrary.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Students",
|
||||
items: [
|
||||
title: "For Students", items: [
|
||||
{
|
||||
label: "Book Your Seat",
|
||||
href: "#membership",
|
||||
},
|
||||
label: "Book Your Seat", href: "#membership"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -549,4 +354,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user