Update src/app/page.tsx
This commit is contained in:
210
src/app/page.tsx
210
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Beautiful Brains"
|
||||
/>
|
||||
@@ -54,41 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unlocking the Potential in Every Unique Brain"
|
||||
description="Lauren Hansen provides specialized academic intervention and learning support for students with language-based learning differences. Discover a partnership that empowers your child to thrive."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-notebook-friends-communication-working-meeting_1418-85.jpg",
|
||||
imageAlt: "Educational tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-notebook-friends-communication-working-meeting_1418-85.jpg", imageAlt: "Educational tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-students-background_23-2147655790.jpg",
|
||||
imageAlt: "Welcoming office",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-students-background_23-2147655790.jpg", imageAlt: "Welcoming office"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-day-literacy-concept-with-learning-tools_1150-24442.jpg",
|
||||
imageAlt: "Multi-sensory tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-day-literacy-concept-with-learning-tools_1150-24442.jpg", imageAlt: "Multi-sensory tools"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-adult-college-students-chatting-while-working_74855-1670.jpg",
|
||||
imageAlt: "Learning space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-adult-college-students-chatting-while-working_74855-1670.jpg", imageAlt: "Learning space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211062.jpg",
|
||||
imageAlt: "Inspirational study",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211062.jpg", imageAlt: "Inspirational study"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-books-stationery-tablet_23-2147852035.jpg",
|
||||
imageAlt: "Stationery desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-books-stationery-tablet_23-2147852035.jpg", imageAlt: "Stationery desk"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,32 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Orton-Gillingham Intervention",
|
||||
tags: [
|
||||
"Literacy",
|
||||
"Dyslexia",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844710.jpg",
|
||||
},
|
||||
id: "1", title: "Orton-Gillingham Intervention", tags: [
|
||||
"Literacy", "Dyslexia"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-peacefully-library_23-2148844710.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Executive Functioning Support",
|
||||
tags: [
|
||||
"ADHD",
|
||||
"Strategy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-working-laptop-while-having-meeting-with-clients-office_637285-11096.jpg",
|
||||
},
|
||||
id: "2", title: "Executive Functioning Support", tags: [
|
||||
"ADHD", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-advisor-working-laptop-while-having-meeting-with-clients-office_637285-11096.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Language-Based Learning Aid",
|
||||
tags: [
|
||||
"Language",
|
||||
"Dysgraphia",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-reading-form_23-2148461492.jpg",
|
||||
},
|
||||
id: "3", title: "Language-Based Learning Aid", tags: [
|
||||
"Language", "Dysgraphia"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-reading-form_23-2148461492.jpg"},
|
||||
]}
|
||||
title="Comprehensive Support Services"
|
||||
description="Tailored intervention strategies for diverse learners."
|
||||
@@ -150,28 +112,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "7+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving families since 2018",
|
||||
],
|
||||
id: "1", value: "7+", title: "Years Experience", items: [
|
||||
"Serving families since 2018"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Multi-Sensory",
|
||||
title: "Methodology",
|
||||
items: [
|
||||
"Orton-Gillingham based approach",
|
||||
],
|
||||
id: "2", value: "Multi-Sensory", title: "Methodology", items: [
|
||||
"Orton-Gillingham based approach"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Holistic",
|
||||
title: "Focus",
|
||||
items: [
|
||||
"Pre-K through Adult learners",
|
||||
],
|
||||
id: "3", value: "Holistic", title: "Focus", items: [
|
||||
"Pre-K through Adult learners"],
|
||||
},
|
||||
]}
|
||||
title="Empowering Diverse Learners"
|
||||
@@ -186,40 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Parent",
|
||||
testimonial: "Lauren completely transformed my child's confidence in reading.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Parent", testimonial: "Lauren completely transformed my child's confidence in reading.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-greenhouse-sitting_23-2148509935.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Parent",
|
||||
testimonial: "The structured approach really makes sense for his ADHD brain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-teenager-lies-table-from-weariness-cant-work-any-more_273609-44835.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Parent", testimonial: "The structured approach really makes sense for his ADHD brain.", imageSrc: "http://img.b2bpic.net/free-photo/tired-teenager-lies-table-from-weariness-cant-work-any-more_273609-44835.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Adult Learner",
|
||||
testimonial: "I finally understand how my brain processes language after years of struggling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-blonde-student-holding-idea-board-drinking-coffee_114579-92478.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Adult Learner", testimonial: "I finally understand how my brain processes language after years of struggling.", imageSrc: "http://img.b2bpic.net/free-photo/cute-blonde-student-holding-idea-board-drinking-coffee_114579-92478.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David T.",
|
||||
role: "Parent",
|
||||
testimonial: "Fun and effective—a rare combination in tutoring.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-sorting-pens-near-notebooks_23-2147846314.jpg",
|
||||
},
|
||||
id: "4", name: "David T.", role: "Parent", testimonial: "Fun and effective—a rare combination in tutoring.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-sorting-pens-near-notebooks_23-2147846314.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Parent",
|
||||
testimonial: "Lauren is a true advocate for our child.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interested-happy-girl-is-reading-book-emotion-concept_169016-65534.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Parent", testimonial: "Lauren is a true advocate for our child.", imageSrc: "http://img.b2bpic.net/free-photo/interested-happy-girl-is-reading-book-emotion-concept_169016-65534.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="What our families say about their experience with Beautiful Brains."
|
||||
@@ -232,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What ages do you work with?",
|
||||
content: "I work with students from Pre-K all the way through adulthood.",
|
||||
},
|
||||
id: "1", title: "What ages do you work with?", content: "I work with students from Pre-K all the way through adulthood."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is Orton-Gillingham?",
|
||||
content: "It is a highly structured, multi-sensory method ideal for students with dyslexia and processing differences.",
|
||||
},
|
||||
id: "2", title: "What is Orton-Gillingham?", content: "It is a highly structured, multi-sensory method ideal for students with dyslexia and processing differences."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer hybrid sessions?",
|
||||
content: "Yes, I offer hybrid support for flexibility and meeting students where they are.",
|
||||
},
|
||||
id: "3", title: "Do you offer hybrid sessions?", content: "Yes, I offer hybrid support for flexibility and meeting students where they are."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about academic intervention and learning differences."
|
||||
@@ -254,55 +170,41 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Ready to help your child discover how their brain learns best? Let's connect."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Beautiful Brains",
|
||||
href: "mailto:lauren@beautifulbrains.com",
|
||||
},
|
||||
title="Start Your Journey"
|
||||
description="Let's discover how your brain learns best."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-student-studying-hard-library_23-2148844754.jpg"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-workspace-with-books-lamp-coffee_23-2148882745.jpg"
|
||||
logoText="Beautiful Brains"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Beautiful Brains"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user