diff --git a/public/images/knowledge-path.jpg b/public/images/knowledge-path.jpg new file mode 100644 index 0000000..cd31a00 Binary files /dev/null and b/public/images/knowledge-path.jpg differ diff --git a/public/images/product-hero.jpg b/public/images/product-hero.jpg new file mode 100644 index 0000000..f4987bb Binary files /dev/null and b/public/images/product-hero.jpg differ diff --git a/src/components/CTA.astro b/src/components/CTA.astro index d9427b3..ab998fe 100644 --- a/src/components/CTA.astro +++ b/src/components/CTA.astro @@ -9,60 +9,17 @@ interface Props { const { title, description, href, variant = 'primary' } = Astro.props; --- -
{description}
} -{description}
} +© {currentYear} 知习 (ZhiXi AI). Structured learning for the digital age.
-+
diff --git a/src/pages/index.astro b/src/pages/index.astro index a5da46e..4c591d0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -210,7 +210,7 @@ import Footer from '../components/Footer.astro';