Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 07:16:16 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Concept Tuition"
brandName="Vidyastara Tuition Centre"
/>
</div>
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
id: "4", title: "Confidence Building", tag: "Growth", description: "We create a supportive environment where students feel empowered to speak up.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mothers-day-celebration_23-2151241143.jpg", imageAlt: "parent portrait smiling natural light"},
]}
title="Why Choose Concept Tuition?"
title="Why Choose Vidyastara Tuition Centre?"
description="Our teaching methodology focuses on holistic growth and deep understanding rather than rote learning."
/>
</div>
@@ -164,7 +164,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Concept Tuition"
logoText="Vidyastara Tuition Centre"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}