From fea3332fb737980b2e4b43c4ec62ea90adccc6fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:23:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 352 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 306 deletions(-) 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() { @@ -61,127 +48,23 @@ 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() { @@ -286,51 +116,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + title="Researcher Insights" + description="Hear from the scientists making history on Exoplanet." testimonials={[ - { - id: "t1", - name: "Alex Smith", - handle: "@alexs", - testimonial: "Incredible productivity boost.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working-laptop_23-2148471006.jpg", - }, - { - id: "t2", - name: "Jane Doe", - handle: "@jdoe", - testimonial: "Everything just works perfectly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", - }, - { - id: "t3", - name: "Sam Rivera", - handle: "@samr", - testimonial: "The best platform I have used.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-businesswoman-with-laptop-table_23-2148073234.jpg", - }, - { - id: "t4", - name: "Maria Lee", - handle: "@mlee", - testimonial: "Unparalleled support and features.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - }, - { - id: "t5", - name: "Kevin King", - handle: "@kking", - testimonial: "A must-have for every team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg", - }, + { id: "t1", name: "Dr. Elena Vance", handle: "@evance", testimonial: "The data visualization on this platform is unmatched.", rating: 5 }, + { id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Essential tools for our daily exoplanet research.", rating: 5 }, ]} showRating={true} - title="Developer Stories" - description="See why developers around the world choose DevHub as their primary home." /> @@ -338,24 +130,11 @@ export default function LandingPage() { @@ -363,13 +142,10 @@ export default function LandingPage() {
@@ -377,47 +153,11 @@ export default function LandingPage() {