Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d43a2440b7 | |||
| bba7e054f5 |
152
src/app/page.tsx
152
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Approach",
|
||||
id: "about",
|
||||
},
|
||||
name: "Approach", id: "about"},
|
||||
{
|
||||
name: "Subjects",
|
||||
id: "subjects",
|
||||
},
|
||||
name: "Subjects", id: "subjects"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
name: "Results", id: "results"},
|
||||
{
|
||||
name: "Enquire",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Enquire", id: "contact"},
|
||||
]}
|
||||
brandName="Anesu Tutors"
|
||||
/>
|
||||
@@ -53,21 +45,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Serious Tutoring for Outstanding Academic Results"
|
||||
description="Anesu Tutors provides structured, discipline-focused, and results-driven academic support for students. We build confidence, mastery, and accountability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Assessment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Assessment", href: "#contact"},
|
||||
{
|
||||
text: "Learn Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn Our Approach", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognisable-woman-working-desk_23-2148372101.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CN2ufOR6Ajfse1jDmxMJnSe1zB/uploaded-1776212111362-g5c640mt.jpg"
|
||||
imageAlt="Academic study setting"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,29 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Structured Discipline",
|
||||
description: "Rigorous lesson plans with clear milestones to ensure consistent academic progress.",
|
||||
tag: "Accountability",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CN2ufOR6Ajfse1jDmxMJnSe1zB/uploaded-1776212009365-ipqr0zto.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "f1", title: "Structured Discipline", description: "Rigorous lesson plans with clear milestones to ensure consistent academic progress.", tag: "Accountability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CN2ufOR6Ajfse1jDmxMJnSe1zB/uploaded-1776212009365-ipqr0zto.jpg?_wi=1", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Personalized Mastery",
|
||||
description: "Curriculum tailored specifically to your child's learning style and current curriculum requirements.",
|
||||
tag: "Focused",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-working-desk_23-2148372101.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "f2", title: "Personalized Mastery", description: "Curriculum tailored specifically to your child's learning style and current curriculum requirements.", tag: "Focused", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-working-desk_23-2148372101.jpg?_wi=2", imageAlt: "User provided image"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Confidence Mentorship",
|
||||
description: "Teaching beyond textbooks; we instill the mindset and discipline needed to tackle high-pressure exams.",
|
||||
tag: "Mentorship",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-playfully-strangles-woman-red-wall_114579-58591.jpg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
id: "f3", title: "Confidence Mentorship", description: "Teaching beyond textbooks; we instill the mindset and discipline needed to tackle high-pressure exams.", tag: "Mentorship", imageSrc: "http://img.b2bpic.net/free-photo/young-man-playfully-strangles-woman-red-wall_114579-58591.jpg", imageAlt: "User provided image"},
|
||||
]}
|
||||
title="The Anesu Advantage"
|
||||
description="Tutoring that transcends basic instruction, fostering an environment of excellence and measurable growth."
|
||||
@@ -114,9 +83,7 @@ export default function LandingPage() {
|
||||
title="Meet Anesu, Founder & Medical Scholar"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Methodology",
|
||||
href: "#results",
|
||||
},
|
||||
text: "Our Methodology", href: "#results"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,20 +95,11 @@ export default function LandingPage() {
|
||||
tag="Proven Success"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
description: "Student confidence growth",
|
||||
},
|
||||
id: "m1", value: "98%", description: "Student confidence growth"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "120+",
|
||||
description: "Academic goals achieved",
|
||||
},
|
||||
id: "m2", value: "120+", description: "Academic goals achieved"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Support commitment",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Support commitment"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,60 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "Parent",
|
||||
quote: "Anesu's structured approach transformed my son's attitude towards Maths. He's now consistently scoring top marks.",
|
||||
tag: "Top Results",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-playfully-strangles-woman-red-wall_114579-58591.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CN2ufOR6Ajfse1jDmxMJnSe1zB/uploaded-1776212009365-ipqr0zto.jpg?_wi=2",
|
||||
imageAlt: "professional parent portrait studio",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2024", title: "Parent", quote: "Anesu's structured approach transformed my son's attitude towards Maths. He's now consistently scoring top marks.", tag: "Top Results", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-playfully-strangles-woman-red-wall_114579-58591.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CN2ufOR6Ajfse1jDmxMJnSe1zB/uploaded-1776212009365-ipqr0zto.jpg?_wi=2", imageAlt: "professional parent portrait studio"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David K.",
|
||||
date: "Dec 2023",
|
||||
title: "Parent",
|
||||
quote: "The accountability Anesu provides is unparalleled. He doesn't just tutor; he mentors for life success.",
|
||||
tag: "Mentorship",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-camera-happy-positive-pointing-with-index-fingers-camera-standing-brown-background_141793-133634.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-working-desk_23-2148372101.jpg?_wi=3",
|
||||
imageAlt: "professional parent portrait studio",
|
||||
},
|
||||
id: "2", name: "David K.", date: "Dec 2023", title: "Parent", quote: "The accountability Anesu provides is unparalleled. He doesn't just tutor; he mentors for life success.", tag: "Mentorship", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-camera-happy-positive-pointing-with-index-fingers-camera-standing-brown-background_141793-133634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-working-desk_23-2148372101.jpg?_wi=3", imageAlt: "professional parent portrait studio"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
date: "Nov 2023",
|
||||
title: "Parent",
|
||||
quote: "We've tried multiple services, but Anesu's professional, results-driven style finally clicked for our daughter.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-stairs_1262-1227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg",
|
||||
imageAlt: "professional parent portrait studio",
|
||||
},
|
||||
id: "3", name: "Elena R.", date: "Nov 2023", title: "Parent", quote: "We've tried multiple services, but Anesu's professional, results-driven style finally clicked for our daughter.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-stairs_1262-1227.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", imageAlt: "professional parent portrait studio"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus T.",
|
||||
date: "Oct 2023",
|
||||
title: "Parent",
|
||||
quote: "Disciplined, punctual, and intelligent. Anesu is exactly the role model my son needed to get motivated.",
|
||||
tag: "Role Model",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg",
|
||||
imageAlt: "professional parent portrait studio",
|
||||
},
|
||||
id: "4", name: "Marcus T.", date: "Oct 2023", title: "Parent", quote: "Disciplined, punctual, and intelligent. Anesu is exactly the role model my son needed to get motivated.", tag: "Role Model", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", imageSrc: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg", imageAlt: "professional parent portrait studio"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda P.",
|
||||
date: "Sept 2023",
|
||||
title: "Parent",
|
||||
quote: "A remarkable difference in academic understanding and exam confidence. Highly recommended.",
|
||||
tag: "Excellence",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-studying_23-2147657351.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-student-distance-learning-due-illness-working-home_176532-11468.jpg",
|
||||
imageAlt: "professional parent portrait studio",
|
||||
},
|
||||
id: "5", name: "Linda P.", date: "Sept 2023", title: "Parent", quote: "A remarkable difference in academic understanding and exam confidence. Highly recommended.", tag: "Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-studying_23-2147657351.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-student-distance-learning-due-illness-working-home_176532-11468.jpg", imageAlt: "professional parent portrait studio"},
|
||||
]}
|
||||
title="Trusted by Parents"
|
||||
description="Results that speak louder than words. See how we've helped students reach their full potential."
|
||||
@@ -217,8 +130,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquire Today"
|
||||
title="Start Your Child’s Journey to Excellence"
|
||||
description="Ready to see real improvement? Book your initial assessment today and let’s discuss how we can tailor our support to your goals."
|
||||
@@ -229,29 +141,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Founder",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Founder", href: "#about"},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
label: "Results", href: "#results"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Enquire",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Enquire", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user