Merge version_1_1781986064453 into main #3
@@ -6,7 +6,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards';
|
||||
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import { BookOpen, Minus, Plus, Star, Divide, Instagram, Facebook, Twitter } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -19,9 +18,9 @@ export default function HomePage() {
|
||||
title="Mëso matematikën duke luajtur!"
|
||||
description="Ushtrohu me mbledhjen, zbritjen, shumëzimin dhe pjesëtimin përmes aktiviteteve argëtuese."
|
||||
primaryButton={{
|
||||
text: "Fillo ushtrimet", href: "#fillo"}}
|
||||
text: "Fillo ushtrimet", href: "#fillo"}}
|
||||
secondaryButton={{
|
||||
text: "Luaj kuizin", href: "#kuize"}}
|
||||
text: "Luaj kuizin", href: "#kuize"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cartoon-students-math-class_23-2151641214.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -35,28 +34,28 @@ export default function HomePage() {
|
||||
description="Mëso matematikën hap pas hapi me sfida të reja."
|
||||
features={[
|
||||
{
|
||||
title: "Mbledhja", description: "Ushtrohu me mbledhje nga numrat 1 deri në 20.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
title: "Mbledhja", description: "Ushtrohu me mbledhje nga numrat 1 deri në 20.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Plus", label: "Niveli", value: "1-20" },
|
||||
{ icon: "BookOpen", label: "Temat", value: "Mbledhje" },
|
||||
{ icon: "Star", label: "Statusi", value: "Aktiv" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Zbritja", description: "Zbritje deri në 20 me lojëra interaktive.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
title: "Zbritja", description: "Zbritje deri në 20 me lojëra interaktive.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Minus", label: "Niveli", value: "1-20" },
|
||||
{ icon: "BookOpen", label: "Temat", value: "Zbritje" },
|
||||
{ icon: "Star", label: "Statusi", value: "Aktiv" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shumëzimi", description: "Mëso tabelën e shumëzimit nga 1 deri në 10.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
title: "Shumëzimi", description: "Mëso tabelën e shumëzimit nga 1 deri në 10.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "X", label: "Niveli", value: "1-10" },
|
||||
{ icon: "BookOpen", label: "Temat", value: "Shumëzim" },
|
||||
{ icon: "Star", label: "Statusi", value: "Aktiv" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pjesëtimi", description: "Pjesëtimi i thjeshtë për fillestarët.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
title: "Pjesëtimi", description: "Pjesëtimi i thjeshtë për fillestarët.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Divide", label: "Niveli", value: "Fillestar" },
|
||||
{ icon: "BookOpen", label: "Temat", value: "Pjesëtim" },
|
||||
{ icon: "Star", label: "Statusi", value: "Aktiv" },
|
||||
@@ -154,4 +153,4 @@ export default function HomePage() {
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user