Merge version_1 into main #2
335
src/app/page.tsx
335
src/app/page.tsx
@@ -31,109 +31,52 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Courses", id: "courses" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Faq", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SIGMA PHYSICS"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:09708795741",
|
||||
}}
|
||||
text: "Call Now", href: "tel:09708795741"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Best Physics Coaching for Class 11 & 12"
|
||||
description="Unlock your potential with expert guidance at Sigma Physics. Trusted by toppers, committed to excellence in every concept."
|
||||
kpis={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Students Taught",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Success Rate",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{ value: "1000+", label: "Students Taught" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
{ value: "10+", label: "Years Experience" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09708795741",
|
||||
},
|
||||
{ text: "Enroll Now", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:09708795741" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062891.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062891.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-dots-lines_1048-5771.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/composition-education-day-elements-with-tablet_23-2148721215.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-lines-dots_1048-8017.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062195.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139296.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-dots-lines_1048-5771.jpg", alt: "Student 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/composition-education-day-elements-with-tablet_23-2148721215.jpg", alt: "Student 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-lines-dots_1048-8017.jpg", alt: "Student 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062195.jpg", alt: "Student 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139296.jpg", alt: "Student 5" },
|
||||
]}
|
||||
avatarText="Trusted by 1000+ Students"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Physics Excellence",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "JEE Prep",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "NEET Success",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Conceptual Learning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Mentorship",
|
||||
},
|
||||
{ type: "text", text: "Physics Excellence" },
|
||||
{ type: "text", text: "JEE Prep" },
|
||||
{ type: "text", text: "NEET Success" },
|
||||
{ type: "text", text: "Conceptual Learning" },
|
||||
{ type: "text", text: "Expert Mentorship" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,15 +85,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About SIGMA PHYSICS",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/female-scientist-observing-girls-experimenting-with-chemistry_23-2148571320.jpg",
|
||||
alt: "Classroom environment",
|
||||
},
|
||||
{ type: "text", content: "About SIGMA PHYSICS" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-scientist-observing-girls-experimenting-with-chemistry_23-2148571320.jpg", alt: "Classroom environment" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,40 +98,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Faculty",
|
||||
description: "Learn from experts with deep subject matter knowledge.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048930.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-interacting-with-plasma-ball_23-2150591689.jpg",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-igos0ik6.jpg?_wi=1",
|
||||
imageAlt: "physics formula abstract",
|
||||
title: "Experienced Faculty", description: "Learn from experts with deep subject matter knowledge.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048930.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-interacting-with-plasma-ball_23-2150591689.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Small Batch Size",
|
||||
description: "Focused sessions with limited students for better interaction.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-balancing-ball-newton-s-cradle_176474-9104.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/formulas-written-by-white-chalk-school-board_23-2148201074.jpg",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-1vtq03lm.jpg?_wi=1",
|
||||
imageAlt: "physics formula abstract",
|
||||
title: "Small Batch Size", description: "Focused sessions with limited students for better interaction.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-balancing-ball-newton-s-cradle_176474-9104.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/formulas-written-by-white-chalk-school-board_23-2148201074.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Concept Clarity",
|
||||
description: "Building strong foundational knowledge from scratch.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-with-formulas_1160-869.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048917.jpg",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-za0kicdo.jpg?_wi=1",
|
||||
imageAlt: "physics formula abstract",
|
||||
title: "Concept Clarity", description: "Building strong foundational knowledge from scratch.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-with-formulas_1160-869.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chemical-element-arrangement-still-life_23-2149048917.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -211,48 +123,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Class 11 Physics",
|
||||
price: "Batch A",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackboard-inscribed-with-scientific-formulas-calculations_1150-19413.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Class 12 Physics",
|
||||
price: "Batch B",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plasma-ball-light_23-2150767797.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "JEE Foundation",
|
||||
price: "Advanced",
|
||||
variant: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-fortune-teller-with-plasma-ball_53876-40380.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "NEET Physics",
|
||||
price: "Target",
|
||||
variant: "Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-digital-monitors_23-2148910246.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crash Course",
|
||||
price: "Quick",
|
||||
variant: "Revision",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notepad-with-green-screen-working-labooratory-with-mock-up-monitor-chroma-key-display-while-professional-engineer-testing-virus-evolution-background-high-tech-development-lab_482257-13921.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Test Series",
|
||||
price: "Practice",
|
||||
variant: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/americium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-12083.jpg",
|
||||
},
|
||||
{ id: "1", name: "Class 11 Physics", price: "Batch A", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-inscribed-with-scientific-formulas-calculations_1150-19413.jpg" },
|
||||
{ id: "2", name: "Class 12 Physics", price: "Batch B", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plasma-ball-light_23-2150767797.jpg" },
|
||||
{ id: "3", name: "JEE Foundation", price: "Advanced", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/little-fortune-teller-with-plasma-ball_53876-40380.jpg" },
|
||||
{ id: "4", name: "NEET Physics", price: "Target", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-digital-monitors_23-2148910246.jpg" },
|
||||
{ id: "5", name: "Crash Course", price: "Quick", variant: "Revision", imageSrc: "http://img.b2bpic.net/free-photo/notepad-with-green-screen-working-labooratory-with-mock-up-monitor-chroma-key-display-while-professional-engineer-testing-virus-evolution-background-high-tech-development-lab_482257-13921.jpg" },
|
||||
{ id: "6", name: "Test Series", price: "Practice", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/americium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-12083.jpg" },
|
||||
]}
|
||||
title="Our Courses"
|
||||
description="Comprehensive programs tailored for academic excellence and competitive success."
|
||||
@@ -263,42 +139,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Student A",
|
||||
role: "Topper",
|
||||
testimonial: "Excellent teaching methods and clarity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767790.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Student B",
|
||||
role: "Topper",
|
||||
testimonial: "Concept clarity helped me in board exams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-plasma-ball_23-2150572277.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Student C",
|
||||
role: "Topper",
|
||||
testimonial: "Small batches made learning interactive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-eyeglasses-water-glass-with-shadow-green-background_23-2147948667.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Student D",
|
||||
role: "Topper",
|
||||
testimonial: "Regular tests improved my performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-blue-background_23-2150439087.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Student E",
|
||||
role: "Topper",
|
||||
testimonial: "Great mentorship during competitive prep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composed-book-blackboard_23-2147654599.jpg",
|
||||
},
|
||||
{ id: "1", name: "Student A", role: "Topper", testimonial: "Excellent teaching methods and clarity.", imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767790.jpg" },
|
||||
{ id: "2", name: "Student B", role: "Topper", testimonial: "Concept clarity helped me in board exams.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-plasma-ball_23-2150572277.jpg" },
|
||||
{ id: "3", name: "Student C", role: "Topper", testimonial: "Small batches made learning interactive.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-eyeglasses-water-glass-with-shadow-green-background_23-2147948667.jpg" },
|
||||
{ id: "4", name: "Student D", role: "Topper", testimonial: "Regular tests improved my performance.", imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-with-blue-background_23-2150439087.jpg" },
|
||||
{ id: "5", name: "Student E", role: "Topper", testimonial: "Great mentorship during competitive prep.", imageSrc: "http://img.b2bpic.net/free-photo/composed-book-blackboard_23-2147654599.jpg" },
|
||||
]}
|
||||
title="What Students Say"
|
||||
description="Join the successful group of students who achieved their dreams with us."
|
||||
@@ -312,40 +159,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Classroom Snapshots",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Session 1",
|
||||
subtitle: "Learning",
|
||||
detail: "Active class",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-igos0ik6.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Session 2",
|
||||
subtitle: "Practice",
|
||||
detail: "Focused",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-1vtq03lm.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Session 3",
|
||||
subtitle: "Discussion",
|
||||
detail: "Clarifying",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-za0kicdo.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Session 4",
|
||||
subtitle: "Environment",
|
||||
detail: "Student life",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-ecgzge5f.jpg",
|
||||
},
|
||||
id: "g1", groupTitle: "Classroom Snapshots", members: [
|
||||
{ id: "m1", title: "Session 1", subtitle: "Learning", detail: "Active class", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-igos0ik6.jpg" },
|
||||
{ id: "m2", title: "Session 2", subtitle: "Practice", detail: "Focused", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-1vtq03lm.jpg" },
|
||||
{ id: "m3", title: "Session 3", subtitle: "Discussion", detail: "Clarifying", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-za0kicdo.jpg" },
|
||||
{ id: "m4", title: "Session 4", subtitle: "Environment", detail: "Student life", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfUNep2dlmSqcu7X8XnQCen2xM/uploaded-1776776291291-ecgzge5f.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062891.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
]}
|
||||
title="Our Classroom"
|
||||
@@ -358,21 +177,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer demo classes?",
|
||||
content: "Yes, we provide free demo classes for all batches.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the batch size?",
|
||||
content: "We maintain small batch sizes for personalized attention.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "We are located beside West Side Mall, Mahammadpur Kazi, Muzaffarpur.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer demo classes?", content: "Yes, we provide free demo classes for all batches." },
|
||||
{ id: "f2", title: "What is the batch size?", content: "We maintain small batch sizes for personalized attention." },
|
||||
{ id: "f3", title: "Where are you located?", content: "We are located beside West Side Mall, Mahammadpur Kazi, Muzaffarpur." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers to the most frequently asked questions about our institute."
|
||||
@@ -386,46 +193,26 @@ export default function LandingPage() {
|
||||
title="Contact Us"
|
||||
description="Reach out to Sigma Physics today. Beside West Side Mall, Mahammadpur Kazi, Muzaffarpur, Bihar 842002. Call us at 097087 95741."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Message",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Message" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-science-day-research-composition_23-2149112650.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="SIGMA PHYSICS"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Visit Maps",
|
||||
href: "https://maps.app.goo.gl/cCUsp4hVjav7mEd16",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:09708795741",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919708795741",
|
||||
},
|
||||
{ label: "Visit Maps", href: "https://maps.app.goo.gl/cCUsp4hVjav7mEd16" },
|
||||
{ label: "Call Us", href: "tel:09708795741" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919708795741" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="SIGMA PHYSICS"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user