Skip to content

Commit fa8e5f1

Browse files
committed
refactored Feature Section
1 parent 2c0dd12 commit fa8e5f1

File tree

3 files changed

+1
-97
lines changed

3 files changed

+1
-97
lines changed

www/src/pages/components/FeatureSlider.tsx

Lines changed: 0 additions & 93 deletions
This file was deleted.

www/src/pages/components/FeaturesSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function FeaturesSection() {
5252
What makes Reactime so great?
5353
</p>
5454
<p className="mx-auto mt-5 max-w-prose text-xl text-gray-500">
55-
Reactime is chock full of features that make your life easier as a developer. From time-travel debugging to state snapshot display, check out how using Reactime will improve your developer experience.
55+
Reactime is full of features that make your life easier as a developer. From time-travel debugging to state snapshot display, check out how using Reactime will improve your developer experience.
5656
</p>
5757
<div className="mt-20">
5858
<div className="grid grid-cols-1 gap-12 sm:grid-cols-2 lg:grid-cols-3">

www/src/pages/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Link from "next/link";
44
import LandingPage from "./components/LandingPage";
55
import NavBar from "./components/NavBar";
66
import Blogs from "./components/Blogs";
7-
import FeatureSlider from './components/FeatureSlider'
87
import { trpc } from "../utils/trpc";
98

109
const Home: NextPage = () => {
@@ -14,8 +13,6 @@ const Home: NextPage = () => {
1413
<>
1514
<NavBar />
1615
<LandingPage />
17-
{/* <FeatureSlider/> */}
18-
{/* <Blogs /> */}
1916
</>
2017
);
2118
};

0 commit comments

Comments
 (0)