fix: add lesson 3
This commit is contained in:
12
v2/Les03-Cursor-Basics/les3-debug-challenge/app/page.tsx
Normal file
12
v2/Les03-Cursor-Basics/les3-debug-challenge/app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Hero from "@/componenst/Hero";
|
||||
import FeatureCards from "@/components/FeatureCards";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Hero />
|
||||
<FeatureCards />
|
||||
<TestimonialSection />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user