1 Commits

Author SHA1 Message Date
9a49257b2d Update src/app/page.tsx 2026-05-17 13:38:25 +00:00

View File

@@ -32,114 +32,42 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "About", id: "about" },
id: "hero", { name: "Amenities", id: "features" },
}, { name: "Rooms", id: "pricing" },
{ { name: "Contact", id: "contact" },
name: "Features",
id: "features",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="EduManage" brandName="Singh Thakuri House"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{ variant: "radial-gradient" }}
variant: "radial-gradient", title="Welcome to Singh Thakuri House"
}} description="Experience authentic hospitality at our charming 2-star hotel. Comfortable stays, local warmth, and a perfect home base for your adventures."
title="Streamline Your School Management"
description="Simplify student billing, grade management, and communications with our all-in-one education platform."
kpis={[ kpis={[
{ { value: "2-Star", label: "Comfort Rated" },
value: "500+", { value: "100%", label: "Guest Care" },
label: "Schools Managed", { value: "Central", label: "Location" },
},
{
value: "99.9%",
label: "Billing Accuracy",
},
{
value: "24/7",
label: "Support Access",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/training-study-knowledge-e-learning-concept_53876-120707.jpg" imageSrc="https://images.unsplash.com/photo-1566073771259-6a8506099945?q=80&w=2070&auto=format&fit=crop"
imageAlt="educational dashboard interface design" imageAlt="Singh Thakuri House exterior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg",
alt: "Education Application Knowledge Development Concept",
},
{
src: "http://img.b2bpic.net/free-photo/programming-code-pc-display-used-developing-software_482257-122979.jpg",
alt: "Programming code on PC display used for developing software",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-person-holding-smartphone_23-2148389008.jpg",
alt: "Close-up person holding a smartphone",
},
{
src: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg",
alt: "Elegant and cozy office lifestyle",
},
{
src: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850977.jpg",
alt: "Vintage style people working in an office with computers",
},
]}
avatarText="Trusted by 500+ schools globally"
marqueeItems={[
{
type: "text-icon",
text: "Secure Billing",
icon: ShieldCheck,
},
{
type: "text-icon",
text: "Parent Portal",
icon: Users,
},
{
type: "text-icon",
text: "Grade Tracking",
icon: GraduationCap,
},
{
type: "text-icon",
text: "Cloud Database",
icon: Database,
},
{
type: "text-icon",
text: "API Support",
icon: Code,
},
]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
useInvertedBackground={true} useInvertedBackground={true}
tag="Trusted Platform" tag="Our Story"
title="Built for Modern Education" title="Your Home Away From Home"
description="Our software integrates seamlessly into daily school operations, reducing manual work and increasing transparency for parents." description="Singh Thakuri House offers travelers a cozy retreat with all the essential comforts. We pride ourselves on creating a friendly, family-like atmosphere for every guest."
subdescription="With advanced security and intuitive design, managing school life has never been simpler." subdescription="Conveniently located to help you explore local attractions while providing a peaceful sanctuary to rest."
icon={ShieldCheck} icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/three-friends-studying-from-documents-notebooks-library_23-2149283307.jpg" imageSrc="https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?q=80&w=2070&auto=format&fit=crop"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -149,64 +77,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { tag: "Stay", title: "Comfortable Rooms", subtitle: "Relax & Unwind", description: "Clean, well-maintained rooms designed for a restful sleep.", imageSrc: "https://images.unsplash.com/photo-1590490360170-077553f19114?q=80&w=2070&auto=format&fit=crop" },
tag: "Finance", { tag: "Dining", title: "Local Breakfast", subtitle: "Fresh Morning", description: "Start your day with homemade local delights prepared fresh daily.", imageSrc: "https://images.unsplash.com/photo-1533777857889-4be7c70b33f7?q=80&w=2070&auto=format&fit=crop" },
title: "Automated Billing", { tag: "Service", title: "24/7 Support", subtitle: "Always Available", description: "Our dedicated staff is here to ensure your stay is seamless.", imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?q=80&w=2070&auto=format&fit=crop" },
subtitle: "Simplified Payments",
description: "Generate invoices and track payments automatically.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-icons-set-web-project-plan-interface-design-marketing-research_126523-1105.jpg",
},
{
tag: "Engagement",
title: "Parent Portal",
subtitle: "Unified Updates",
description: "Keep parents informed with real-time notifications.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-fulfilling-exercise-mother_23-2147848710.jpg",
},
{
tag: "Academic",
title: "Grade Management",
subtitle: "Secure Records",
description: "Maintain organized student performance records.",
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-front-side_187299-39412.jpg",
},
]} ]}
title="Comprehensive Modules" title="Hotel Amenities"
description="Powerful tools to manage every aspect of your school." description="We offer essential services to ensure your stay is enjoyable."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "40%",
title: "Admin Time Saved",
description: "Reduce manual billing hours per week.",
icon: Clock,
},
{
id: "m2",
value: "95%",
title: "Parent Satisfaction",
description: "Improved engagement rates reported.",
icon: Smile,
},
{
id: "m3",
value: "$1M+",
title: "Processed Annually",
description: "Safe, secure, and reliable transaction volume.",
icon: DollarSign,
},
]}
title="Proven Results"
description="Efficiency driven metrics for our partners."
/> />
</div> </div>
@@ -216,190 +92,42 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ { id: "standard", badge: "Essential", price: "$45/night", name: "Standard Room", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Free Wi-Fi", "Breakfast Included", "Daily Housekeeping"] },
id: "basic", { id: "deluxe", badge: "Best Value", price: "$65/night", name: "Deluxe Room", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Everything in Standard", "Mountain View", "Premium Toiletries"] },
badge: "Essential", { id: "suite", badge: "Premium", price: "$90/night", name: "Executive Suite", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Everything in Deluxe", "Spacious Living Area", "Personalized Concierge"] },
price: "$199/mo",
name: "Basic Plan",
buttons: [
{
text: "Get Started",
href: "#",
},
],
features: [
"Billing Automation",
"Student Database",
"Email Support",
],
},
{
id: "pro",
badge: "Popular",
price: "$499/mo",
name: "Professional",
buttons: [
{
text: "Get Started",
href: "#",
},
],
features: [
"Everything in Basic",
"Advanced Analytics",
"Parent Portal App",
"Priority Support",
],
},
{
id: "enterprise",
badge: "Custom",
price: "Custom",
name: "Enterprise",
buttons: [
{
text: "Contact Us",
href: "#",
},
],
features: [
"All Pro Features",
"Dedicated Account Manager",
"SSO Integration",
"API Access",
],
},
]} ]}
title="Flexible Plans" title="Stay Options"
description="Choose a plan that fits your school size." description="Find the perfect room for your needs."
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Our schools billing process was a nightmare before we switched to EduManage. Everything is now handled automatically."
rating={5}
author="Sarah Jenkins, Principal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg",
alt: "Sarah",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg",
alt: "Closeup portrait of Caucasian happy teacher in glasses",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
alt: "Smiling African American girl sitting in cafe",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
alt: "Close up smiley man at library",
},
{
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
alt: "Young students in the classroom",
},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Is data secure?",
content: "Yes, we use bank-grade 256-bit encryption for all records.",
},
{
id: "2",
title: "Can I integrate my bank?",
content: "Yes, we support most major banking integrations.",
},
{
id: "3",
title: "Is training included?",
content: "Absolutely, all plans come with onboarding support.",
},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know."
faqsAnimation="blur-reveal"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Get a Consultation" title="Book Your Stay"
description="See how EduManage can transform your school today." description="Reach out to us directly for inquiries or to book your room at Singh Thakuri House."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Your Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Email Address", required: true },
type: "text", { name: "dates", type: "text", placeholder: "Preferred Dates" },
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
{
name: "school",
type: "text",
placeholder: "School Name",
},
]} ]}
textarea={{ textarea={{ name: "message", placeholder: "Special requests? Let us know!" }}
name: "message", imageSrc="https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=2070&auto=format&fit=crop"
placeholder: "How can we help?",
}}
imageSrc="http://img.b2bpic.net/free-photo/audio-equipment-headset-with-mic-used-customer-support-job-workspace-closeup_482257-126144.jpg"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19432.jpg" imageSrc="https://images.unsplash.com/photo-1445019980597-93fa8acb246c?q=80&w=2074&auto=format&fit=crop"
logoText="EduManage" logoText="Singh Thakuri House"
columns={[ columns={[
{ { title: "Stay", items: [{ label: "Rooms", href: "#pricing" }, { label: "Amenities", href: "#features" }] },
title: "Product", { title: "Connect", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
items: [
{
label: "Features",
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#",
},
{
label: "Support",
href: "#",
},
],
},
]} ]}
copyrightText="© 2025 | EduManage Inc." copyrightText="© 2025 Singh Thakuri House. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }