diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6cc87f..3bf5851 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,28 +32,15 @@ export default function LandingPage() {
@@ -190,26 +73,14 @@ export default function LandingPage() {
@@ -220,46 +91,13 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
+ title="Exploration Kits"
+ description="Tailored software and data bundles for researchers and space enthusiasts alike."
products={[
- {
- id: "p1",
- name: "DevBase",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-vector/neumorph-style-business-card-template_23-2148895587.jpg",
- },
- {
- id: "p2",
- name: "CloudLink",
- price: "$19/mo",
- imageSrc: "http://img.b2bpic.net/free-vector/cloud-infographic_1000-9.jpg",
- },
- {
- id: "p3",
- name: "DocuFlow",
- price: "Free",
- imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-male-worker-analyzing-performance-data-laptop-optimizing-efficiency_482257-135442.jpg",
- },
- {
- id: "p4",
- name: "MetricPro",
- price: "$29/mo",
- imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148365532.jpg",
- },
- {
- id: "p5",
- name: "SecureGuard",
- price: "$49/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841652.jpg",
- },
- {
- id: "p6",
- name: "AI Integrator",
- price: "$99/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
- },
+ { id: "p1", name: "Explorer Lite", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/telescope-standing-balcony_23-2148895587.jpg" },
+ { id: "p2", name: "Researcher Pro", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/data-visualization-screen_1000-9.jpg" },
+ { id: "p3", name: "Deep-Space API", price: "$199/mo", imageSrc: "http://img.b2bpic.net/free-photo/nebula-galaxy_23-2151841652.jpg" },
]}
- title="Explore Our Product Ecosystem"
- description="Modular tools designed to fit your unique development workflow perfectly."
/>
@@ -267,17 +105,9 @@ export default function LandingPage() {