Merge version_2 into main #9
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import TimelineBaseProps from './TimelineBase';
|
||||
|
||||
interface TimelineBaseProps {
|
||||
items: Array<{
|
||||
|
||||
Reference in New Issue
Block a user