From 67c5d07b7b5ad493b0b3daede8a2a2baa71db23f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:22:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bef1ae7..27c8ff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,9 @@ export default function Home() { animationType="slide-up" testimonials={[ { - id: "1", name: "Alex Chen", role: "Frontend Developer", testimonial: "This platform has completely transformed how I build websites. The features are intuitive and powerful.", icon: Star, - }, + id: "1", name: "Alex Chen", role: "Frontend Developer", testimonial: "This platform has completely transformed how I build websites. The features are intuitive and powerful."}, { - id: "2", name: "Sarah Johnson", role: "Product Manager", testimonial: "Amazing tool that has saved our team countless hours. Highly recommended for any development team.", icon: Users, - }, + id: "2", name: "Sarah Johnson", role: "Product Manager", testimonial: "Amazing tool that has saved our team countless hours. Highly recommended for any development team."}, ]} /> @@ -130,7 +128,6 @@ export default function Home() { inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time." - onSubmit={(email) => console.log("Email submitted:", email)} /> -- 2.49.1 From 47d6d223c30f2729182270c55dcc095786850449 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:22:26 +0000 Subject: [PATCH 2/2] Update src/components/cardStack/CardStack.tsx --- src/components/cardStack/CardStack.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/cardStack/CardStack.tsx b/src/components/cardStack/CardStack.tsx index a39faf0..be1a7bc 100644 --- a/src/components/cardStack/CardStack.tsx +++ b/src/components/cardStack/CardStack.tsx @@ -1,5 +1,4 @@ import React, { useEffect, useRef, useState } from 'react'; -import TimelineBaseProps from './TimelineBase'; interface TimelineBaseProps { items: Array<{ -- 2.49.1