In order to launch the landing page, we’ll just have to replace the Lorem Ipsum with our actual content. Here’s a breakdown of each file and what it’s used for:

features-data.ts

This file contains the data for each of the features in the features.tsx component — the three ones shown at the bottom of the page. Features Component Preview

features-list-data.ts

This file contains the data for each of the features in the features-list.tsx component. Features List Component Preview

stats-data.ts

This file contains the data for the stats.tsx component. Stats Component Preview

testimonials-data.ts

This file contains the data for the testimonials-grid.tsx and testimonial-side-panel.tsx components. TestimonialsGrid Component Preview

faq-data.ts

This file contains the data for the faq.tsx component. FAQ Component Preview This file contains the data for the footer.tsx component — split into footerLinks (the main links) and bottomLinks (the links at the bottom of the footer). Footer Component Preview