diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc08d18..c91c157 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,62 +49,39 @@ export default function LandingPage() {
@@ -255,40 +165,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Miller",
- role: "Astronomer",
- testimonial: "The precision of the 3D models is simply breathtaking.",
- imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-looking-camera-dusk_23-2148203736.jpg",
- },
+ id: "t1", name: "Sarah Miller", role: "Astronomer", testimonial: "The precision of the 3D models is simply breathtaking.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-looking-camera-dusk_23-2148203736.jpg"},
{
- id: "t2",
- name: "James Chen",
- role: "Teacher",
- testimonial: "My students are more engaged than ever before.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-executive-wearing-social-media-t-shirt-planning-project_23-2147847454.jpg",
- },
+ id: "t2", name: "James Chen", role: "Teacher", testimonial: "My students are more engaged than ever before.", imageSrc: "http://img.b2bpic.net/free-photo/group-executive-wearing-social-media-t-shirt-planning-project_23-2147847454.jpg"},
{
- id: "t3",
- name: "Alex Rivet",
- role: "Developer",
- testimonial: "Smooth performance, brilliant UI design. Truly stellar.",
- imageSrc: "http://img.b2bpic.net/free-photo/pensive-student-glasses-is-making-notes-while-learning-new-material_613910-15026.jpg",
- },
+ id: "t3", name: "Alex Rivet", role: "Developer", testimonial: "Smooth performance, brilliant UI design. Truly stellar.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-student-glasses-is-making-notes-while-learning-new-material_613910-15026.jpg"},
{
- id: "t4",
- name: "Elena Voss",
- role: "Photographer",
- testimonial: "Finally a tool that captures the scale correctly.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-grandmother-posing-with-weapon-studio-serious-lady-with-rollers-looking-camera-holding-rifle_549566-413.jpg",
- },
+ id: "t4", name: "Elena Voss", role: "Photographer", testimonial: "Finally a tool that captures the scale correctly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-grandmother-posing-with-weapon-studio-serious-lady-with-rollers-looking-camera-holding-rifle_549566-413.jpg"},
{
- id: "t5",
- name: "Marcus Kane",
- role: "Sci-Fi Fan",
- testimonial: "I feel like I'm actually piloting a spacecraft.",
- imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379393.jpg",
- },
+ id: "t5", name: "Marcus Kane", role: "Sci-Fi Fan", testimonial: "I feel like I'm actually piloting a spacecraft.", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379393.jpg"},
]}
title="Explorer Voices"
description="Insights from the community."
@@ -304,35 +189,11 @@ export default function LandingPage() {
description="Articles on recent discoveries and cosmic phenomena."
blogs={[
{
- id: "b1",
- category: "Research",
- title: "Nebula Formation",
- excerpt: "Unraveling the mystery of stardust accumulation.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-red-blue-sphere_23-2148235871.jpg",
- authorName: "Dr. Aris",
- authorAvatar: "http://img.b2bpic.net/free-photo/male-astronaut-analyzing-rock-space-mission-another-planet_23-2149240613.jpg",
- date: "Oct 12",
- },
+ id: "b1", category: "Research", title: "Nebula Formation", excerpt: "Unraveling the mystery of stardust accumulation.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-red-blue-sphere_23-2148235871.jpg", authorName: "Dr. Aris", authorAvatar: "http://img.b2bpic.net/free-photo/male-astronaut-analyzing-rock-space-mission-another-planet_23-2149240613.jpg", date: "Oct 12"},
{
- id: "b2",
- category: "Tech",
- title: "Observatory Tech",
- excerpt: "The future of remote space observation.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-mars-collage_52683-85730.jpg",
- authorName: "Elena K",
- authorAvatar: "http://img.b2bpic.net/free-photo/portrait-astronaut-researcher-exploring-deep-space-collecting-research-data_482257-126342.jpg",
- date: "Oct 14",
- },
+ id: "b2", category: "Tech", title: "Observatory Tech", excerpt: "The future of remote space observation.", imageSrc: "http://img.b2bpic.net/free-photo/creative-mars-collage_52683-85730.jpg", authorName: "Elena K", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-astronaut-researcher-exploring-deep-space-collecting-research-data_482257-126342.jpg", date: "Oct 14"},
{
- id: "b3",
- category: "Discoveries",
- title: "Binary Systems",
- excerpt: "Dynamic orbits in star-dense regions.",
- imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg",
- authorName: "Marc J",
- authorAvatar: "http://img.b2bpic.net/free-photo/image-smiling-woman-looking-camera_197531-33343.jpg",
- date: "Oct 16",
- },
+ id: "b3", category: "Discoveries", title: "Binary Systems", excerpt: "Dynamic orbits in star-dense regions.", imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg", authorName: "Marc J", authorAvatar: "http://img.b2bpic.net/free-photo/image-smiling-woman-looking-camera_197531-33343.jpg", date: "Oct 16"},
]}
/>
@@ -341,14 +202,11 @@ export default function LandingPage() {