Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 06:06:00 +00:00
5 changed files with 49 additions and 27 deletions

View File

@@ -72,7 +72,7 @@ export default function AboutPage() {
id: "1",
title: "Expert Native Speakers",
description: "Our instructors are fluent native speakers with advanced degrees in linguistics and extensive teaching experience across multiple proficiency levels.",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg?_wi=2",
imageAlt: "Expert language instructor"
},
{
@@ -86,14 +86,14 @@ export default function AboutPage() {
id: "3",
title: "Proven Learning Outcomes",
description: "Our students consistently achieve their language goals, whether for business, academic, cultural, or personal enrichment. We track progress meticulously and adapt our methods accordingly.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg?_wi=2",
imageAlt: "Learning outcomes tracking"
},
{
id: "4",
title: "Community & Accountability",
description: "We've built a supportive community where students learn together, share cultural insights, celebrate achievements, and hold each other accountable to their language goals.",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg?_wi=2",
imageAlt: "Community learning"
}
]}
@@ -123,7 +123,7 @@ export default function AboutPage() {
quote: "Before Lusanah, I was intimidated by Arabic. Now I'm confident holding business meetings in Arabic and exploring literature in the original language. This transformation happened because my instructors believed in me.",
name: "Amira Hassan",
role: "Business Professional",
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-caucasian-man-party-suit-smiling-pleased-attend-formal-event-standing-whit_1258-154888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-caucasian-man-party-suit-smiling-pleased-attend-formal-event-standing-whit_1258-154888.jpg?_wi=2",
imageAlt: "Amira Hassan"
},
{
@@ -132,7 +132,7 @@ export default function AboutPage() {
quote: "Learning Persian with Lusanah wasn't just about language—it was about understanding my grandparents' world, their poetry, their culture. This has given me a deeper sense of identity.",
name: "Reza Kiani",
role: "Technology Manager",
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-superhero-costume_23-2147775131.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-superhero-costume_23-2147775131.jpg?_wi=2",
imageAlt: "Reza Kiani"
},
{
@@ -141,7 +141,7 @@ export default function AboutPage() {
quote: "Lusanah's business language program elevated my career. I'm now leading international partnerships and representing my company in Arabic-speaking markets with confidence and cultural respect.",
name: "Sarah Mitchell",
role: "International Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-vivaceous-blouse-grey-skirt-celebrating-victory-city-lady-raised-hands-she-is-happy-smiling-isolated-office-building-background_549566-694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-vivaceous-blouse-grey-skirt-celebrating-victory-city-lady-raised-hands-she-is-happy-smiling-isolated-office-building-background_549566-694.jpg?_wi=2",
imageAlt: "Sarah Mitchell"
}
]}

View File

@@ -1,24 +1,44 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Nunito } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Lusanah - Master Persian & Arabic Languages",
description: "Professional Persian and Arabic language instruction with expert native speakers. Personalized lessons, flexible scheduling, and cultural immersion for all levels.",
keywords: "Persian language, Arabic language, language tutoring, online lessons, fluency, language learning",
openGraph: {
title: "Lusanah - Master Eastern Languages",
description: "Expert Persian and Arabic language education with native instructors.",
siteName: "Lusanah",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Learn Persian & Arabic with Expert Instructors",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +47,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunito.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +61,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -114,28 +114,28 @@ export default function HomePage() {
id: 1,
title: "One-on-One Personalized Lessons",
description: "Tailored instruction designed specifically for your learning pace, goals, and cultural interests.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg?_wi=1",
imageAlt: "Personalized tutoring session"
},
{
id: 2,
title: "Native Expert Instructors",
description: "Learn from fluent native speakers with advanced pedagogical training and cultural expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg?_wi=1",
imageAlt: "Expert language instructor"
},
{
id: 3,
title: "Flexible Scheduling",
description: "Classes available 24/7 with rescheduling flexibility to fit your busy lifestyle.",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg?_wi=1",
imageAlt: "Flexible learning schedule"
},
{
id: 4,
title: "Immersive Cultural Learning",
description: "Beyond grammar—explore literature, history, and traditions to deepen your understanding.",
imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg?_wi=1",
imageAlt: "Interactive cultural learning"
}
]}
@@ -240,7 +240,7 @@ export default function HomePage() {
quote: "I went from zero Arabic knowledge to holding conversations with native speakers. The structured approach and expert guidance made all the difference in my learning journey.",
name: "Amira Hassan",
role: "Business Professional",
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-caucasian-man-party-suit-smiling-pleased-attend-formal-event-standing-whit_1258-154888.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-caucasian-man-party-suit-smiling-pleased-attend-formal-event-standing-whit_1258-154888.jpg?_wi=1",
imageAlt: "Amira Hassan"
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
quote: "As a second-generation Persian speaker, reconnecting with my heritage language through Lusanah was transformative. The cultural context enriches every lesson.",
name: "Reza Kiani",
role: "Technology Manager",
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-superhero-costume_23-2147775131.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-superhero-costume_23-2147775131.jpg?_wi=1",
imageAlt: "Reza Kiani"
},
{
@@ -258,7 +258,7 @@ export default function HomePage() {
quote: "My employer was impressed by my newfound language skills. Lusanah's business-focused curriculum directly supported my career growth in the Middle East.",
name: "Sarah Mitchell",
role: "International Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-vivaceous-blouse-grey-skirt-celebrating-victory-city-lady-raised-hands-she-is-happy-smiling-isolated-office-building-background_549566-694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-vivaceous-blouse-grey-skirt-celebrating-victory-city-lady-raised-hands-she-is-happy-smiling-isolated-office-building-background_549566-694.jpg?_wi=1",
imageAlt: "Sarah Mitchell"
},
{
@@ -301,7 +301,7 @@ export default function HomePage() {
tagAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/water-stationery-set-conference-table_1262-3882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/water-stationery-set-conference-table_1262-3882.jpg?_wi=1"
imageAlt="Language learning support and resources"
mediaAnimation="blur-reveal"
mediaPosition="left"

View File

@@ -147,7 +147,7 @@ export default function PricingPage() {
content: "Yes! If you're not satisfied after your first month, we offer a full refund. We're confident in our teaching quality and want you to feel comfortable starting your journey with us.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/water-stationery-set-conference-table_1262-3882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/water-stationery-set-conference-table_1262-3882.jpg?_wi=2"
imageAlt="Language learning questions answers"
mediaAnimation="blur-reveal"
mediaPosition="left"

View File

@@ -65,28 +65,28 @@ export default function ServicesPage() {
id: 1,
title: "One-on-One Personalized Lessons",
description: "Tailored instruction designed specifically for your learning pace, goals, and cultural interests.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-using-laptop-together-home-sofa_23-2149342434.jpg?_wi=3",
imageAlt: "Personalized tutoring session",
},
{
id: 2,
title: "Native Expert Instructors",
description: "Learn from fluent native speakers with advanced pedagogical training and cultural expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/manager-leading-brainstorming-meeting-with-group-creative-designers-office-leader-business-concept_58466-12410.jpg?_wi=3",
imageAlt: "Expert language instructor",
},
{
id: 3,
title: "Flexible Scheduling",
description: "Classes available 24/7 with rescheduling flexibility to fit your busy lifestyle.",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341085.jpg?_wi=3",
imageAlt: "Flexible learning schedule",
},
{
id: 4,
title: "Immersive Cultural Learning",
description: "Beyond grammar—explore literature, history, and traditions to deepen your understanding.",
imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-multiethnic-kids-wearing-vr-headsets-teacher-watching-them_74855-16387.jpg?_wi=2",
imageAlt: "Interactive cultural learning",
},
]}