Merge version_2 into main #2
240
src/app/page.tsx
240
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "resources",
|
||||
},
|
||||
name: "Resources", id: "resources"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="B.Com Hub"
|
||||
/>
|
||||
@@ -59,61 +49,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Master Your B.Com Subjects in Punjabi & English"
|
||||
description="Comprehensive study notes, lecture summaries, and expert explanations tailored for B.Com students. Learn complex concepts in your language."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#resources",
|
||||
},
|
||||
text: "Access Free Study Notes", href: "#resources"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-vintage-library-with-wooden-shelves-sophisticated-green-lamps_482257-125675.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-smart-light-haired-girl-with-bob-hairstyle-casual-clothes-sitting-chair-modern-library-reading-favourite-book-relaxing-after-long-day-study_176420-8324.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125408.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125408.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-academic-setting-combines-historical-charm-with-elegant-study-desks_482257-125316.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-academic-setting-combines-historical-charm-with-elegant-study-desks_482257-125316.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/library-study_329181-14838.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/library-study_329181-14838.jpg", alt: "Student 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Accounting Basics",
|
||||
},
|
||||
type: "text", text: "Accounting Basics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Law",
|
||||
},
|
||||
type: "text", text: "Corporate Law"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Systems",
|
||||
},
|
||||
type: "text", text: "Financial Systems"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Economics",
|
||||
},
|
||||
type: "text", text: "Economics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Taxation",
|
||||
},
|
||||
type: "text", text: "Taxation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,9 +91,7 @@ export default function LandingPage() {
|
||||
title="Simplified Learning for Every Student"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,26 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Bilingual Notes",
|
||||
subtitle: "Access notes in both Punjabi and English.",
|
||||
category: "Content",
|
||||
value: "Dual Support",
|
||||
},
|
||||
id: "f1", title: "Bilingual Notes", subtitle: "Access notes in both Punjabi and English.", category: "Content", value: "Dual Support"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Expert Explanations",
|
||||
subtitle: "Deep dives into complex financial theories.",
|
||||
category: "Learning",
|
||||
value: "Clear Clarity",
|
||||
},
|
||||
id: "f2", title: "Expert Explanations", subtitle: "Deep dives into complex financial theories.", category: "Learning", value: "Clear Clarity"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Exam Prep",
|
||||
subtitle: "Previous year papers with solved solutions.",
|
||||
category: "Exam",
|
||||
value: "Proven Results",
|
||||
},
|
||||
id: "f3", title: "Exam Prep", subtitle: "Previous year papers with solved solutions.", category: "Exam", value: "Proven Results"},
|
||||
]}
|
||||
title="Why Choose Our Resources"
|
||||
description="Built by students, for students. We make commerce education accessible."
|
||||
@@ -172,41 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Financial Accounting",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-notebook-office-material_23-2148148338.jpg",
|
||||
},
|
||||
id: "p1", name: "Financial Accounting", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-notebook-office-material_23-2148148338.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Corporate Law",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-poster-template_23-2148889404.jpg",
|
||||
},
|
||||
id: "p2", name: "Corporate Law", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-poster-template_23-2148889404.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Economics Theory",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookworm_23-2151947899.jpg",
|
||||
},
|
||||
id: "p3", name: "Economics Theory", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/bookworm_23-2151947899.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Business Mathematics",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-school-supplies_23-2148913568.jpg",
|
||||
},
|
||||
id: "p4", name: "Business Mathematics", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-school-supplies_23-2148913568.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Auditing Standards",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-s-desk-with-notebook-calculator_23-2149025224.jpg",
|
||||
},
|
||||
id: "p5", name: "Auditing Standards", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-s-desk-with-notebook-calculator_23-2149025224.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Income Tax Law",
|
||||
price: "Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-555.jpg",
|
||||
},
|
||||
id: "p6", name: "Income Tax Law", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-555.jpg"},
|
||||
]}
|
||||
title="Featured Study Modules"
|
||||
description="Explore our curated collection of notes and textbooks."
|
||||
@@ -220,20 +146,11 @@ export default function LandingPage() {
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5,000+",
|
||||
description: "Happy Students",
|
||||
},
|
||||
id: "m1", value: "5,000+", description: "Happy Students"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Study Guides",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Study Guides"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Support Access",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Support Access"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -245,60 +162,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amanpreet Singh",
|
||||
date: "Jan 2024",
|
||||
title: "B.Com Grad",
|
||||
quote: "The bilingual notes made my accounting exams so easy!",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/three-smiling-gradutes-friends-graduation-robes-speaking-campus-with-diploma_496169-1291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-wooden-shelves-sophisticated-green-lamps_482257-125675.jpg?_wi=2",
|
||||
imageAlt: "happy student university graduate",
|
||||
},
|
||||
id: "t1", name: "Amanpreet Singh", date: "Jan 2024", title: "B.Com Grad", quote: "The bilingual notes made my accounting exams so easy!", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/three-smiling-gradutes-friends-graduation-robes-speaking-campus-with-diploma_496169-1291.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-wooden-shelves-sophisticated-green-lamps_482257-125675.jpg?_wi=2", imageAlt: "happy student university graduate"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Karan Sharma",
|
||||
date: "Dec 2023",
|
||||
title: "Student",
|
||||
quote: "Clear explanations in Punjabi are a game changer.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cropped-image-attractive-cheerful-young-female-artist-makes-creative-notes-notepad-wears-spectacles-enjoys-nice-track-earphones-connected-mobile-phone-has-positive-expression_273609-29663.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952376.jpg",
|
||||
imageAlt: "happy student university graduate",
|
||||
},
|
||||
id: "t2", name: "Karan Sharma", date: "Dec 2023", title: "Student", quote: "Clear explanations in Punjabi are a game changer.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/cropped-image-attractive-cheerful-young-female-artist-makes-creative-notes-notepad-wears-spectacles-enjoys-nice-track-earphones-connected-mobile-phone-has-positive-expression_273609-29663.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952376.jpg", imageAlt: "happy student university graduate"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Navdeep Kaur",
|
||||
date: "Nov 2023",
|
||||
title: "Final Year",
|
||||
quote: "Best resource for B.Com students. Highly recommend.",
|
||||
tag: "Trust",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-with-drink-studying_23-2147656033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-blank-notepad-black-background-online-learning-concept_169016-66820.jpg",
|
||||
imageAlt: "happy student university graduate",
|
||||
},
|
||||
id: "t3", name: "Navdeep Kaur", date: "Nov 2023", title: "Final Year", quote: "Best resource for B.Com students. Highly recommend.", tag: "Trust", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-with-drink-studying_23-2147656033.jpg", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-blank-notepad-black-background-online-learning-concept_169016-66820.jpg", imageAlt: "happy student university graduate"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rahul Verma",
|
||||
date: "Oct 2023",
|
||||
title: "Sophomore",
|
||||
quote: "These notes are better than any coaching center.",
|
||||
tag: "Useful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/middle-school-icon-set_1262-7932.jpg",
|
||||
imageAlt: "happy student university graduate",
|
||||
},
|
||||
id: "t4", name: "Rahul Verma", date: "Oct 2023", title: "Sophomore", quote: "These notes are better than any coaching center.", tag: "Useful", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg", imageSrc: "http://img.b2bpic.net/free-vector/middle-school-icon-set_1262-7932.jpg", imageAlt: "happy student university graduate"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Simran Kaur",
|
||||
date: "Sep 2023",
|
||||
title: "Freshman",
|
||||
quote: "The study guides simplified my entire first semester.",
|
||||
tag: "Great",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-graduate-woman-mantle-rejoicing-laughing-smiling_176420-14226.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-library-isometric-design_98292-34.jpg",
|
||||
imageAlt: "happy student university graduate",
|
||||
},
|
||||
id: "t5", name: "Simran Kaur", date: "Sep 2023", title: "Freshman", quote: "The study guides simplified my entire first semester.", tag: "Great", avatarSrc: "http://img.b2bpic.net/free-photo/happy-graduate-woman-mantle-rejoicing-laughing-smiling_176420-14226.jpg", imageSrc: "http://img.b2bpic.net/free-vector/online-library-isometric-design_98292-34.jpg", imageAlt: "happy student university graduate"},
|
||||
]}
|
||||
title="Student Voices"
|
||||
description="See how B.Com students are excelling with our notes."
|
||||
@@ -310,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are notes free?",
|
||||
content: "Yes, all our primary study notes are free for B.Com students.",
|
||||
},
|
||||
id: "q1", title: "Are notes free?", content: "Yes, all our primary study notes are free for B.Com students."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is Punjabi included?",
|
||||
content: "Every English explanation comes with a structured Punjabi summary.",
|
||||
},
|
||||
id: "q2", title: "Is Punjabi included?", content: "Every English explanation comes with a structured Punjabi summary."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I download?",
|
||||
content: "Yes, you can access materials online anytime or print them.",
|
||||
},
|
||||
id: "q3", title: "Can I download?", content: "Yes, you can access materials online anytime or print them."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -334,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Stay Updated"
|
||||
title="Join Our Community"
|
||||
description="Get latest updates and new study guides directly in your inbox."
|
||||
@@ -349,29 +211,19 @@ export default function LandingPage() {
|
||||
logoText="B.Com Hub"
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Notes",
|
||||
href: "#resources",
|
||||
},
|
||||
label: "Notes", href: "#resources"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -380,4 +232,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user